/* CSS Document */

contactform {
	margin-left: 0px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
label{
	display:block;
	font-weight:bold;
	text-align:left;
	width:80px;
	float:left;
	margin-left: 0px;
	padding-right: 0px;
	height: 19px;
	padding-top: 3px;
	overflow: hidden;
}
textarea{
	margin-left: 0px;
	width: 285px;
	height: 60px;
}
input {
	margin-bottom: 2px;
	width: 205px;
}
.radiowidth {
	width: 20px;
}
.securitynumber {
	font-size: 12px;
	color: #CC3300;
}

