#contentDealerApp
{
min-height:550px;
padding-bottom:20px;
padding-right:10px;
padding-top:10px;
margin-left:15%;
width:75%
}
/* for Internet Explorer equivelent of minimum height tag */
* html #contentDealerApp
{
height: 540px;
}
#contentApps
{
min-height:550px;
padding-bottom:20px;
padding-right:10px;
padding-top:10px;
margin-left:15%;
width:75%
}
/* for Internet Explorer equivelent of minimum height tag */
* html #contentApps
{
height: 565px;
}
TEXTAREA.full 
{ 
width: 100%; 
}
DIV.enqreq
{
width: 100%;
padding: 10px;
}
DIV.enqreqSubmit
{
width: 100%;
padding-bottom: 30px;
}
.move_right
{
	position:relative;
	top:-4px;
}
 .label
{
	width: 110px;
	float: left;
}
.redFont
{
	color:#ED1A2E;
	position:relative;
	top:-6px;
}

