/* 
    Document   : modal
    Created on : 21-okt-2012, 11:04:55
    Author     : Remco
    Description:
        Purpose of the stylesheet follows.
*/

/* classes/id created by simplemodal js */
#simplemodal-container a.modalCloseImg {
	background:url(/js/jQuery/modal/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#simplemodal-overlay { /*{background-color:#000;}*/
    background-color: #000;
}
#simplemodal-container { /* {background-color:#333; border:8px solid #444; padding:12px;}*/
   background-color: #7777CC;
   border: 6px solid #fff;
   border-radius: 6px 6px 6px 6px;
   padding: 10px;
   max-width: 100%;
   max-height: 100%;
   
}
