/* simple lightbox */

.button {
	font-size: 11px;
	color: #fcc244;
	background: #343434;
	border: solid 1px #fcc244;
}
.button :hover{
	color: #fcb544;
	background: #414141;
	border: solid 1px #fcb544;
	cursor:hand;
}
.btnbold {
	font-weight: bold;
}
#filter{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#popout, #wpRequest, #vout{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:11;
}
#popclose, #wpclose {
	position:absolute;
	top:-20px;
	left:415px;
}
#vclose {
	position:absolute;
	top:-20px;
	left:710px;
}
#popbox, #wpbox, #vbox {
	display: none;
	position: relative;
	margin: 20% auto 0px;
	width: 445px;
	height: 300px;
	background: #3A3A3A url(../images/secondaryBG2.gif) repeat-x;
	color: white;
	z-index:101;
	overflow: none;
	font-size:11px;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	border-right:1px solid #111;
	border-bottom:1px solid #111;
	border-left:1px solid #2d2d2d;
}
#vbox {
	width: 740px;
	height: 555px;
	margin-top: 540px;
}
#popbox p, #wpbox p {
	text-align:left;
	margin: 20px 25px;
}
#popbox table td, #wpbox table td {
	text-align:left;
	padding-right: 10px;
	height: 20px;
}
#popbox input, #wpbox input, #wpbox select {
	font-size:11px;
	font-family:Geneva,Arial,Helvetica,sans-serif;
}
#popboxtitle, #wpboxtitle, #vboxtitle{
	padding:4px 10px;
	margin:0px;
	border-bottom:1px solid #000;
	background-color: #222;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}


