/* 
	Dr. Orlando-Martin Dentistry
	Contact form CSS
	Beth Dewey
	8/17/09	
		
 */

span.required{
  font-size: 11px !important;
  color: red !important;
}

.Errortext {
	color:blue;
}

.btn {
	margin-left:142px;
}

fieldset {
	width:410px;
	display:block;
	clear:both;
}

legend {
	text-indent:-9999px;
}

dd {
	float:left;
	_display:inline;
	display:block;
	width:200px;
	margin-bottom:12px;
}

dt {
	float:left;
	text-align:right;
	display:block;
	width:130px;
	clear:both;
	margin-bottom:12px;
	margin-right:12px;
}

body.contact h3 {
	color:#C51000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
}

body.contact #content #location-block {
	 background-color: #F7FBFA;  
	 border: 1px solid #EAEFF2;  
	 -moz-border-radius: 5px;  
	 -webkit-border-radius: 5px;
	 width:600px;
	 height:110px;
	 padding:15px;
}

.location{
	display:block;
	float:left;
	display:inline;
	width:200px;
}

	.align {
		float:right;
		_display:inline;
	}

body.contact p.intro-para {
	display:block;
	width:555px;
}






