/*
 * 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 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

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

/* Overlay */
#simplemodal-overlay {background-color:#FFFFFF; cursor:wait;}
/* Container */
#simplemodal-container {height:390px; width:530px;}

	.coupon_div{
	width: 530px;
	height: 390px;
	background-image: url(/templates/cranium/images/Red_Popupbox_with-tick.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(/templates/cranium/images/spacer.gif) no-repeat; width:30px; height:30px; display:inline; z-index:3200; position:absolute; top:70px; right:30px; cursor:pointer;}
