@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;
	/*background: #fff;*/
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
}
.ab_overlay_img, .ab_overlay_custom, .ab_overlay_html_wbg{
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ab_overlay_custom{
	background-color: #000;
}
.ab_overlay_img #ab_window{}
.ab_overlay_url #ab_window{
	padding: 10px;
}
/**/
.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_box_close_button{
	display: block;
	position: absolute;
	top: 28px;
	right: 28px;
	background-image: url("../img/ajaxbox_close_button.png");
	width: 15px;
	height: 17px;
	overflow: hidden;
}
.ab_box_close_button span{
	visibility: hidden;
}
.ab_box_close_button_big{
	display: block;
	position: absolute;
	top: 28px;
	right: 28px;
	background-image: url("../img/ajaxbox_close_button_big.png");
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.ab_box_close_button_big span{
	visibility: hidden;
}