/*
#form div.errormsg
{
	width:94%;
	padding:3px 14px 4px 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -moz-linear-gradient(top, red, rgba(255,51,0,0)); !* Firefox *!
	background: -webkit-gradient(linear, left center, left bottom, from(#ff2200), to(#ff6600)); !* Safari,Google Chrome *!
}
*/

#form div.errormsg {
	margin: 1px 0 3px 0;
	padding: 4px 7px;
	background: #ffeeee url(../../img/error_bg.gif);
	text-shadow: 1px 1px 0 #fff;
	color: #f00;
}

#form span.errormsg {
	width: 100%;
	display: inline-block;
	padding: 4px 7px;
	background: #ffeeee url(../../img/error_bg.gif);
	text-shadow: 1px 1px 0 #fff;
	color: #f00;
}

#form span.errorstr
{
	font-weight:bold;
	font-size:83%;
	color:#ff0000;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
/* #form h3 {
	font-size: 150%;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.6);
	clear:both;
	color: #ffffff;
	margin:0 0 8px 0;
	padding:3px 14px 4px 14px;
	background-color: #feeeea;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	background: -moz-linear-gradient(center bottom, #64acdf 0%,#9ecbea 6%,#7ab7e3 88%,#9ecaea 94%,#4e9fd9 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1b5ba3),color-stop(0.06, #1b75d9),color-stop(0.88, #1968c1),color-stop(0.94, #1b76da),color-stop(1, #0557b4));
} */