fieldset {
	font-size: 11px;	
	display: block;
	border:none;
	margin:0;
	padding:4px 0;
}


fieldset select {
	display: block;
	background-color: #E4E4E4;
	border: 1px #A6A7A7 solid;
	width: 130px;
}

fieldset input {
	display: block;
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #A6A7A7;
	color:#000;
	width:220px;
	height: 18px;
}

fieldset input[type=hidden] {
	display: none;
}

fieldset label {
	float: left;
	display: block;
	padding: 5px 15px 0 0;
	font-weight: normal;
	font-size: 11px;
}

fieldset label.short {
	float: left;
	display: block;
	font-weight: normal;
	font-size: 11px;
}

fieldset label.short input {
	float: left;
	display: block;
	font-weight: normal;
	font-size: 11px;
	width: 63px;
}


fieldset textarea {
	display: block;
	background-color: #fff;
	border: 1px solid #A6A7A7;
	width: 457px;
	height: 78px;
	color:#892034;
	font: 11px Arial, Helvetica, sans-serif;

}

fieldset .submit {
	font-size: 10px;
	font-weight:bold;
	background-color: #A6A7A7;
	color: white;
	border: 1px #A6A7A7 solid;
	width: 90px;
	height: 23px;
	margin-top:5px;
	margin-bottom:15px;
	margin-right:50px;
	float:left;
	
}

fieldset .radio{
	/*margin: 1em 0 2em 0;*/
	margin: 10px 0 0 0;
	padding:0;
}

 fieldset.radio input {
	clear: both;
	float: left;
	width: auto;
	background-color: transparent;
	border: none;
}

 fieldset.radio .left {
	float: left;
	padding-right:5px;
	
}

fieldset.radio .right {
	float: left;
	width:350px;
	font-size:9px;
	
}

fieldset.radio label {
	margin: 0;
	padding:0;

}

span.error {
	color: red;
}