.footer-query-box{
	width:300px;
	height:auto;
	float:left;
	}
.h6-style{
	font-family:"trebuchet MS";
	font-size:20px;
	color:#666;
	letter-spacing:1px;
	font-weight:bold;
	}
.footer-query-box .form-text{
color:#666;
}
.contact {
	background:url(../images/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:2px 0;
	clear:both;
}
.footer-query-box form {
	margin:16px;
	margin-top:0px;
	width:300px;
	padding:16px;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#666
}
.footer-query-box label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:16px;
}
.footer-query-box legend {
	color:#0b77b7;
	font-size:18px;
}
.footer-query-box legend span {
	width:160px;
	text-align:right;
}
.footer-query-box input {
	padding:1px;
	margin-bottom:2px;
	width:160px;
	border:1px solid #ddd;
	background:#fafafa;
	font:normal 13px arial, sans-serif;
	color:#333333;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
}
.footer-query-box input:hover, .footer-query-box input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
.footer-query-box textarea{
	padding:3px;
	width:156px;
	height:65px;
	border:1px solid #ddd;
	background:#fafafa;
	font:normal 14px arial, sans-serif;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	color:#333333;
}
.footer-query-box textarea:hover, .footer-query-box textarea:focus{
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
.footer-query-box fieldset {
	border:0px solid #ddd;
	padding:0 8px 8px;
}
.footer-query-box  .date input {
	background-image:url(../images/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
.footer-query-box .date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.footer-query-box .date fieldset div {
	float:left;
	clear:none;
	margin-right:3px;
}
.footer-query-box .radio, .footer-query-box .date {
	position:relative;
}
.footer-query-box .radio fieldset, .footer-query-box .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 176px;
}
.footer-query-box .radio legend, .footer-query-box .date legend {
	font-size:16px;
	color:#000;
}
.footer-query-box .radio legend span, .footer-query-box .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:160px;
	display:block;
}
.footer-query-box .radio label, .footer-query-box .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.footer-query-box .radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
.footer-query-box .email {
	width:240px;
}
.footer-query-box input.default {
	color:#bbb;
}

.footer-query-box #submit-go {
	margin-top:1em;
	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;
	margin-right:60px;
}
.footer-query-box #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; }
*/