/*
 * SimpleModal Contact Form
 * 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: contact.css 164 2008-12-02 23:31:54Z emartin24 $
 *
 */


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

/* Container */
#contact-container {
	position:relative;
	background-color:#ffffff;
	width:900px;
	bottom: -1px;
	height: 1px;
	}
#contact-container .contact-content {background-color:#FFFFFF; color:#555555; }
#contact-container .contact-message {text-align:center;}
