/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay {
background-color:#000; cursor:wait; margin:0;
		
}

/* Container */
#simplemodal-container { width:300px; height:200px; background:#fff url(../images/thankyou.jpg) no-repeat center center; 
border:3px solid #ccc; margin:0 auto;
 -webkit-border-radius:10px;
		-moz-border-radius:10px;
		-khtml-border-radius:10px;}
#simplemodal-container a.modalCloseImg { background:url(../images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent,#simplemodal-container #basicModalBranding, {padding:4px 8px;  margin:0 auto;}

#basicModalContent { width:290px; margin:5px auto; padding:0;}
#basicModalContent p{ margin:60px auto 0 auto; padding:20px; color:#fff;}

#header_modal {float:left; width:200px; margin:0; padding:0; background:url(../images/modal_header.png) no-repeat; height:122px; }
#content_modal, #content_branding{float:left; width:598px; margin:0; padding:0;
				border-right:1px solid #E1E1E0; border-left:1px solid #E1E1E0;}
#content_modal h2{  color:#000; padding:0 0 0 20px;
			}

