/* @group FORM */
#contactformwrap, .contacthead {
	color: black;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin: 0;
	width: 400px;
	float: left;
}
#rightcolumnwrap {
	width: 210px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 0px 390px;
}
html>body #rightcolumnwrap {
	width: 210px;
	padding: 0px;
	height: auto;
	margin: 0px 0px 0px 410px;
}


.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: black;

}

form li {
	margin:  0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	margin-right: 1em;
	width: 5.9em;
	display: block;
	clear: none;
	float: left;
	color: black;
	height: 1.5em;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.5em;
}

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

li.submit input {
	margin-left: 5.9em;
	padding: 4px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: auto;
}

input {
	border: 1px solid #666666;
	width: 280px;
}
textarea {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	width: 280px;
}
/* @end */
#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 {
	margin: 0;
	padding: 0;
}

