/* CSS Document */
div.row {
	clear:both;
	margin-bottom:15px;
	line-height:14px;
	overflow:hidden;
}
div.row.last {
	margin-bottom:0px;
}
div.form .xx-large {
	width:400px;
}
div.form .large {
	width:242px;
}
div.form .medium {
	width:202px;
}
div.form .small {
	width:120px;
}
div.form .x-small {
	width:50px;
}
div.form label {
	padding-left:3px;
	font-weight:bold;
	text-transform:uppercase;
}
div.form label.label {
	padding:0;
	float:left;
	margin-right:40px;
}
div.form span.info {
	font-size:11px;
	font-weight:normal;
	color:#707070;
	text-transform:lowercase;
}

div.form img.captchaimg {
	float:left;
	margin-right:20px;
	vertical-align:middle;
}
input.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;	padding:7px;
	border:solid 1px #b3b3b3;
}
input.text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;	padding:9px;
	height:16px;
	background-color:#7f7f7f;
	border:0px; color:#FFF;
}
textarea.textarea2 {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:9px;
	height:64px;
	background-color:#7f7f7f;
	border:0px; color:#FFF;
	overflow:auto;
}
select.select {
	margin-top:5px;
	padding:5px;
	border:solid 1px #cfcfcf;
}
input.submit {
	width:125px;
	height:34px;
	background-image:url(../images/submit-button.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	border:0;
	cursor:pointer;
}
input.submit2 {
	width:125px;
	height:34px;
	background-image:url(../images/ask-button.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	border:0;
	cursor:pointer;
}
input.radio {
	float:left;
	margin-top:3px;
	margin-right:40px;
	vertical-align:middle;
}
h3.title {
	margin-top:30px;
	padding-bottom:5px;
	text-align:center;
	border-bottom:solid 1px #d5d4d4;
}

#recaptcha_image, #recaptcha_image img {  
	width:206px !important;  
	cursor:pointer;  
}  
#recaptcha_image img:hover {  
	position: absolute;  
	width:350px !important;  
}  
.recaptcha_only_if_image, .recaptcha_only_if_audio {  
	display:block;
} 