body{font-size:14px;}
a:link,a:visited,a:active {text-decoration: none;color:#004499;}
#messages_errors{width:600px;margin-top:100px;margin-left:auto;margin-right:auto;border:1px solid #cccccc;padding:1px;}
#messages_errors table{width:100%;border:1px solid #FFCC00;background:#e5e5e5;border:none;}
#messages_errors td{text-align:left;}
#messages_errors .icon{width:150px;}
#messages_errors .icon div{height:150px;background:url(images/error_bg.png) no-repeat 0px 0px;}
#messages_errors .title{font-size:24px;color:#999999;font-weight:600;padding-top:10spx;}
#messages_errors .messages{color:#555555;line-height:20px;vertical-align:top;}
#messages_errors .bottom{text-align:right;}
#messages_errors .bottom a{
	background:red;
	width:80px;
	height:32px;
	display:block;
	float:right;
	margin-right:20px;
	background:url(images/error_bg.png) no-repeat 0px -150px;
}
#messages_errors .bottom a:hover{
	background:url(images/error_bg.png) no-repeat -100px -150px;
}