/*===================
NEW CONVERSION FORM
====================*/

#leadform2 {
	background-color: #C4E4F1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	max-width: 360px;
	margin: 0 auto;
}

#leadform2-inner {
	padding: 10px;
	font-size: 13px;
	color: #255372;	
}

#leadform2 LEGEND {
	font-size: 22px; 
	font-weight: bold;
	background-color: #51ABC6;
	color: White;
	text-align: center;
	padding: 10px;
	border-bottom: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -5px;
}

#leadform2 #arrow {
	margin-bottom: -20px;
}

#leadform2 P {
	text-align: center;
	margin: 10px 0;
}

#leadform2 P#intro {
	font-size: 15px;
	margin: 20px 0;
}

#leadform2 P.fineprint {
	line-height: normal;
	font-size: 11px;
}

#leadform2 SPAN.required {
	font-size: 11px;
}

#leadform2 LABEL {
	display: block;
}

#leadform2 .checkboxgroup {
	text-align: left;
	font-size: 11px;
	margin-top: -10px;
	margin-left: 11%;
}

#leadform2 INPUT, #leadform2 TEXTAREA {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #707070;
	padding: 4px;
	color: #333;
}

#leadform2 TEXTAREA {
	width: 80%;
}


#leadform2 INPUT.c2abutton {
	-moz-box-shadow:inset 0px 1px 0px 2px #306D96;
	-webkit-box-shadow:inset 0px 1px 0px 2px #306D96;
	box-shadow:inset 0px 1px 0px 2px #306D96;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #285A7D), color-stop(1, #255372) );
	background:-moz-linear-gradient( center top, #285A7D 5%, #255372 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#285A7D', endColorstr='#255372');
	background-color:#285A7D;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	/*border:2px solid #255372;*/
	display:inline-block;
	color:#ffffff;
	font-size: 18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #255372;
	text-transform: uppercase;
	margin: 10px 0;
}

#leadform2 INPUT.c2abutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #255372), color-stop(1, #285A7D) );
	background:-moz-linear-gradient( center top, #255372 5%, #285A7D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#255372', endColorstr='#285A7D');
	background-color:#255372;
	color: #51ABC6;
}

#leadform2 INPUT.c2abutton:active {
	position:relative;
	top:1px;
}

#leadform2 A {
	color: #255372;
}


