@charset "UTF-8";
#formcontainerLEFT {
	float: left;
	position: static;
}
#formcontainerRIGHT {
	float: right;
	width: 240px;
	position: absolute;
	padding-left: 220px;
}
#formSUBMIT {
	clear: both;
	padding-left: 300px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.cssform p{
	width: 300px;
	margin: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
}

.cssform label{
	float: left; /*width of left column*/
	width: 80px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 130px;
}

.cssform textarea{
width: 250px;
height: 150px;
}
