@CHARSET "UTF-8";

.css_float_window_DST{
	position:absolute;
	left:0px;
	top:0px;
	border: 4px solid #eff4f8; 
	width:100%;
	background-image: url("images/page_bg_shadow.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	z-index: 10;
}

.float_window_close_image{
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 3px;
	z-index: 11;
}

.float_window_close_text{
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fbfbfd;
	top: 3px;
	right: 35px;
	z-index: 12;
}

#float_child_window_close_image{
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

#float_child_window_close_text{
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fbfbfd;
	top: 3px;
	right: 35px;
	z-index: 12;
}

/*NO AJAX WINDOW*/
#css_NOAJAX_flow_container{	
	margin: 0px;
	padding: 0px;
	position: absolute;
	border: 4px solid #eff4f8; 
	top: 30px;
	left: 50%;
	margin-left: -290px;
	width:580px;
	background-color:transparent;
	background-image:url("images/page_bg_shadow.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	z-index: 3;
}
/**

*/
#float_noajax_window_close_image { /*name have to be retain*/
	cursor: pointer;
	visibility: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 4;
}

#float_noajax_window_close_text { /*name have to be retain*/
	cursor: pointer;
	font-family: verdana;
	visibility: hidden;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fbfbfd;
	top: 3px;
	right: 35px;
	z-index: 5;
}
