form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#universalForm 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#universalForm div
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background: transparent;
	border-top:1px solid #222;
}


.label 
{
	float:left;
	border:none !important;
	margin:0 !important;
	width:108px;
}
	
input.fText, 
textArea.fTextArea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	background-color: transparent;
	color: #fff;
	border:1px solid #586332;
	width:200px
}

textArea.fTextArea 
{
	width:300px;
	height:120px;
}


input.fText:focus,  
textArea.fTextArea:focus
{
	background: #222;
	border:1px solid #6F7F40;
}


.lCheck 
{
	float:left;
	width:400px;
}

.required 
{
	background: transparent url(images/required.gif) no-repeat -90px top !important
}

.required em 
{
	position:absolute;
	left:-3000px
}

#ufSubmit 
{
	background:url(images/send.png) no-repeat;
	height: 36px;
	width: 115px;
	border-style: none;
	margin: 10px 0;
	font-size: 0;
	padding: 31px 0 0 0;
	cursor: pointer;
}



