/* CSS Document */
#registerForm #theTerms #termsText {
	width: 600px;
	font-size: 8pt;
	height: 400px;
}
#registerForm textarea {
	border: 1px #5A808D solid;
	background-color: #DEE8EB;
	padding: 5px;
}
h2.error {
	color:red;
}
#registerForm #theForm legend {
	font-weight:bold;
}
#registerForm #theForm fieldset {
	margin-bottom:20px;
}
#registerForm #theForm label {
	float:left;
	width:150px;
	color:#006699;
}
#registerForm #theForm .selectreq {
	border:1px solid red;
}
#registerForm #messagePanel {
	background-color:#F4D882;
	border:1px solid red;
	padding:7px;
	;
	margin-bottom:10px;
	display:none;
}

