#left-col {
	float:left;
	width:600px;
}

#right-col {
	float:right;
	width:300px;
	text-align:left;
}

#right-col img {
	opacity:0.5;
}

.fieldWrapper {
	margin-top:5px;
}

.errorlist {
	color:red;
}

textarea {
	width:500px;
}


