#simplemodal-overlay {
	background-color:#000; 
	cursor: progress;
}
#simplemodal-container p{
	font-size: 12px;
}
#simplemodal-container p strong{
	font-size: 13px;
	font-weight: bold;
}
#simplemodal-container strong{
	font-size: 12px;
	font-weight: normal;
}
#simplemodal-container{
	width:300px; 
	height:500px; 
	background-color:#000;
	color: #ccc;
	border: 1px solid #ccc;
	padding: 10px 15px 10px 15px;
}
a.modalCloseImg {
	background:url(/i/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}


