.msgBox_wrapper {
	border-radius:0px;
	background-color:#ffffff;
	text-align:left;
	overflow: visible; position:fixed; 
	top:0px;
	font-family:Arial, Helvetica, sans-serif;
        -webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.53);
        -moz-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.53);
        box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.53);
        
}
.msgBox_inner {
	padding: 20px;
}
.msgBox_title_wrapper {
	border-bottom:#dedede 1px solid;
	xbackground-color: #438b4a; xheight: 60px; vertical-align: middle; xbackground-color:#5a5a5a; background-color:#fff;
}
.msgBox_button_bar {
	text-align:right;
	padding:15px 6px 0px 0px;
}
.msgBox_title_wrapper img {
	margin-right: 8px
}
.msgBox_title {
	line-height:30px; padding-left: 0px; color: #428bca; font-size: 24px; font-weight: bold; padding-top:0px;
        text-transform: capitalize!important;
}
.msgBox_loading{
	background:url(/images/loadingBar.gif) no-repeat center;
	width:190px;
	margin:5px auto;
	padding:30px 0px 0px 0px;
}
.msgBox_loading_duplicates{
	width:190px;
	margin:5px auto;
}
.msgBox_main {
   text-align: left; color: #000; padding:10px 10px 10px 10px; font-size:14px; background-color:#ffffff; overflow:hidden; line-height:20px;
}
.msgBox_alert{
    text-align: left; color: #000; overflow: hidden; padding:10px 10px 10px 10px; font-size:14px; overflow:hidden; line-height:20px;
	/*background: url(../images/msgbox_alert.gif) no-repeat #ffffff 10px 12px;*/
	word-wrap:break-word;
}
.msgBox_alert p{
    margin: 5px 0px;
    line-height: 1.2;
    font-size: 14px;
}
.msgBox_iframe{
	background: url(/images/loader_profile.gif) no-repeat center #FFF; overflow:hidden;
}
.msgBox_confirm{
    text-align: left; color: #000; overflow: hidden; padding:10px 10px 10px 10px; font-size:14px; overflow:hidden; line-height:20px;
	/*background: url(../images/msgbox_confirm.gif) no-repeat #ffffff 10px 12px;*/
}
.msgBox_text{
  /*padding:10px;*/
}
.msgBox_bg {
	background-color: #000;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	
}
.msgBox_close_button{
	width: 44px;
        height: 44px;
        position: absolute;
        right: -22px;
        top: 0px;
        background: url(/images/revamp/landing/ease_close_btn.png) no-repeat;
        z-index: 1001;
}
.msgBox_button {
	color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
	padding:1px 20px 1px 20px;
	cursor:pointer;
	text-decoration:none;
	line-height:18px;
	height:24px;
	margin:0px 4px 0px 4px;
	width:auto;
        padding: 10px 20px;
}
.msgBox_button:hover{
    text-decoration: none;
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.msgBox_button_bar a, .msgBox_button_bar a:link {
    color:#ffffff;
    min-width: 80px;
} 
.msgBox_button:link,.msgBox_button:visited{
	color:#FFFFFF;
}
.msgBox_button:hover{
	color:#333333;
}
.msg_box_button_margin{
	margin-right: 5px;
}
.msgBox_title.original{
    text-transform:initial!important;
}
@media (max-width: 380px){
    .msgBox_title{
        line-height: 20px;
        font-size: 18px;
        padding-bottom: 16px;
        padding-left: 10px;
    }
    .msgBox_inner{
        padding: 20px 10px;
    }
    
}
@media (max-width: 767px){
    .msgBox_inner{
        padding: 10px;
    }
    .msgBox_close_button{
        right: -10px;
    }
}