/* CSS Document */

div#interior2 {
	height: 1000px;
}
.required {
	color: #ff0000;
}
.pnlRegisterClass {
	border: 1px solid #999999;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
div#content table#tblRegister {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
div#content table#tblRegister td.labels {
	width: 160px;
	text-align: right;
	padding: 2px 5px;
}
.textinput {
	width: 290px;
	background-color: #E0E0E0;
}
textarea#txtMessage {
	height: 183px;
}
div#content table#tblRegister td.input {
	text-align: left;
	padding: 2px 0px;
}
div#content table#tblRegister td.buttons {
	text-align: center;
}
div#content table#tblRegister td.buttons input {
	margin: 2px 5px;
}
table#state_interest {
	border: none;
	width: 300px;
}
table#state_interest td, th {
	border: none;
	width: 130px;
	text-align: center;
	vertical-align: middle;
}
table#state_interest td.buttons {
	width: 30px;
}
table#state_interest select {
	width: 130px;
}
