@CHARSET "UTF-8"; /*site content common template*/

div.modalcontent{
	padding: 45px 40px 40px 40px;
	line-height: 12px;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:auto;}

/* Container */
#simplemodal-container {
	/*min-height:125px;
	min-width:125px;*/
	background-color:#fff;
	border:/*3px solid #ccc*/ 0;
	text-align: center;
}
#simplemodal-container a.modalCloseImg {
	background:url(button_mbox_close.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
