.radiobutton  label {
	display: block;
	float: left; text-align:right; padding-right:10px;
	width: 350px; border: 0px solid #a98116; height:60px;

}

.radiobutton  div{
 margin:0px;

}
 


.subscribeform label {
	display: block;
	float: left; text-align:right; padding-right:10px;
	width: 250px; border: 0px solid #a98116;

}
.subscribeform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.subscribeform textarea, .subscribeform input {
margin-bottom:5px;
}

legend {
	color: #FFF;
	background: #3899cc;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	width: auto;
	border: 1px solid #CCC
}

fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #3899cc;
	padding: 0.5em
}

.captcha {
	margin: 0.5em 0;
	width: 800px;
	text-align: center;
}
.captcha img {
	border: 0px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
.submit {
	margin-top: 0em; text-align: center;

}