<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

.basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:default;}

/* Container */
#simplemodal-container {height:222px; width:359px; background:url('fancy_window.png') no-repeat left top; padding:0}
#simplemodal-container a.modalCloseImg {background:url('fancy_closebox.png') no-repeat; width:30px; height:30px; display:inline; z-index:3200; position:absolute; top:11px; right:18px; cursor:pointer;}
#simplemodal-container #basic-modal-content {/*padding:8px;*/}
#helper { 
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  z-index: -10; 
}


#view-video-overlay {background-color:#000; cursor:default;}

#view-video-container {height:620px; width:640px; padding:0; background-color: #F2C804;}



#callback-overlay {background-color:#000; cursor:default;}

#callback-container {height:220px; width:350px; padding:0; background-color: #F2C804;}</pre></body></html>