@charset "UTF-8";
/* CSS Document */

#register {
	width: 700px;
	margin-left: 15px;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
#register fieldset {
	font-size: 1em;
	border: 1px solid #0097D2;
	width: 660px;
	clear: left;
	float: left;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
	background: #F1F1F1;
	margin-top: 10px;
}
#register fieldset p {
	line-height: 2;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#register fieldset p.horizontal {
	width: 550px;
	color: #134163;
}
#register fieldset p.horizontalbold {
	width: 550px;
	font-weight: bold;
	color: #0097D2;
}
.label {
	float: left;
	width: 7em;
	margin-right: 20px;
	text-align: left;
}
legend {
	color: #134163;
	font-weight: normal;
	font-size: 110%;
	left: 0.2em;
	padding: 0px;
}
.submit {
	background: #134163;
	font-size: 0.9em;
	color: #FFFFFF;
}
