.rocForm fieldset
{
	display: block;
	margin: 2em 0 3em 0;
	padding: 0 1em 1em 1em;
	border: 1px solid #d89d26;
	clear:both;
}

.rocForm textarea
{
	width:100%;
	height:150px;
}

.rocForm label
{
	width:100%;
	
}

.rocForm legend
{
	color:#fbf6b7;
	font-weight: bold;
	font-size:16px;
}

.rocForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

.rocForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.rocForm fieldset.radio label
{
	font-weight: normal;
}

.rocForm input
{
	display: block;
	width: 15em;
}

.rocForm input.submit
{
	clear: both;
}

.rocForm label
{
	color:#fbf6b7;
	float: left;
	clear:left;
	display: block;
	margin: 2em 1em 0 0;
	font-weight: bold;
}

.rocForm select
{
	display: block;
}

.rocForm select optgroup
{
	margin-left:5px;
	margin-bottom:4px;
}

.rocForm select optgroup option
{
	margin-left:25px;
	margin-bottom:4px;
}

.rocForm select option
{
	margin-left:5px;
	margin-bottom:4px;
}

.rocForm button
{
	background:url('../images/sprites/sendsprite.png') 0 -72px;
	float:right;
	margin-top:10px;
	height:72px;
	width:108px;
	border:none;
}

.rocForm button:hover
{
	background-position:0 0!important;	
	cursor:pointer;
}
