/**
 * SimpleModal CSS
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Revision: $Id: simplemodal.css 195 2009-05-22 18:55:23Z emartin24 $
 *
 */



.simplemodal-overlay {
	background-color:#000; cursor:pointer;
	}
.simplemodal-container {
	background-color:#fff;
	border:9px solid #a6a6a6;
	
	}
a.modalCloseImg {
	background:url(../images/btn_close.gif) no-repeat;
	width:50px;
	height:15px; display:inline; z-index:3200; position:absolute; top:17px; right:20px; cursor:pointer;
	}
