body 
{
    margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:12px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
.emailbox
{
    width:125px;
    height:12px;
    font-size:11px;
}
.ErrorSummary
{
	background-image: url(../images/error.gif);
	background-repeat:no-repeat;
	border:1px solid #FF0000;
	background-color:#E7E9EA;
	text-align:left;
	min-height:50px;
	height:auto !important;
	height:50px;
	min-width:380px;
	width:380px;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:15px;
	color:#444 !important;
	font-size:12px;
	line-height:15px;
	background-position:0px 10px;
}
