



.message-popup {
    background: none repeat scroll 0 0 #F3BF8F;
    left: 50%;
    margin: 0 0 0 -203px;
    padding: 0 4px 4px;
    position: fixed;
    top: -9999em;
    width: 407px;
    z-index: 999;
}

.message-popup.show {
    top: 0px;
}

.main_message_popup{
	position:fixed; 
	height:100%; 
	width:100%;
	z-index: 1300;
}

.message-popup .message-popup-head {
    padding: 1px 0;
}

.fov_message_popup{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#ccc;
	opacity:0.17;
	z-index:998
}

.message-popup .message-popup-head a {
    background: url("/main_image/bkg_btn-close.gif") repeat-x scroll 0 50% rgba(0, 0, 0, 0) !important;
    border: 1px solid #EA7601;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font: 12px/17px Arial,Helvetica,sans-serif;
    padding: 0 12px 0 7px;
    text-decoration: none !important;
}

.message-popup .message-popup-head h2 {
    color: #644F3B;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0 10px;
}

.message-popup .message-popup-content {
    background: none repeat scroll 0 0 #FDF4EB;
    padding: 16px 21px;
}

.message-text {
    color: #644F3B;
    float: right;
    min-height: 68px;
    overflow: hidden;
    width: 295px;
}

.message-icon {
	background-image:url("/main_image/SEVERITY_NOTICE.gif");
    background-position: 50% 0;
    background-repeat: no-repeat;
    float: left;
    font-size: 10px;
    line-height: 12px;
    overflow: hidden;
    padding: 47px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}