﻿

/* Conact Fomr */

.cform 
{
 background: transparent url(   ../images/form/bg.gif) repeat-y center top;
 width: 517px;
 position: relative;
 display: table;
 margin-bottom: 20px;
}

.cform  .top
{
 background: transparent url(   ../images/form/top.jpg) no-repeat center top;
 width: 460px;
 position: relative;
}

.cform   .bot
{
 background: transparent url(  ../images/form/bot.gif) no-repeat center bottom;
 width: 460px;
 vertical-align: bottom;
 position: relative;
}

.cform   .progress
{
 background: transparent url(  ../images/ajax-loader.gif) no-repeat center top;
 margin-top: 15px;
 width: 51px;
 height: 50px;
 float: right;
 position: relative;	
}

.cform  fieldset h3
{
 font-weight: normal;
 margin-left: 5px;
 color: #000;
 font-size: 1.0em;			
}

.cform  fieldset .required
{
 border: 0px;
 margin-left: 10px;
 color: Red;
}

.cform  fieldset ul
{
 border: 0px;
 padding: 0;
 margin: 0px;
}

.cform  fieldset li
{
 border: 0px;
 padding: 0;
 margin-left: 0px;
 padding-bottom:3px;
 *padding-bottom:1px;
}

.cform .thankyou
{
 border: 0px;
 margin-left: 15px;
 padding: 10px;
}

.cform .thankyou p
{
 border: 0px;
 margin-left: 0px;
 padding: 0px;
}

.cform .thankyou h2
{
 font-weight: normal;
 font-weight: bold;
 color: #DEB25B;
 font-size: 1.2em;	
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform fieldset textarea,
.cform fieldset select,
.pnlForm div input
{ 
 padding: 4px;
 background-color: #fbfbfb; 
 border:1px solid #9F888F; 
 border-right-color:#D3C9CC; 
 border-bottom-color:#D3C9CC; 
}

.pnlForm div input
{
 margin-right:26px;
}





.cform fieldset textarea,
{
 width:400px; 
}

.cform fieldset select
{
 width:408px; /* attempt to have equal length */
}  

.cform fieldset select.cfselectmulti
{ 
 height:6.5em; 
}

.cform fieldset textarea
{
 font-family: arial;
 font-size: 0.9em;
 height: 10em;
 overflow:auto;
}

.cform .cfomSubmit
{
 margin-left: 300px;
 position: relative;
 margin-bottom: 10px;
}