/* @override http://rmwebsite.com/markakleivedds/contact/contact.css */

#content-container form#contact-main {
	width: 100%;
}

#contact-quick #verification.box {
	margin: 0!important;
}

fieldset {
	border: none;
}

label#required {
	font-size: .8em;
	color: red;
	text-align: center;
}

.box {
	display: block;
}

#contact-quick .box {
	margin: 10px 0;
}

.box label{
	width: 250px;	
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: right;
	margin-right: 10px;
}

#contact-quick #verification.box label {
	margin: 0px!important;
	line-height: 14px!important;
	font-size: 12px!important;
}

.box input {
	background:url("../images/shadow.jpg") repeat-x scroll center top #F5FFDD;
	border-color:#C0BD90 #D9E1B2 #D9E1B2 #C0BD90;
	border-style:solid;
	border-width:1px;
	color:#8D7152;
	font-size:120%;
	height:26px;
	margin:0;
	padding:8px 0 0 3px;
	width: 162px!important;
}

#contact-quick .box input, #contact-quick .box#interested_in select, #contact-quick .box textarea {
	width: 184px!important;
}

.box#interested_in select {
	background:url("../images/shadow.jpg") repeat-x scroll center top #F5FFDD;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#8D7152;
	font-size:120%;
	margin:1px 0;
	width: 162px!important;
}

.box textarea {
	width: 162px!important;
	margin:0;
	padding:8px 0 0 3px;
	background:url("../images/shadow.jpg") repeat-x scroll center top #F5FFDD;
	border-color:#C0BD90 #D9E1B2 #D9E1B2 #C0BD90;
	border-style:solid;
	border-width:1px;
	color:#8D7152;
}

.box #verif {
	float: left;
	width: 170px;
	margin-bottom: 20px;
}

.box#verification #verif {
	clear: both;
	display: block;
	margin-bottom: 0px!important;
}

.box#verification label {
	width: 180px;
	text-align: center;
	height: 70px;
}

img#captcha {
	margin: 0 auto 10px;
}

.clear	{ 
	clear:both;
}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
}

input#submit-contact-main {
	width: 100px!important;
	margin: 20px auto;
	display: block;
}

#contact-quick input#submit-contact-main {
	clear: both;
	float: left;
}