.formErrorBox {

color:#FFA500;
font-size:12px;
background-color:#FFFFFF;
border:2px solid #FFA500;
font-weight:bold;
line-height:120%; 
padding:0 5px;
z-index:100;
/*
filter:alpha(opacity=60); 
-moz-opacity: 0.6; 
opacity: 0.6; 
*/
}

.formErrorBox a {
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
	margin-bottom:2px;
}

.frmEnquiryLeftArrow {

font-size: 0px; 
line-height: 0%; 
width: 0px; 
margin-top:9px;
border-top: 3px solid white; 
border-right: 15px solid #FFA500; 
border-bottom: 3px solid white;
filter:alpha(opacity=60); 
-moz-opacity: 0.6; 
opacity: 0.6; 
}

.frmEnquiryRightArrow {

font-size: 0px; 
line-height: 0%; 
width: 0px;
margin-top:9px;
border-top: 3px solid white; 
border-left: 15px solid #FFA500; 
border-bottom: 3px solid white;
filter:alpha(opacity=60); 
-moz-opacity: 0.6; 
opacity: 0.6; 
}

