﻿#sewa_showmessagebox {
	height: 140px;
	width: 390px;
	border: 1px solid #7998B7;
	border-top:none;
	background: url(../../App_Themes/admin/images/msg_head.gif) repeat-x left top;
	position:absolute;
    left:50%;
    top:50%;  
    margin:-90px 0 0 -200px;
}
#sewa_showmessagebox_head 
{
	background-image: url(../../App_Themes/admin/images/msg_head_2.gif);	
	background-repeat: no-repeat;   
	background-position: 6px;
	height: 26px;
}
#sewa_showmessagebox_head img{
	border:0 none;
	margin-top:8px;
	margin-bottom:-8px;
	float:right;
	padding-right:8px;
}
#sewa_showmessagebox_foot {
	background-color: #EBEBEB;
	height: 32px;
}
#sewa_showmessagebox_center {
	height: 80px;
	border-top:1px solid #D7E0E7; 
	border-bottom:1px solid #D7E0E7;    
	background-image: url(../../App_Themes/admin/images/msg_error.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	    	background-color: #fff;
}
#sewa_showmessagebox_text {
	height:60px;
	width:250px;
	float:right;
	text-align:left;  
	font-size:12px;
	letter-spacing:0.1em;
	padding:10px 10px 10px 10px;
}
#sewa_showmessagebox_head h4 {
	font-size: 10pt;
	color: #FFFFFF;
	margin-top:0px;
	padding-left:29px;
	text-align:left;
}

#sewa_showmessagebox_foot img {
	float:right;
	padding-top:5px;
	padding-right:30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
