@charset "UTF-8";
/* CSS Document */

.frm {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.one {
	background-color: #E8E8E8;
}
.two {
	background-color: #FFF;
}
.required {
	font-weight: bold;
	color: #F00;
}
th {
	text-align: left;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: large;
}
.sub {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 10px;
}
