/*
 * jqModal - Minimalist Modaling with jQuery
 *   (http://dev.iceburg.net/jquery/jqmodal/)
 *
 * Copyright (c) 2007,2008 Brice Burgess <bhb@iceburg.net>
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 	
	
.jqm-window {
	position: fixed;
	top: 2em;
	left: 50%;
    width: 46em;
	margin-left: -25em;
    padding: 1em;
    color: #333;
    background: #fff;
    border: 1px solid #000;
	display: none;
	overflow: auto;
}

.jqm-overlay {
	background: #000;
}
