/* //////////////////////////////////// HATA //////////////////////////////////////////////////////////////////////////////////*/
.body2 {
	border: 0;
	margin: 18px 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	position: absolute;
	overflow: hidden;
	margin: 0px;
}

.kayit-hata-overlay {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000;
	position: absolute;
	overflow: auto;
	filter: alpha(opacity =     75);
	-moz-opacity: .75;
	opacity: .75;
	z-index: 1000;
	visibility: visible;
}

.kayit-hata-overlay-inv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1001;
	background-color: transparent;
}

.kayit-hata-kutu {
	position: relative;
	margin: 0 auto;
	width: 600px;
	height: 200px;
	top: 108px;
	z-index: 1002;
	visibility: visible;
	background-color: white;
}

.kayit-hata-header {
	height: 40px;
	width: 96.6%;
	background-image: url(../images/signupin/hata/hata-header.gif);
	background-repeat: repeat-x;
	padding: 10px;
	text-align: left;
}

.hata-baslik {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	float: left;
}

.hata-close {
	float: right;
	vertical-align: top;
}

.hata-close img {
	border: 0;
	cursor: pointer;
}

.kayit-hata-govde {
	padding: 10px;
}

.hata-govde-txt {
	font-size: 15px;
	color: #000000;
	height: 70px;
	text-align: center;
}

.hata-govde-buton {
	text-align: center;
}

.hata-govde-buton img {
	border: 0;
	cursor: pointer;
}

.kayit-hata-imge {
	padding: 0 5px 5px 5px;
	vertical-align: bottom;
}