#DIV_POPUP_BACKGROUND, #DIV_GLOBAL_LOADING_BACKGROUND{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
/*	background:#000000;*/
	background-image: url(../images/_default/black-70.png);
	border:1px solid #cecece;
	z-index:1;
}

.popup_bg_wraper{
	width:100%;
	/*background-color:#333333;*/
	float:left;
	padding:10px 0px 10px 0px;
	min-height:450px;
	font-family:sans-serif;
	font-size:12px;
}

.popup_wraper{
	width:500px;
	margin:0 auto;
}

.popup_head_wraper{
	width:490px;
	float:left;
	background-color:#6D8FA9;
	padding:2px 0px 2px 10px;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
}

.popup_head{
	width:460px;
	float:left;
}

.popup_close{
	width:10px;
	float:left;
}

.popup_form_wraper{
	width:487px;
	float:left;
	background-color:#FFFFFF;
	padding:10px 5px 10px 5px;
	border-right:3px solid #dadada;
	border-bottom:3px solid #dadada;
}

.popup_form_details{
	width:480px;
	float:left;
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
	margin:5px 0px 5px 0px;
}

.popup_form_left{
	width:120px;
	float:left;
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
}

.popup_form_right{
	width:330px;
	float:right;
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
}

.colon{
	float:left;
}

.popup_wraper_large{
	width:780px;
	margin:0 auto;
}

.popup_head_wraper_large{
	width:773px;
	float:left;
	background-color:#6D8FA9;
	padding:2px 0px 2px 10px;
	color:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
}

.popup_head_large{
	width:750px;
	float:left;
}

.popup_form_wraper_large{
	width:770px;
	float:left;
	background-color:#FFFFFF;
	padding:10px 5px 10px 5px;
	border-right:3px solid #dadada;
	border-bottom:3px solid #dadada;
}

