
/* In-page Modal Windows */
.modal-overlay { background-color: #000; background-color: rgba( 0,0,0,0.8 ); display: none; position: absolute; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: auto; height: auto; z-index: 1000;}
.modal-overlay .modal-content { background-color: #FFF; padding-top: 20px; position: absolute; left: 50%; top: 50%; }
.modal-overlay .control-close { background: transparent url('/images/set_a/en_us/local/localbuttons/closewindow_btn_alt.png') center center no-repeat; cursor: pointer; margin-right: -15px; margin-top: -15px; position: absolute; right: 0; top: 0; width: 135px; height: 35px; }
.modal-overlay .modal-content iframe { border: 0 none; }