@CHARSET "UTF-8";
/*
.developer_info{
	name : Cem Yıldız;
	company : Mingus Design;
	email : cem@mingus-design.com;
}
.notes{
	ie6: Microsoft Internet Explorer 6 !the most stupid web browser of the world;
}
*/
#ab_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
}

#ab_window {
	top: 0px;
	left: 0px;
	/*position: fixed;*/
	position: absolute;
	display:inline;
	/*background: #fff;*/
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
}
.ab_overlay_img, .ab_overlay_custom, .ab_overlay_html_wbg, .ab_overlay_html_wbg2{
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ab_overlay_custom, .ab_overlay_img, .ab_overlay_html_wbg2{
	background-color: #000;
}
.ab_window_img {
	border: 2px solid #c5c1b0;
	padding: 0px;
	text-align: center;
}
.ab_window_url{
	padding: 10px;
	background-color: #fff;
}
/**/
.ab_box{
	width: 405px;
}
.ab_box_top{
	width:405px;
	height:28px;
	background-image: url("../img/ajaxbox_top.png");
	background-repeat: no-repeat;
}
.ab_box_middle{
	width:349px;
	padding:0px 28px;
	background-image: url("../img/ajaxbox_middle.png");
	background-repeat: repeat-y;
}
.ab_box_bottom{
	width:405px;
	height:28px;
	background-image: url("../img/ajaxbox_bottom.png");
	background-repeat: no-repeat;
}
.ab_box_content{
	width:309px;
	padding:10px 20px;
	background-image: url("../img/ajaxbox_header.png");
	background-repeat: repeat-x;
}
.ab_box_content_custom{
	background-image: url("../img/ajaxbox_header.png");
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	padding: 10px;
	background: none;
	background-color: #fff;
}
.ab_close_button{
	display:block;
	position: absolute;
	top:0px;
	right:0px;
	width: 47px;
	height: 38px;
	background-color: #d0ccbd;
	background-image: url("../img/kapat.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.ab_close_button span{
	visibility: hidden;
}
.ab_close_button:hover{
	text-decoration: none;
}
