@charset "utf-8";

p {
	padding:5px 0 0;
}

#formTable {
	width: 550px;
	clear: both;
	color: #666666;
	line-height: 170%;
}

#formTable table {
	width: 550px;
}

#formTable th,
#formTable td {
	vertical-align: top;
	padding: 7px 10px;
}

#formTable th {
	width: 110px;
	text-align: justify;
	text-justify: distribute;
}

#AgreementBox {
	overflow-y: scroll;
	position: relative;
	height: 12em;
	width: 530px;
	margin: 25px 0px;
	border: 1px solid #666666;
	padding: 10px;
	text-align: justify;
	text-justify: distribute;
}

/*---------- end [#AgreementBox] ----------*/

.ERR {
	color: #FF3300;
}
