﻿
.message
{
	text-align:left;
	border:solid 1px #acadbf;
	background-color: #feffd5;
	padding:10px 20px 10px 15px;
	 min-width:450px;
	 max-width:750px;
	 margin-bottom:30px;
	 font-size:0.8em;
	 font-family:Arial;
}
.OkMsgBoard {
	PADDING-RIGHT: 5px; PADDING-LEFT: 120px; BACKGROUND: url(../../Images/standard_msg_ok_big.gif) no-repeat 15px 15px; PADDING-BOTTOM: 5px; LINE-HEIGHT: 1.8em; PADDING-TOP: 5px
}

.OkMsg {
	BORDER-RIGHT: #00be00 1px solid;  BORDER-TOP: #00be00 1px solid;
	BACKGROUND: url(../../Images/standard_msg_ok.gif) #e6ffe6 no-repeat 5px 5px;  BORDER-LEFT: #00be00 1px solid; COLOR: #000; 
	PADDING-TOP: 5px; padding-bottom:5px; padding-left:3%; BORDER-BOTTOM: #00be00 1px solid; text-align:left; 
	 margin-bottom:20px; font-size:12px; width:87%;margin:20px auto 20px 30px;
}
.ErrorMsg
{
    margin-left:5px;
    padding:5px 5px 5px 25px;
	background:#FFF2E9 url(../../Images/standard_msg_error.gif) 5px 5px no-repeat;	
	color:#000;
}
.ErrMsg
{
	BORDER-RIGHT: #f00 1px solid;  BORDER-TOP: #f00 1px solid;
	BACKGROUND: url(../../Images/standard_msg_error.gif) #FFF2E9 no-repeat 5px 5px;  BORDER-LEFT: #f00 1px solid; COLOR: #f00; 
	PADDING-TOP: 5px; padding-bottom:5px; padding-left:3%; BORDER-BOTTOM: #f00 1px solid; text-align:left; 
	 margin-bottom:20px; font-size:12px; width:87%;margin:20px auto 20px 30px;
	
}


