/****************************************************************
 MODAL BOX
 ****************************************************************/
  
#simplemodal-caption {
	font-size: 12px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}

#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

#simplemodal-container {
    border: 5px solid #4496d2;
  margin-top:150px;
  margin-bottom:50px;

}

#simplemodal-container a.modalCloseImg {
	width: 102px;
	height: 25px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -25px;
	right: 0px;
	cursor: pointer;
	background-image: url(../images/tutup.png);
	background-repeat: no-repeat;
}