.query-form-area{
	width:300px;
	height:auto;
	float:left;
	}
.query-form-area .form-text{
color:#fff;
}
.contact {
	background:url(../images/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:2px 0;
	clear:both;
}
.query-form-area form {
	margin:9px;
	margin-top:0px;
	width:300px;
	padding:16px;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#666
}
.query-form-area label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:16px;
}
.query-form-area legend {
	color:#0b77b7;
	font-size:18px;
}
.query-form-area legend span {
	width:160px;
	text-align:right;
}
.query-form-area input {
	padding:1px;
	margin-bottom:1px;
	width:160px;
	border:1px solid #ddd;
	background:#fafafa;
	font:normal 13px arial, sans-serif;
	color:#333333;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
}
.query-form-area input:hover, .query-form-area input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
.query-form-area textarea{
	padding:3px;
	width:156px;
	height:45px;
	border:1px solid #ddd;
	background:#fafafa;
	font:normal 14px arial, sans-serif;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	color:#333333;
}
.query-form-area textarea:hover, .query-form-area textarea:focus{
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
.query-form-area fieldset {
	border:0px solid #ddd;
	padding:0 8px 8px;
}
.query-form-area  .date input {
	background-image:url(../images/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
.query-form-area .date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.query-form-area .date fieldset div {
	float:left;
	clear:none;
	margin-right:3px;
}
.query-form-area .radio, .query-form-area .date {
	position:relative;
}
.query-form-area .radio fieldset, .query-form-area .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 176px;
}
.query-form-area .radio legend, .query-form-area .date legend {
	font-size:16px;
	color:#000;
}
.query-form-area .radio legend span, .query-form-area .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:160px;
	display:block;
}
.query-form-area .radio label, .query-form-area .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.query-form-area .radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
.query-form-area .email {
	width:240px;
}
.query-form-area input.default {
	color:#bbb;
}
.query-form-area #submit-go {
	margin-top:1px;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/submit-button.gif) no-repeat 0 0;
	display:block;
	/*cursor:pointer !important; cursor:hand;*/
	cursor:pointer;
	margin-right:60px;
}
.query-form-area #submit-go:hover {
	background-position:0 -26px;
}
/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/