/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 212 2009-09-03 05:33:44Z emartin24 $
 *
 */

/*proprofscc: commented as we do not need them*/
/*body {height:100%; margin:0;}
h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}*/

/* remove comments from here
#basic-modal-content {display:none; text-align:left;}

/* Overlay */
/*remove comments from here
#simplemodal-overlay {background-color:#000;/* cursor:wait;*/}

/* Container */


/*remove comments from here
#simplemodal-container {height:500px; width:1000px; color:#bbb; background-color:#fff; border:10px solid #adadad; padding:12px; -moz-border-radius:10px; -webkit-border-radius:10px;}
#simplemodal-container code {background:#141414; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url('../images/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

*/