/* Form
----------------------------------------------------------------------------------------------------*/	
form {
	padding:0em;
}

fieldset div {
	margin:1em 0;
	clear:both;
}
form {
	width:auto;
}
label {
	float:left;
	width:7em;
	text-align:right;
	margin-right:1em;
}
legend {
	font-family: "Trebuchet MS", Tahoma, arial, sans-serif;
	font-size: 24px;
	color: #354878;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:10em;
	border:2px solid #000;
	background:url(../images/main_page_bg2.jpg) repeat;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	color:#FFF;
}
input:hover, input:focus {
	border-color:#fff;
} 

textarea{
	padding:0.3em;
	width:27em;
	border:2px solid #000;
	background:url(../images/main_page_bg2.jpg) repeat;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	color:#FFF;
}
textarea:hover, textarea:focus {
	border-color:#fff;
}

fieldset {
	padding:0 0em 0em;
	border: 0px;

}

.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:0 0 0 0;
}
.radio legend {
	font-size:1em;
	color:#000;
}
.radio legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

.address {
	width:14em;
	height:10em;
}
.comments {
	width:30em;
	height:10em;
}

input.default {
	color:#575757;
}
.submitbox {
	width:160px;
	height:48px;
	border:0px;
	padding:0px;
	background:url(../images/submitbg.png);
	margin-left:auto;
	margin-right:auto;
}
#submit-go {
	font-family: Rockwell, Georgia,Palatino Linotype,Palatino,"Times New Roman",Times,serif;
	text-transform:uppercase;
	margin-top:0em;
	border:0px;
	padding:14px;
	background:none;
	text-indent:0px;
	overflow:hidden;
		font-size:12px;
	font-weight:600;
	margin-left:45px;
	margin-top:10x;
	color: #4d4d4d;
	display:block;
	cursor:pointer !important; cursor:hand;
	outline: none;
}
#submit-go:hover {
		color:#fffcb2;
		text-shadow:0px 0px 6px rgba(255, 255, 255, 1);
}
label.error { float: none; color#FF9; padding-left: .5em; vertical-align: top; }

