.panelbox {
	background-color: #d6e6ec;
	padding: 5px;
	font-size: 12px;
	color: #333;
}
#register_form {
	background-color: #deebef;
	padding: 10px;
	font-size: 12px;
	color: #035374;
	min-height: 350px
}
#register_form #LeftSide {
	width: 350px;
	float: left;
}



#register_form .field {
	width: 300px;
	border: 1px solid #035374;
	padding: 3px;
	margin-bottom: 5px;
}
#register_form .info {
	float: left;
	width: 150px;
	margin-right: 11px;
	font-size: 10px;
}

#register_form .names {
	width: 140px;
	margin-right: 10px;
}

#register_form .error {
	color: #F00;
	font-size: 10px;
}
#register_form #RightSide {
	float: left;
	height: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 30px;
}
#register_form #RightSide #Big {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
#register_form #RightSide #Small {
	margin-bottom: 20px;
}


#register_form #Submit {
	padding: 4px;
	font-weight: bold;
}
label {
	font-weight: bold;
}

