.contentCol1 {
	width:400px;
}

h2 {
	margin-bottom:20px;
}

.formBox, input.formError, textarea.formError {
	border:1px solid #B3B3B3;
	width:200px;
	padding:2px;
	margin:2px 0;
}

input:focus, textarea:focus {
	background:#efefef;
}

input.formError, textarea.formError {
	border-color:#ee2375;
}

label.formError {
	display:block;
	color:#ee2375;
}

p.formSubmit {
	width:206px;
	text-align:right;
}

.contentCol2 {
	position:absolute;
	margin-left:270px;
	width:250px;
}

.contentCol3 {
	position:absolute;
	margin-left:457px;
	width:320px;
}
