/*
 * SimpleModal Contact Form
 * 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: contact.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

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

/* Overlay */
#popup-overlay {background-color:#000;}

/* Container */
#popup-container {
	width:560px;
	padding: 5px 0 5px; 
	text-align:left; 
	background:#000;
	border: solid 1px #666;
}
#popup-container .popup-message {
	text-align:center;
}
#popup-container .popup-error {
}
#popup-container a.modal-close,
#popup-container a.modal-close:link,
#popup-container a.modal-close:active,
#popup-container a.modal-close:visited {
	text-decoration:none; 
	font-size:85%; 
	position:absolute; 
	top:0px; 
	right:3px; 
	color:#ccc;
	padding-left: 18px;
	padding-top: 2px;
	height: 20px;
	background: url(/images/icon-close3.png) 0px 1px no-repeat;
}
#popup-container a.modal-close:hover {
}
