@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_window_img{
    /*border: 3px solid #cccccc;*/
    padding: 15px;
    background-color: #fff;
}
.ab_window_url{
	padding: 15px;
}
/**/
.ab_box{
	width: 550px;
	background-color: #fff;
	border: 3px solid #cccccc;
}
.ab_box_top{
	width:550px;
	height:28px;
	background-image: url("../img/ajaxbox_top.png");
	background-repeat: no-repeat;
}
.ab_box_middle{
	padding:0px 28px;
	background-image: url("../img/ajaxbox_middle.png");
	background-repeat: repeat-y;
}
.ab_box_bottom{
	width:550px;
	height:28px;
	background-image: url("../img/ajaxbox_bottom.png");
	background-repeat: no-repeat;
}
.ab_box_content{
	padding:10px 15px;
	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: 0px;
	right: 0px;
	background-image: url("../img/ajaxbox_close_button.png");
	width: 15px;
	height: 17px;
	overflow: hidden;
	text-decoration: none;
}
.ab_box_close_button span{
	visibility: hidden;
}
.ab_box_close_button_big{
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	background-image: url("../img/ajaxbox_close_button_big.png");
	width: 33px;
	height: 29px;
	overflow: hidden;
}
.ab_box_close_button_big span{
	visibility: hidden;
}