
#vbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#vbCenter, #vbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#vbCanvas {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#vbBottom {
    height: 45px;
    padding-top: 4px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
    color: #fff;
    background-color: #878787;
	line-height: 1.4em;
	text-align: left;
    border: 10px solid #878787;
	border-top-style: none;
}

#vbCloseLink {
	display: block;
	float: right;
	width: 44px;
	height: 44px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 4px 0;
}

#vbCaption, #vbDescr {
	margin-right: 50px;
}
#vbCaption {
    font-weight: bold;
}
#vbDescr {
	line-height: 1em;
}

