/* JQUERY basic CSS */


/* Overlay */
#simplemodal-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#simplemodal-container {
	width: auto;
	height: auto;
	color: #cccccc;
	background-color: #666666;
  opacity: 0.99;
	border: 1px solid #888888;
}

#simplemodal-container code {
	background: #141414;
	border-left: 3px solid #65B43D;
	color: #bbb;
	display: block;
	margin-bottom: 12px;
	padding: 4px 6px 6px;
}
#simplemodal-container a {
	color: #ddd;
}
#simplemodal-container a.modalCloseImg {
	background: url("../images/slimbox/x.png") no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -2px;
	right: -26px;
	cursor: pointer;
}
#simplemodal-container #basic-modal-content {
	padding: 8px;
}
