#alert-box-overlay { position: fixed; display: none; z-index: 99998; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0.5;  -khtml-opacity: 0.7;  -moz-opacity: 0.7;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  filter: alpha(opacity=70);}
.alert-box .pageTitle {display: none; !important;}
.alert-box { display: none; width: 600px; position: absolute; position: fixed; margin: 0; color: #808080; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 18px; background-color: #FFFFFF; border: 1px solid #EAEEFA; border: 1px solid rgba(234, 238, 250, 0.6); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;  z-index: 99999999;  top: 50%;  left: 50%; behavior: url('https://www.pearlmagnet.org/apps/shared/pie.htc');}
.alert-box .alert-box-header { padding: 5px 15px; margin: 0;  border-bottom: 1px solid #EEEEEE;}
.alert-box .alert-box-header h1 { text-align: center; margin: 0; color: #404040; font-size: 18px; font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 36px; }
.alert-box a.close { position: absolute; right: 15px; top: 15px; color: #999; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 17px; font-weight: normal; line-height: 10px; text-decoration: none;}
.alert-box a.close:hover { color: #444;}
.alert-box .alert-box-body { padding: 15px; }
.alert-box .alert-box-body div.contents, .alert-box .alert-box-body div.contents table { overflow: hidden; text-align: left; font-size: 13px; font-weight: normal; color: #606060; line-height: 18px;}
.alert-box .alert-box-body p {  padding: 0;  margin: 10px 0;}
.alert-box .alert-box-body img { display: block; margin: 0 auto 10px auto; max-width: 570px !important;}
.alert-box .alert-box-footer { display: block; background-color: #F5F5F5; padding: 14px 15px 15px; border-top: 1px solid #EEEEEE; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #FFF; -moz-box-shadow: inset 0 1px 0 #FFF; box-shadow: inset 0 1px 0 #FFF; zoom: 1; margin-bottom: 0; text-align: center; behavior: url('https://www.pearlmagnet.org/apps/shared/pie.htc');}
.alert-box .alert-box-body img.sub,.alert-box .alert-box-body #pageAsideWrapper {display: none !important;}
@media only screen and (max-device-width: 480px) {     
.alert-box .alert-box-header h1 {font-size: 16px;}
.alert-box a.close{font-size: 30px;}
html body .alert-box { width: 380px !important;}
html body .alert-box .alert-box-body img {max-width: 350px !important;}
}

@media only screen and (max-device-width: 375px) {
html body .alert-box { width: 350px !important;}
html body .alert-box .alert-box-body img {max-width: 320px !important;}
}	
	
@media only screen and (max-device-width: 320px) {
html body .alert-box { width: 300px !important;}
html body .alert-box .alert-box-body img {max-width: 270px !important;}
}