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

.form_class {
	display:block;
}
.info {
	color: #999999;
}
.required {
	font-weight: bold;
}
#form1 div {
	padding-top: 5px;
	padding-bottom: 10px;
	clear:both;	
}
.shortdiv label {
	float: left;
	width: 35%;
/*	min-width:30%;
*/	padding-right:10px;
}
#error { 
	color:#FF0000;
}
#tos { 
	overflow-y:scroll;
	height: 100px;
	outline:#CCCCCC solid 1px;
	width:488px;
}

fieldset { 
	width:467px;
	background-color:#EEEEEE;
	padding-top:10px;
	margin-bottom:10px;
	padding-left:5px;
}

#form1 input { 
	width:250px;
}

textarea { 
	width:488px;
}

fieldset .shortdiv label { 
	text-align:right;
}

