/* @group FORM */

#contactformwrap {
	padding: 0;
	margin-top: 20px;
}

#contactformwrap form {
	color: black;
	padding: 20px;
	background-color: #bfd2e2;
	border: 1px solid #e1e4ef;
	margin: 0;
	z-index: 0;
}
#contactformwrap form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: black;

}

#ratecardform {
	width: 420px;
}

form li {
	margin:  0.5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
}

label {
	width: 9.9em;
	display: block;
	clear: none;
	float: left;
	color: #000;
	height: 1.5em;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 0;
	margin: 0 1em 0 0;
}

/* IE HACK */
html>body label {
	width: 9.4em;
	display: block;
	clear: none;
	float: left;
	color: #000;
	line-height: 1.5em;
	height: 1.5em;
	text-align: right;
	font-size: 0.8em;
	margin: 0 1em 0 0;
	padding: 0;
}

li.submit input {
	width: auto;
	background-color: white;
	margin: 0 0px 0 12em;
	color: #000;
	height: 2em;
}
li.submit {
	margin: 0 0 12px;
	padding: 0;
	color: #000;
	
}

input {
	border: 1px solid #004b8d;
	width: 250px;
	height: 18px;
}
textarea {
	border: 1px solid #004b8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 250px;
}

#radio {
	margin-right: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}

.checkbox  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.required 
	{
	color: #FF0000
	}
form h3 {
	color: #004b8d;
	margin: 6px 0 0 12em;
	font: normal .7em Georgia, "Times New Roman", Times, serif;
}
form .header {
	color: #000;
	padding: 0px;
	font: .9em/normal Georgia, "Times New Roman", Times, serif;
	margin: 0px 0 12px;
}

/* @end */
