#mainContent {
	width: 450px;
}

#rightCol {
	float: left;
	width: 125px;
}

#rightCol h1 {
	font-size: 85%;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

#formRegister {
	font-size: 90%;
}

#formRegister td.fieldName {
	width: 150px;
	font-weight: bold;
	vertical-align: top;
}

#formRegister input,textarea {
	border: 1px solid #003399;
}

#formRegister input.title {
	width: 30px;
	background-color: white;
	text-align: center;
}

#formRegister input.text {
	width: 250px;
	background-color: white;
}

#formRegister textarea {
	width: 250px;
}

#formRegister input.radio {
	border: none;
}

#formRegister .submitButton {
	border: none;
}

#formRegister .error1 {
	color: red;
	font-weight: bold;
}