/*form _visit - form width*/
.appointment {
	width: 250px; 
	clear: both; 
	padding-left: 15px; 
	border: 1px solid #399; 
	float: left; 
	margin-top: 50px; 
	padding-top: 20px;
		}
	
	
.appointment h2 {
	color: #66CC00;
	margin: 0;
	margin-left: -5px; padding: 0; 
	font-size: 1.5em; 
	line-height: 1.6em; 
	text-indent: 35px; 
	background: url(../images/highlight.png) 0 0 no-repeat;}
	
.appointment p {
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	}
.error, .success {width: 250px; height: auto;}
#form_box {}
#form_box div {}

#log {
	position: absolute; 
	margin-top: -155px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff;
	}
 
#log_res {}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/ajax-loader1.gif) no-repeat center;
}

.error {
	color: red; 
	font-size: 1em; 
	font-weight: bold; 
	display: block; 
	padding: 4px; 
	background: url(../images/icon_warning.png) 5px 0px no-repeat;
	padding: 0px 0 0 100px;
	border: 1px solid gray;
	border-left: 10px red solid;
	
}
.success  {
	color: green; 
	font-size: 1em; 
	font-weight: bold; 
	display: block; 
	padding: 4px; 
	background: url(../images/icon_ok.png) 5px 10px no-repeat;
	padding: 20px 0 0 100px;
	border: 1px solid gray;
	border-left: 10px green solid;
	text-align: center;
	
	}
	

/* new styling */

fieldset {
	font: .9em Arial, Helvetica, sans-serif;
	overflow: none;
	border: none;	
	position: relative;
	}


legend {
	color: #fff;
/*	text-indent: -10000px;*/
	font: 2em Arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	visibility: hidden;}

label {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 1.1em;

}

fieldset ol {margin: 0; padding: 0; margin-top: -30px;}

fieldset li {
  list-style: none;
    font-weight: bold;
}

fieldset li span  {
	font-weight: bold; 
	margin-top: 5px; 
	display: block; 
	line-height: normal; 
	color:#990000;}
	

.appointment em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  margin-left: 3px;
}

label, fieldset label {
   /* Width of labels */
}



textarea {
	padding: 0;
	vertical-align: top;
	margin: 4px 0 1px 0;
	border: 1px solid #999;
	overflow: auto;
}

input {
	border: 1px solid #999;
	height: 22px;
	margin: 2px 0;
	padding-top: 5px;
	padding-left: 5px;
	}
	

input:active, input:focus {border: #0099CC 1px solid; background-color: #FFFF99}

#count {width: 120px;}


.appointment #submitter {
	width: 145px;
	height: 47px;
	margin: 10px 0 0 70px;
	background: url(../images/appointment_btn.png) no-repeat;
	border: none;
	padding: 0 0 0 30px;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-align: left;
	text-transform: uppercase;

		}

/* \ */
* html #submitter {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/contact_form_btn.png,sizingMethod='scale');
}
/* */

