.fValidator-form fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	width: 70%;
}

.fValidator-form legend {
	padding: 0px 5px;
	color:#261145;
	font-family:Times;
	font-size:22px;
	text-align:left;
}

label {
	color:black;
	font: bold 12px Arial, san-serif;
}

.fValidator-form input, select {
	font-family: Arial;
	color: #666;
}
	.fValidator-form input {padding: 2px;}

.full {width: 100%;}
.half {width: 50%; vertical-align: top;}

.fValidator-msg {
	background-color: #c00;
	font-size: 85%;
	color: #fff;
	padding: 5px;
}