#simplemodal-overlay {background-color:#000;}
#simplemodal-container {
	border-radius:			5px;
	border-radius:			5px;
	
	-moz-border-radius:		5px;
	-moz-border-radius:		5px;
	
	-webkit-border-radius:	5px;
	-webkit-border--radius:	5px;
	
	background-color:#333;
	
	border:2px solid #fff; 
	padding:20px;
	color: #fff;
	
	width: 450px;
	height: 520px;
	
	

}
#simplemodal-container a.modalCloseImg {
	background:url('../img/x.png') no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-14px;
	right:-14px;
	cursor:pointer;
}

