#leadform {
	background-color: #DFEFFF;
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 13px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	max-width: 360px;
	margin: 0 auto;
}

#leadform LEGEND {
	font-size: 18px; 
	font-weight: bold;
	color: #006699;
	text-align: center;
	border-bottom: none;
	margin-bottom: -10px;
}

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

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

#leadform SPAN.required {
	color: black;
}

#leadform LABEL {
	display: block;
}

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

#leadform INPUT, #leadform TEXTAREA {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 4px;
}

#leadform TEXTAREA {
	width: 80%;
}


#leadform INPUT.c2abutton {
	-moz-box-shadow:inset 0px 1px 0px 2px #55a8db;
	-webkit-box-shadow:inset 0px 1px 0px 2px #55a8db;
	box-shadow:inset 0px 1px 0px 2px #55a8db;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3ba6e9), color-stop(1, #056ca0) );
	background:-moz-linear-gradient( center top, #3ba6e9 5%, #056ca0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ba6e9', endColorstr='#056ca0');
	background-color:#3ba6e9;
	-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 #056ca0;
	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 #056ca0;
	text-transform: uppercase;
}

#leadform INPUT.c2abutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #056ca0), color-stop(1, #3ba6e9) );
	background:-moz-linear-gradient( center top, #056ca0 5%, #3ba6e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056ca0', endColorstr='#3ba6e9');
	background-color:#056ca0;
}

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



