/*	zbox css  */

#blackout {
	z-index: 15000;
	position: absolute;
	top: 0;
	left: 0;
	width: 2000px;
	height: 2000px;
	background: url(../images/blackout.png);
	display: none;
}
#zbox { position: absolute; display: none; }
#zbox_close {
	z-index: 999;
	position: absolute;
	top: -7px;
	right: -12px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	background: url(../images/close.png);
}
#zbox_error {
	color: white;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;
	position: absolute;
	top: -50px;
	width: 335px;
	height: 35px;
	display: none;
	background: transparent url(../images/error.png);
}

.zbox, .faq {
	color: #000000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 7px 0px;
	cursor: pointer;
	text-decoration: none;
}


