@CHARSET "ISO-8859-1";

.window_holder{
	position: absolute;	
	z-index: 10;
}

.w_top_left{
	width: 25px;
	height: 26px;
	background: url(/includes/templates/master/images/round_corners/vzn/popup_corner_tl.png) bottom right no-repeat;
	float: left;
}
.w_top_center{
	height: 26px;
	background: url(/includes/templates/master/images/round_corners/vzn/popup_repeater_t.png) bottom repeat-x;
	float:left;
}
.w_top_right{
	width: 25px;
	height: 26px;
	background: url(/includes/templates/master/images/round_corners/vzn/popup_corner_tr.png) bottom left no-repeat;
	float:left;
}
.w_mid_left{
	width: 25px;
	background: url(/includes/templates/master/images/round_corners/vzn/popup_repeater_l.png) right repeat-y;
	float:left;
	text-align: left;
}
.w_mid_center{
	background: #ffffff;
	float:left;
	color: #333333;
}
.w_mid_right{
	width: 25px;
	background: url(/includes/templates/master/images/round_corners/vzn/popup_repeater_r.png) left repeat-y;
	float:left;
	text-align: right;
}
.w_bot_left{
	width: 29px;
	height: 29px;
	background: url(/includes/templates/master/images/round_corners/vzn/popup_corner_bl.png) top right no-repeat;
	float: left;
}
.w_bot_center{
	height: 29px;
	background: url(/includes/templates/master/images/round_corners/vzn/popup_repeater_b.png) top repeat-x;
	float: left;	
}
.w_bot_right{
	width: 29px;
	height: 29px;
	background: url(/includes/templates/master/images/round_corners/vzn/popup_corner_br.png) top left no-repeat;
	float:left;
}

/*********************************************************************
Shadow
**********************************************************************/
.window_shadow{
	position: absolute;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	z-index: 9
}

.window_shadow .tl{
	width: 40px;
	height:40px;
	background: url(/includes/templates/master/images/pop_up_bubbles/shadow/tl.gif) bottom right no-repeat;
	float: left;
}
.window_shadow .tc{
	height: 40px;
	background: url(/includes/templates/master/images/pop_up_bubbles/shadow/tc.gif) bottom repeat-x;
	float:left;
}
.window_shadow .tr{
	width: 40px;
	height: 40px;
	background: url(/includes/templates/master/images/pop_up_bubbles/shadow/tr.gif) bottom left no-repeat;
	float:left;
}
.window_shadow .ml{
	width: 40px;
	background: url(/includes/templates/master/images/pop_up_bubbles/shadow/ml.gif) right repeat-y;
	float:left;
	text-align: left;
}
.window_shadow .mc{
	background: #000000;
	float:left;
}
.window_shadow .mr{
	width: 40px;
	background: url(/includes/templates/master/images/pop_up_bubbles/shadow/mr.gif) left repeat-y;
	float:left;
}
.window_shadow .bl{
	width: 40px;
	height: 40px;
	background: url(/includes/templates/master/images/pop_up_bubbles/shadow/bl.gif) top right no-repeat;
	float: left;
}
.window_shadow .bc{
	height: 40px;
	background: url(/includes/templates/master/images/pop_up_bubbles/shadow/bc.gif) top repeat-x;
	float: left;	
}
.window_shadow .br{
	width: 40px;
	height: 40px;
	background: url(/includes/templates/master/images/pop_up_bubbles/shadow/br.gif) top left no-repeat;
	float:left;
}


/***********
* BlackOutWIndow Styles
*/

.blackout_shadow{
	position: absolute;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index: 9;
	background: #ffffff;
	left: 0px;
	top: 0px;
}

