/* -- POPUP -- */



/*--------start white_window-------------*/
#white_window_off{
		display: none;
	   visibility: hidden;
	   z-index: 200;
		position: fixed; 
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
}

#white_window_on{
		display: block;
	   visibility: visiblen;
	   z-index: 200;
		position: fixed; 
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
}

#white_window_off_content,
#white_window_on_content{
	position: absolute;
	display: block;
	text-align: center;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-color: white;
	z-index: 202;
}

#white_window_off_bg,
#white_window_on_bg{
	position: fixed;
	background-color: Black;
	left: 0px;
	top: 0px;
	z-index: 201;
	opacity: 0.5;
	filter: alpha(opacity=50);
	
}

#white_window_off_topbar,
#white_window_on_topbar{
	position: absolute;
	text-align: right;
	background-color: white; /*background-image: url(img/popup_topbar002.jpg);*/
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	display: block;
	z-index: 202;
}

#white_window_off_topbarclose,
#white_window_on_topbarclose{
	background-image: url(../images/topbar_close001.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 1px;
	padding-right: 5px;
	float: right;
	cursor: hand;
	display: block;
	width: 12px;
	height: 16px;
	z-index: 203;
}

/*--------end  white_window-------------*/

p.w_header
{
	font-size: 16px;
	color: #4E4E4E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.w_content
{
	font-size: 12px;
	color: #4E4E4E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
}
/* ----------- */