div.modal-box.wrapper {position: absolute; left:50%; margin-left:-225px;border: 1px solid #d4d4d4;border-radius:3px;-moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px;z-index: 2000;text-align: background-color: #f5f5f5; padding-bottom:20px;}
div.modal-box div.inside {margin: 3px;padding: 10px;overflow: visible;z-index: 2000; background-color: #f5f5f5;}

/* Each Box's specified width: Required so that they're showing in the middle of the page */
div.modal-box {width: 450px; background-color: #f5f5f5;}

#adjust-settings span.button.white.save {margin-left: 95px;}

div.modal-box div.inside { background-color:#f5f5f5; height: 83px;}

div.modal-box div.inside  h3 { color:#994A68; font: 18px 'QlassikMediumRegular', Arial, sans-serif; padding-bottom:10px;}
/* Close Buttons */
div.modal-box span.modal-close {position: absolute;top: -13px;right: -13px;width: 35px;height: 35px;background: url(../images/close-buttons-sprite.png) no-repeat;}
div.modal-box span.modal-close:hover {background-position: 0 -37px;cursor: pointer;}
div.modal-box span.modal-close span {display: none;}
div.modal-box span.modal-close.left {top: -13px;left: -13px;}
div.modal-box span.modal-close.red {background-position: -70px 0;}
div.modal-box span.modal-close.red:hover {background-position: -70px -38px;}

div.modal-box h3 {font-size: 30px;font-weight: bold;margin: 10px 0px 5px;color: #464646;letter-spacing: -1px;}
div.modal-box .red h3, div.modal-box .yellow h3 {color: #fffeff;margin-top: 0px;}
div#restricted-content.modal-box h3 {margin-top: 90px;}

div.modal-box p {text-shadow: rgba(255,254,255,0.5) 0 1px 0;color: #7a7a7a;margin: 5px 0px 10px;}

div.modal-box div.clear{height: 1px;clear: both;}
div.modal-box.centered {text-align: center;}

/* Image Styles */
div.modal-box img{float: left;}
div.modal-box img.contact-icon {float: right;}
div.modal-box img.pop-out {margin-top: -42px;z-index: 2001;position: absolute;left: 94px;}

div#adjust-settings.modal-box form {margin: 0px auto;width: 350px;}

span.modal-link {cursor: pointer; position:relative; float:right; font:12px Arial, Helvetica, sans-serif; color:#999; background-color:#f5f5f5; padding:5px; margin-top:4px; -webkit-border-radius: 10px;  border-radius: 10px; behavior: url(js/PIE.htc); border:5px solid #f5f5f5;}
	span.modal-link:hover { background-color:#994A68; color:#fff;}