@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#5F2162;
	font-weight:bold;
	text-decoration:none;
}
label{
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:8px;
	width:120px;
}
input.text, select{
	border:1px solid #CCCCCC;
	margin-bottom:3px;
	margin-top:3px;
	padding:3px 5px;
}
input.text{
	height:14px;
	width:250px;
}
input.check{
	float:left;
	margin-left:-1px;
}
select{
	height:24px;
	width:262px;
}
input.submit{
	margin-top:10px;
}
div.check label{
	display:inline;
	font-weight:normal;
	width:auto;
	margin-top:3px;
}
label.error, div.check label.error{
	color:#CC3333;
	display:block !important;
	float:none;
	font-weight:normal;
	margin:0 0 -18px 120px;
	position:relative;
	width:280px !important;
	font-size:9px;
}
div.check label.error{
	margin-bottom:0;
}
input.check.error{
	margin-top:15px;
}
input.error{
	border:1px solid #CC3333;
}
#formcontainer{
	width:430px;
}

