@charset "utf-8";
/* form elements */
fieldset {
	padding: 15px;
	width: 90%;
	text-align: left;
	font-size: 12px;
}
legend {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	text-align: left;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #AD7AC7;
	border: 1px solid #ffffff;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #000000;
}
.errormsg {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	size: 11px;
	font-weight: bold;
	padding: 4px 0 4px 3px;
}