.ajax_popup_basic
{
	background-color: #FFFFCC;
	border: 1px solid #99bbe8;
	width: 700px;
	height: 100px;
}



.ajax_popup_basic .ajax_popup_tbar
{
	background-color: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ajax_popup_basic .ajax_popup_content
{
	padding-top: 5px;
	height: auto;
	width: 700px;
	height: 100px;
}

.ajax_popup_basic .ajax_popup_close_style
{
	width: 25px;
	height: 25px;
	background-color: red;
}

.ajax_popup_blackscreen
{
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}


.ajax_popup_loading
{
	background-color: #000;
	border: 1px solid white;
	padding: 10px;
	width:90px;
	text-align: right;
	height: 20px;
	color: #fff;
	background-image: url('../images/loader3.gif');
	background-position: 2px;
	background-repeat: no-repeat;
}

.ajax_popup_close
{
	position: absolute;
	top: 13px;
	right: 26px;
	width: 45px;
	height: 19px;
	z-index: 2001; 
	background-image: url('../images/popup_close.png');
	cursor: pointer;
}