﻿
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
.simplemodal-wrap {overflow:hidden !important}
#simplemodal-container {height:auto; width:385px; background-color:#fff;}
#simplemodal-container .simplemodal-data {padding:0px;}
#simplemodal-container a.modalCloseImg {background:url(img/x.png) no-repeat center center; width:30px; height:30px; display:inline; z-index:3200; position:absolute; top:5px; right:5px; cursor:pointer;}
