.msgBox_wrapper {
	border:0px solid #009fe3;
	background-color:#005B94;
        padding:8px;
	text-align:left;
	overflow: hidden; position:fixed; 
	top:0px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
        -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.75);
}
.msgBox_inner{
    border:1px solid #004D7D;
    background-color:#015C95;
    padding:4px;
}
.msgBox_title_wrapper {
    background-color: #fff;
    height: 45px;
    text-transform: none;
    vertical-align: middle;
}
.msgBox_button_bar {
    padding: 15px 6px 0 0;
    text-align: left;
}
.msgBox_title_wrapper img {
    margin-right: 8px;
}
.msgBox_title {
    color: #005b94;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    padding: 15px 25px 0;
}
.msgBox_title:first-letter{
	text-transform: uppercase;
}
.msgBox_loading {
    background: url("../../images/revamp/loadingBar.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    margin: 5px auto;
    padding: 30px 0 0;
    width: 190px;
}
.msgBox_main {
   text-align: left; color: #000; padding:2px 10px 10px 10px; font-size:12px; background-color:#ffffff; overflow:hidden; line-height:14px;
   margin:0px;
}
.msgBox_text{
	text-align: left; color: #000; padding:20px; word-wrap:break-word;
}
.msgBox_alert{
    text-align: left; color: #000; overflow: hidden; padding:20px 20px 20px 54px; font-size:12px; overflow:hidden; line-height:14px;
	background: url(../../images/revamp/msgbox_alert.gif) no-repeat #ffffff 10px 12px;
	word-wrap:break-word;
}
.msgBox_iframe{
	background: url(../../images/revamp/loading.gif) no-repeat center #FFF;
}
.msgBox_confirm{
    text-align: left; color: #000; overflow: hidden; padding:20px 20px 40px 20px; font-size:12px; overflow:hidden; line-height:14px;
	background-color:#ffffff;
}
.msgBox_bg {
	background-color: #000;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	
}
.msgBox_close_button{
	background: url(../../images/revamp/msgbox_close_button_frontend.png) no-repeat #fff;
	height:20px;
	width:20px;
	display:block;
	margin:2px 14px 0px 0px;
}
.msgBox_close_button.absolute{
        position:absolute;
        right:4px;
        top:16px;
        z-index: 1;
}
.msgBox_button {
    background-color: #005b94;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    margin: 0 4px;
    padding: 5px 15px;
    text-decoration: none;
    width: auto;
}
.msgBox_button:link,.msgBox_button:visited{
	color:#FFFFFF;
}
.msgBox_button:hover {
    background-color: #004977;
    text-decoration: none;
}
.msgBox_wrapper.dark{
    background-color:#404041;
    border-color:#404041;
}
.dark .msgBox_title_wrapper,.dark .msgBox_main{
    background-color:#404041;
}
.dark .msgBox_iframe {
    background: url("../../images/revamp/loading_dark.gif") no-repeat scroll center center #404041;
}
loading_dark.gif .dark .msgBox_title {
    color: #fff;
}
.dark .msgBox_close_button {
    background: url("../../images/revamp/msgbox_close_button_dark.gif") no-repeat scroll 0 0 #404041;
}
#msgBox_window_apply_success .msgBox_title_wrapper{
    border-top:11px solid #fff;
    border-left:11px solid #fff;
    border-right:11px solid #fff;
}
#msgBox_window_apply_success .msgBox_title_wrapper td{
    background-color:#ededed;
    padding:10px 15px 0px 18px;
}
#msgBox_window_nonmember_apply .msgBox_close_button.absolute{
    right: 13px;
    top: 24px;
}