form.qform {
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 500px;
	_width: 465px;
	color1: #485258;
}

form.qform fieldset {
	border: 2px solid #CCC;
	padding: 8px 8px;
	margin: 0;
	/*width: 560px;*/
}

form.qform fieldset.hidden {
	border: 0;
}

form.qform fieldset legend {
	font-weight: bold;
	color: #485258;
}

form.qform label {
	margin: 0 0 0 5px;
	font-size:11px;
}

form.qform label.required {
	font-weight: bold;
}

form.qform label.qflabel {
	display: block;
	float: left;
	width: 120px;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
	color: #485258;
}

form.qform input {
	width: auto;
}

form.qform .text input,
form.qform .submit input,
form.qform textarea,
form.qform select {
	width: 250px;
}

form.qform textarea {
	overflow: auto;
}

form.qform br {
	clear: left;
}

form.qform div.qfelement {
	display: inline;
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	width: 260px;
}

form.qform div.qfreqnote {
	font-size: 80%;
}

form.qform span.error,form.qform span.required {
	color: red;
}

form.qform div.error {
	border: 1px solid red;
	padding: 5px;
}

form.qform img.captcha {
	border: none;
	margin: 5px 0 0 10px;
	padding: 0px;
}

form.qform .captcha .text { width: auto; }

form.qform .captcha .text input {
	width: 100px;
	float: left;
}

form.qform fieldset.extra_info {
	background-color: #F6F6F6;
}

form.qform .qfrow {
	margin: 11px 0;
	clear: both;
}