#basic-modal-content {
	display: none;
	height: 600px;
	width: 800px;
	overflow: hidden;
	font-weight: bold;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 20px;
	padding: 5px;
}
/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}
/* Container */
#simplemodal-container {
	color: #000;
	background-color: #2A7B98;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#simplemodal-container .simplemodal-data {
}
#simplemodal-container code {
	background: #141414;
	color: #bbb;
	display: block;
	font-size: 12px;
}
#simplemodal-container a {
	color: #F00;
}
#simplemodal-container a.modalCloseImg {
	background: url(../kenarliklar/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer;
}
#simplemodal-container h3 {
	color: #84b8d9;
}
