/*
 * 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 $
 *
 */                                                                                         

body {height:100%; margin:0;}
#basic-modal-content {display:block;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:auto;}

/* Container */
#simplemodal-container {height:545px !important; width:550px !important; color:#bbb; z-index:50000; position:relative;}
#simplemodal-container a.modalCloseImg {background:url(/images/slotastic/close.gif) no-repeat; width:30px; height:30px; display:block; z-index:32000; position:absolute; top:5px; right:5px; cursor:pointer; }
#simplemodal-container #basic-modal-content {padding:8px;}


#messageExclusion, #frexclusion
{
	width:456px;
	height:249px;
	margin:0 auto;
	display:none;
	background-repeat:no-repeat;
}
