/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

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

/* Overlay */
#simplemodal-overlay {background-color:#000; z-index:13200 !important;}

/* Container */
/*
#simplemodal-container { width:740px; color:#333; background-color:#fff; border:4px solid #5eabe3; font-size:14px; }
*/
#simplemodal-container { width:958px; color:#333; background-color:#fff; border:0; font-size:14px; z-index:15201 !important;}
#simplemodal-container a.modalCloseImg
{
	display: block;
	z-index:14200 !important;
	position: absolute;
	right:25px;
	top:30px;
	width:13px;
	height:13px;
	display:block;
	background:url("../images/close3.png") 0 0 no-repeat;
	cursor:pointer;
}
#simplemodal-container a.modalCloseImg:hover{
	background-position:0 bottom;
}
#simplemodal-container h3 {color:#6e6e6e; }
