/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

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

/* Container */

.modalHeader {
	width:800px;
	height:29px;
	background:url(../images/modal_bg_top.png) no-repeat;
}

.modalHeader a {
	float:right;
	position:relative;
	left:-9px;
	top:6px;
	display:block;
	color:#000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background:url(../images/modal_close.png) right top no-repeat;
	padding:0 27px 0 0;
	line-height:18px;
}

.modalImg .modalCont {text-align: center;}

.modalCont {
	border:1px solid #d4d1d1;
	border-top:0;
	border-bottom:0;
	background:#f0f0f0;
	color:#000;
	padding:36px;
	font-size:12px;
	clear:both;
	text-align:left;
	width:726px;

}
	div.modalCont ul {
		padding-left: 20px;
	}
	.modalCont a {
		color:#000;
	}	

.modalFooter {
	width:800px;
	height:19px;
	background:url(../images/modal_bg_bottom.png) no-repeat;
}