body { text-align:left; padding:10px; width:98%; }


#helpEnquiry 
{
	background-color:#7490b1;
}

.formElement 
{
	float:left;
	width:500px;
	clear:both;	
	margin-top:5px;
	margin-bottom:5px;
	color:White;
}

#helpEnquiry h1
{
	margin-left:12px;
	padding-top:10px;
	color:White;
}

#helpEnquiry label
{
	float:left;
	margin-left:12px;
	
}

#helpEnquiry input
{
	float:right;
	height:14px;
	width:200px;
	border:none;
	font-size:12px;	
}

#helpEnquiry textarea
{
	float:right;
	height:60px;
	width:200px;
	border:none;
	font-size:12px;	
}

#helpEnquiry select
{
	float:right;
	border:none;
	width:206px;
	font-size:12px;
}

.hiddenFormItems
{
	display:none;
}

#button_submit
{
	height:30px; 
	FLOAT:right; 
	border-style:solid;	
	border-width:1px; 
	border-color:#000000; 
	background-color:#ffffff
}

#button_back
{
	height:30px; 
	border-style:solid; 
	border-width:1px; 
	border-color:#000000; 
	background-color:#ffffff
}

#lab_error
{
	color:Yellow;
}

.helpConfirmation
{
	text-align:justify;
}
#fileUploadStyle input
{
	height:20px;
	border:none;
	width:206px;
	/*text-align:right;*/
	border-style:none;
	line-height:15px;
}


