.fValidator-form fieldset {
	width:540px;
	border-right: #ccc 1px solid; 
	padding-right: 10px; 
	border-top: #ccc 1px solid; 
	padding-left: 10px; 
	padding-bottom: 10px; 
	border-left: #ccc 1px solid; 
	padding-top: 10px; 
	border-bottom: #ccc 1px solid;
}

.fValidator-form legend {
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 0px; 
	padding-top: 0px; 
	color: #85070b;
}

.fValidator-form input {
	color: #797979; 
	font-family: Verdana; 
	font-size: 11px;
	padding-right: 2px; 
	padding-left: 2px; 
	padding-bottom: 2px; 
	padding-top: 2px;
	border: 1px solid #797979;
}


.fValidator-form textarea {
	color: #797979; 
	font-family: Verdana; 
	font-size: 11px;
	border: 1px solid #797979;
}

select {
	color: #666; 
	font-family: Arial;
}

.full {
	width: 100%;
}
.half {
	vertical-align: top;
	width: 50%;
}
.fValidator-msg {
	padding-right: 5px; 
	padding-left: 5px; 
	font-size: 85%; 
	padding-bottom: 5px; 
	color: #fff; 
	padding-top: 5px; 
	background-color: #550d23;
}

#div_on1 a {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
#div_on1 a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.accept {
	text-decoration:none;
	color:#e30d0d;
}
.accept:hover {
	text-decoration:underline;
	color:#e30d0d;
}