/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 99 2008-02-04 16:31:09Z emartin24 $
 *
 */
 
/* Overlay */
 #modalReadFull{
	display:none;
}
#modalReadOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalReadContainer {width:600px; left:50%; top:15%; margin-left:-300px; text-align:left;font:1em Arial;}
#modalReadContainer #modalReadFull {
	width:600px;
	float:left;    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px 12px 50px;
	text-align:left;	
}
#modalReadContainer a.modalCloseImg {

	text-decoration:none; 
	width:600px;
	color:#999;
	display:block; 
	position:relative;
	top:40px;
	z-index:6000;
	margin:10px 12px 0;
	padding:10px 0;
	cursor:pointer;	
	border-bottom:1px solid #ccc;
}
#modalReadContainer a:hover{
	color:#666;
	
}
#modalReadContainer  h2{margin-top:40px;font:bold 1em Arial;}
