.formErrorBox {
color:#FFFFFF;
background-color:#092767;
border:2px solid #FFFFFF;
line-height:120%; 
padding:2px 5px;
z-index:100;
font-size:1.2em;
white-space: nowrap;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.formErrorBox a {
	color:green;
}

.LeftArrow {
font-size: 0px; 
line-height: 0%; 
width: 0px;
border-left: 20px solid white; 
border-top: 2px solid #111; 
border-bottom: 2px solid #111;
}

.RightArrow {
font-size: 0px; 
line-height: 0%; 
width: 0px; 
border-right: 20px solid white; 
border-top: 2px solid #111;
border-bottom: 2px solid #111;
}



