.msgAlert
{
	width: 400px;
	position: fixed;
	left: 50%;
	top: 50px;
	margin-left: -200px;
	z-index: 99999;	
	border: 3px solid rgba(0,0,0,0);
	border: 3px solid #bbb\0/;
	*border: 3px solid #bbb;	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;		
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 12px rgba(0,0,0,0.4);
	box-shadow:0 0 12px rgba(0,0,0,0.4);
	font-size: 11px;
}
.msgAlert_header
{		
	background: #BBB url(../images/alertbox/msgAlert_header.png)repeat-x 0 0;
	height: 39px;
	line-height: 39px;
	margin: 0 0 1.5em;
	border: 1px solid #999;
	position: relative;	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.msgAlert_header h4
{
font-size: 14px;
font-weight: bold;
line-height: 2.75em;
color: #FFF;
text-shadow: 1px 1px 2px rgba(0,0,0,.25);
position: relative;
left: 10px;	
}
.msgAlert_header .msgAlert_close
{
background: url(../images/alertbox/msgAlert_close.png)no-repeat 0 0;
width: 20px;
height: 20px;
line-height: 800px;
display: block;
position: absolute;
right: 10px;
top: 10px;
overflow: hidden;
}
.msgAlert_header .msgAlert_close:hover { background-position: 0 -20px; }
.msgAlert_popup 
{
color: #444;
display:block;
padding: 10px 10px 20px;
background: #fff;-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.msgAlert_popup p:last-child { margin-bottom: 0; }
.msgAlert_footer
{
background: #EEE;
width: auto;
text-align: right;
padding: 10px 10px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.msgAlert_footer button { margin: 0 .35em; }
.msgAlert_overlay 
{
position: fixed;
top: 0px;
left: 0px;
height:100%;
width:100%;
background-color: #000;
z-index: 9999;
filter: alpha(opacity=15);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
-moz-opacity: 0.15;
opacity:0.5;
}
.msgAlert_content { color: #555; min-height: 50px; margin-top: .75em; }
.msgAlert_content h3 { margin-bottom: 1em; }
.msgAlert_content ul
{
list-style-type: square;
padding: 0;
margin: 0 0 0 24px;
}
.warning .msgAlert_content
, .info .msgAlert_content
, .success .msgAlert_content
, .error .msgAlert_content
{
background-repeat: no-repeat;
background-position: 16px 2px;
padding-left: 85px;
}

.info .msgAlert_content { background-image: url(../images/alertbox/msgAlert_info.png); }
.success .msgAlert_content { background-image: url(../images/alertbox/msgAlert_success.png); }
.warning .msgAlert_content { background-image: url(../images/alertbox/msgAlert_warning.png); }
.error .msgAlert_content { background-image: url(../images/alertbox/msgAlert_error.png); }

.msgAlert.success .msgAlert_header { background-color: #7B9534; border-color: #627036; }
.msgAlert.warning .msgAlert_header { background-color: #E6BA01; border-color: #AC9207; }
.msgAlert.error .msgAlert_header { background-color: #AF4434; border-color: #782E25; }
.msgAlert.info .msgAlert_header { background-color: #FF372D; border-color: #D92F26; }

.msgAlert_footer.left { text-align: left; }
.msgAlert_footer.middle { text-align: center; }
.msgAlert_footer.right { text-align: right; }
.msgAlert_footer button
{
background-image: url(../images/alertbox/msgAlert_button_bg.png); 
background-color: #DDD; 
background-repeat: repeat-x;
color: #666;
font-weight: bold;
display: inline-block;	
text-decoration: none;
border-color: #BBB; 
border-width: 1px;
border-style: solid;
padding: 0 15px 4px;
*padding: 0 5px 4px;
margin: 0 3px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
box-shadow: 1px 1px 1px rgba(0,0,0,.1);
cursor: pointer;
position: relative;
}
.msgAlert_footer button:hover { background-position: 0 -100px; }
/* Active/Click state */
.msgAlert_footer button:active { top: 1px; }
/* Sizes */
.msgAlert_footer button { background-position: 0 0; font-size: 10px; height: 26px; line-height: 23px; }

.msgAlert_header .msgAlert_close, .msgAlert_header .msgAlert_close:hover{
	background:url("/assets/images/close_icon.svg") no-repeat left center;
	position: relative;
	right: -23px;
	float: right;
    margin-right: 5px;
    top: -14px;
}
.msgAlert.info .msgAlert_header, .msgAlert.error .msgAlert_header, .msgAlert.success .msgAlert_header, .msgAlert .msgAlert_header{
	height: 48px;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #eee;
}
.msgAlert_header h4{
	color: #221638;
	font-size: 20px;
	font-weight: 600;
	line-height:normal;
	left:auto;
	text-shadow: none;
	margin:0;
	top:-3px;
}
.msgAlert_popup{
	padding:0;
}
.info .msgAlert_content, .success .msgAlert_content{
	padding: 41px 20px 41px 120px;
    background-image: url(/assets/images/img_checkmark.svg);
    background-position: 40px center;
	background-size: 60px;
	margin:0;
}
.msgAlert.info{
	border:0;
}



.msgAlert.theme-alert-popup{
    padding: 30px;
    border-radius: 14px;
}
.msgAlert.theme-alert-popup{
    max-width: 360px;
}
.msgAlert.theme-alert-popup .msgAlert_header{
    border-bottom: none;
}
.msgAlert.theme-alert-popup h4{
    font-size: 20px;
    color: #221638;
    font-weight: 600;
    line-height: 28px;
    margin: 55px 0 16px 0;
    text-align: center;
}
.msgAlert.theme-alert-popup .msgAlert_content{
    color: #8A8496;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    border-bottom: none;
}

.msgAlert.theme-alert-popup .msgAlert_footer{
	justify-content: center;
	background: transparent;
}

.msgAlert.theme-alert-popup .msgAlert_header .msgAlert_close{
    width: 30px;
    height: 30px;
}

.msgAlert.theme-alert-popup .msgAlert_popup .msgAlert_header a.msgAlert_close{
    margin-right: -15px;
    top: -35px;
}

.msgAlert.theme-alert-popup .msgAlert_footer button:last-child{
    width: 245px;
    font-weight: normal;
}

