/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */
 
.modal-popup{/*popup defaul hidden styles */
	color: #630;
	display:none;
	margin-top: 170px;
	margin-left: 50px;
}	

.modal-popup a {
	color: #630;
	font-size: 12px;
	font-weight: bold;
}

.modal-popup p{
	background: #990;
	font-size: 14px;
	width: 310px;
	padding: 5px;
	margin-top: 10px; 
}
	

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#simplemodal-overlay {background-color: #000; cursor:wait;}


#simplemodal-container { background: url(../images/modal2.png) no-repeat; width: 423px; height: 529px; }
#simplemodal-container a.modalCloseImg {background:url(../images/x_btn.png) center no-repeat; width:35px; height:45px;  z-index:3200; position:absolute;  top: 52px; right: 38px;  cursor:pointer;}


.biz-url-modal { float: right; margin-top: 5px; margin-right: 55px; }

		
	
