/*form width*/

#contact_form {width: 480px;}
.error, .success {width: 390px}
#contact_form {
	background: url(email.png) no-repeat 300px 0; 
	padding-top: 80px;
	margin-top: 30px;
	}
	
	
	
#content ol, #content li {margin: 0}

#form_box {
	padding: 20px;
	border: 2px solid #E4E3D3;	
	height: 520px;
	background: url(form-bg.jpg) repeat-y 0 0;
	}

 
#form_box div {
 	}
 
  
#log {
	position: absolute; 
	margin-top: -105px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff}
 
#log_res {

}
 
#log_res.ajax-loading {
	width: 30px;
	height: 30px;
	padding: 20px 0;
	background: url(../../images/ajax-loader1.gif) no-repeat 0 100%;
}

.error, .success {
	font-size: 150%; 
	padding: 10px 10px 0 100px;
	font-weight: bold; 
	display: block; 
	height: 100px;
	border: 1px solid gray;
	text-align: left;
		}
	
.error p, .success p  {font-size: 70%; text-align: left;}

.error {
	color: red; 
	background: url(../../images/icon_warning.png) 5px 0px no-repeat;
	border-left: 10px red solid;
	}
	

.success  {
	color: green; 
	background: url(../../images/icon_ok.png) 5px 10px no-repeat;
	border-left: 10px green solid;
	}
	

#contact_form h2 {
	color: #66CC00;
	margin: 0 0 20px -5px;
	font-size: 1.5em; 
	line-height: 1.6em; 
	text-indent: 35px; 
	background: url(../../images/highlight-transparent.png) 0 0 no-repeat;}
	
fieldset {
	font: .9em Arial, Helvetica, sans-serif;
	margin: 0;
	overflow: none;
	border: none;
	
}


legend {
	display: none;
	}

fieldset label {
  color: #555;
  font-size: 1.4em;
  
}

fieldset ol {
  margin: 0;
  padding: 0;
}

fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  font-weight: bold;
}

fieldset li span  {
	font-weight: bold; 
	margin-top: 5px; 
	margin-bottom: 10px;
	display: block; 
	line-height: normal; 
	color:#FF3300;
	}
	
em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  margin-left: 3px;
}

label, fieldset label {
  width: 120px; /* Width of labels */
}



textarea {
	padding: 0;
	vertical-align: top;
	margin: 4px 0 1px 0;
	border: 1px solid #999;
}

input {
	border: 1px solid #999;
	height: 22px;
	margin: 2px 0;
	}
	
input:active, input:focus {border: #0099CC 1px solid; background-color: #FFFF99}

#count {width: 120px;}






#contact_form #submitter {
	width: 145px;
	height: 47px; 
	margin: 10px 0 20px 250px;
	background: url(../../images/appointment_btn_transparent.png) no-repeat;
	border: none;
	padding: 2px 0 0 30px;
	color: #0099FF;
	font: bold 20px  Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-align: left;
	text-transform: uppercase;
	
		}
#contact_form #submitter:hover {color: #3C0;}
	
	
	
	



/* \ */
* html #contact_form #submitter {background: url(../../images/appointment_btn_ie.png) no-repeat;}
* html #contact_form h2 {background: url(../../images/highlight.png) 0 0 no-repeat;}
/* */

