#simplemodal-overlay {
	background-color:#000; 
	cursor: auto;
}

#modal_container {
	display:none;
}

/* Container */
#simplemodal-container {
	height:380px; 
	width:600px; 
	color:#bbb; 
	background:url(modalbg.png);
	border:4px solid #444;
	padding:12px;
}
#simplemodal-container a {
	color:#ddd;
}

#simplemodal-container a.modalCloseImg {
	background:url(x.png) no-repeat;
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:0px; 
	right:0px; 
	cursor:pointer;
}

#simplemodal-container #basic-modal-content {
	padding:8px;
}

h4 {
	color:#D7C53F; 
	font-size:104%;
	font-weight: bold;
	padding:0; 
	margin:0;
	width: 320px;
         height: 30px;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: black;
}
.vscrollerbar {
	width: 10px;
	background-color: white;
}
.hscrollerbase {
	height: 10px;
	background-color: black;
}
.hscrollerbar {
	height: 10px;
	background-color: white;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

#mycustomscroll {
	width: 330px;
	height: 300px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	padding: 5px 5px 5px 0px;
}



