@CHARSET "ISO-8859-1";

div.Form {
	width:					80%;
}

div.Row {
	height:					auto;
}


div.Left {
	width:					25%;
	height:					100%;
	float:					left;
}


div.Right {
	width:					auto;
	margin-left:			30%;
}


.Red {
	color:					red;	
}


.Highlight {
	border:					solid 3px red;
}