.fValidator-form fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}

.fValidator-form legend {
	padding: 0 5px;
}

.fValidator-form input, select, textarea {
	font-family: Arial;
	color: #666;
}
	.fValidator-form input {padding: 2px;}

.full {width: 100%;}
.half {width: 50%; vertical-align: top;}

.fValidator-msg {
	position: relative;
	top: 1px;
	width: 180px;
	background-color: #c00;
	font-size: 101%;
	color: #fff;
	padding: 2px 5px;
}
