#container {width:800px; margin:0 auto; margin-top:20px; background-color:#fff; border:1px solid #aaa; }
#content {margin:0 auto; width:100%; padding-top:8px;}
#content div.form {margin:0 auto; width:50%;}

/* SimpleModal Styles */
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {
	width:350px;
	height:200px;
	background-color:#fff;
	border: 4px solid #524167;
}
a.modalCloseImg {background:url(/themes/zNights-Default/icons/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
