@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h1 span {
	font-size: 22px;
	color: #2c3670;
	font-weight: normal;
}
h2, h2 span {
	font-weight: bold;
}
h3 {
	background-color: #fff;
	color: #2c3670;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: -25px;
	margin-right: -25px;
}
.subheader {
	color: #eb712c;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}
#frmInfo label {
	width: 250px;
	display: -moz-inline-box;
	display: inline-block;
	height: 16px;
}
#frmInfo input {
	width: 300px;
	height: 16px;
}
.check_label {
	width: 525px;
	display: -moz-inline-box;
	display: inline-block;
	height: 16px;
}
.question {
	padding-bottom: 2px;
	padding-top: 2px;
}
.content {
	background: #fff;
	color: #5f5f5f;
	width: 600px;
	padding: 25px 25px 25px 25px;
	text-align: left;
	border: solid 3px #c7c7c7;
}
.req_star {
	color: #f9c;
	font-weight: bold;
}
