@charset "UTF-8";
.fieldset {
	width:300px;
	font-size: 80%;
	color: #2DB52D;
	text-transform: uppercase;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
.fieldset label {
text-align:right;
width:70px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
  }

.fieldset .nobr {
	display:none;
	background-color: #2FBB2F;
}  
.fieldset .textfield {
	margin:3px;
	height:20px;
	width:200px;
	color: #FFFFFF;
	background-color: #2FBB2F;
}
.fieldset .textarea {
	margin:3px;
	height:165px;
	width:200px;
	color: #FFF;
	background-color: #2FBB2F;
}
legend {
	font-size: 1.25em;
	display: block;
	margin-left: 80px;
	position: relative;
	text-align: left;
	line-height: 1em;
}
#submit {
	background-color: #2AA82A;
	display: block;
	color: #FFFFFF;
	padding: 5px;
	position: relative;
	width: 50px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20;
	float: left;
	left: 11px;
}
