@CHARSET "UTF-8";

form.validform {
	width: 515px;	
}

form.validform label {
	xwidth: 143px;
}

form.validform .vf__tip,
form.validform p.vf__error 
{
	xmargin-left: 155px;
}

form.validform fieldset {
	padding-bottom: 20px;
}

form.validform fieldset fieldset.vf__area {
	padding-bottom: 10px;
	width: 355px;
	margin-top: 8px;
}

form.validform fieldset fieldset label {
	width: 120px;
}

input.vf__text,
input.vf__text_tiny,
input.vf__text_small,
input.vf__text_large,
input.vf__button,
select.vf__one,
select.vf__multiple,
textarea.vf__text
{
	border: 1px solid #7F9DB9;
	color: #333;
}

input.vf__text {
	width: 196px;
}

textarea.vf__text {
	width: 354px;
}

select.vf__one {
	width: 200px;
}

form.validform .vf__notes {
	background-color: #F7F7F7;
	border: 1px solid #E6E6E6;
}

form.validform .vf__notes h4 {
	border-bottom: 1px solid #C6CEDB;
	color: #C60651;
	margin-bottom: 4px;
	padding: 0 0 3px;
}

form.validform .vf__notes p {
	margin: 7px 0 10px 0;
	color: #000;
}

form.validform div.vf__description p {
	font-size: 11px;
}

#validform_feedbackform {
	width: 478px;
}

#validform_feedbackform label {
	width: 256px;
}

#validform_feedbackform select.vf__one {
	width: 66px;
}

#validform_feedbackform textarea.vf__text {
	width: 460px;
}

#validform_feedbackform fieldset {
	padding-bottom: 5px;
}