/* CSS Document */
/* CSS Document */

.error_background{
background-image: url(../images/error_msg/background.png);
}
.top_background{
background-image: url(../images/error_msg/top.png);
}
.bottom_background{
background-image: url(../images/error_msg/bottom.png);
}

.right_background{
background-image: url(../images/error_msg/right.png);
}
.left_background{
background-image: url(../images/error_msg/left.png);
}

.error_text {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #A0035E;
}
.error_css {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color:#990000;
}

.additional_text {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #0A3C09;
}
.error_box{
background-color: #F2E5B6;
border-color:#EE0697;
border-style:solid;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#A0035E;
}

.addl_message{
background-color:#F2E5B6;
border-color:#EE0697;
border-style:double;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#A0035E;
}
