@charset "iso-8859-9";
/* CSS Document */

#e-boxcontainer {
	height: 100%;
	width: 100%;
	background-color: #000;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:1000;
}

#e-boxmessagecontainer {
	width: 350px;
	background-color: #333;
	position:absolute;
	top:-250px;
	color:#FFF;
	z-index:1001;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 5px solid #666;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
/*	overflow-y:auto;
	overflow-x:hidden;	*/
}


#e-boxmessagecontainer span {
	float: left;
	margin-left: 5px;
	clear:left;
	width:99%;
	font-size:11px;
	* width: 99%;
	* left: 10px;
}

#e-boxmessagecontainer a {
	color:#FFF;
	text-decoration:underline;
}

#e-boxmessagecontainer a:hover {
	color:#FFF;
	text-decoration:none;
}

#e-boxmessagecontainer .title {
	float: left;
	font-weight:bold;
	font-size:14px;	
	text-align:center;
}


.btn_close{
	position:absolute;
	right:-15px;
	top:-15px;
	background-image: url(../images/close.png);
	width:30px;
	height:30px;
	* position:relative;
	* top:-15px;
	* left:-15px;
	z-index:10000;
}

.success{
	position:relative;
	top:5px;
	left:5px;
	width:24px;
	height:24px;
	background-image: url(../images/basari.png);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
.error{
	position:relative;
	top:5px;
	left:5px;
	width:24px;
	height:24px;
	background-image: url(../images/hata.png);
	background-repeat: no-repeat;
	margin-bottom:10px;	
}
.info{
	position:relative;
	top:5px;
	left:5px;
	width:24px;
	height:24px;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	margin-bottom:10px;	
}
.warning{
	position:relative;
	top:5px;
	left:5px;
	width:24px;
	height:24px;
	background-image: url(../images/uyari.png);
	background-repeat: no-repeat;
	margin-bottom:10px;	
}


/* subpage.asp'de bulunan resim galerisi için*/
#imgowerlay {
	height: 2000px;
	width: 100%;
	background-color: #000;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	z-index:1000;
}

#imageprew {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #666;
	display:block;
	z-index:1001;
}
#close {
	height: 0;
	width: 100%;
	margin-top: 2px;
	position: relative;
	left: 0px;
	text-align:right;
	bottom: 0px;
}
.mescom{
	cursor:pointer;
	background-color:#FFF;
	padding:2px;
	border:solid 1px #999;
}
