/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:160px; width:400px; left:50%; top:34%; margin-left:-200px; background-color:#000;}
#omodalContainer a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}


h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size: 18px; color:#fff;text-align:center;}

.enter_email {font-size:11px}

#notify {text-align:center; font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; color:#fff}

#readerAddress {
	border:1px solid #212121; 
	font:italic 14px Georgia, Times, Serif;
    font-size: 0.9em;	
	line-height:1em;
	padding:3px; 
	color:#000000
}

.submit input, .submit input:focus {
	background: url( /img/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0
}

p {color:#fff}

.submit input:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999
}