﻿#msgpad { padding: 0 10px;}
.popupAlert, .popupSuccess  
{
    position: fixed; 
    z-index:5001; top:0; 
    left:0; width: 100%;  
    text-align: center; 
    display:none;
}

.popupAlert #msgWrapper  
{
    position: relative; 
    max-width: 400px; 
    min-width: 280px;
    margin: 50px auto; 
    color:#AC0000; 
    background-color:#F4FBA2; 
    border:1px solid #AC0000;
    font-size: 14px; 
    padding: 5px 10px; 
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.popupAlert #close  
{
    font-size: .8em; 
    font-weight: bold; 
    cursor: pointer; 
    padding:2px;
    float:right;
}

.popupAlert #close #x  
{
    background: #F4FBA2; 
    color: #AC0000; 
    font-weight: bold; 
    padding:2px;
    font-size:12px;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.popupAlert #msgHeader 
{
    color:#fcf4ce;
    text-align:left;
    background-color:#b01319;
    font-size:16px;
    padding:2px 2px 2px 10px;
    margin:0 0 10px 0;
    font-weight:bold;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.popupSuccess #msgWrapper  
{
    position: relative;
    width: 50%; 
    margin: 0 auto; 
    color:#fcf4ce; 
    background-color:#298000; 
    font-size: 14px; 
    padding: 15px 30px; 
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}