/* the overlayed element */
div#voverlay {
	display:none;
	padding:20px;
	border : 1px solid #666;
	background-color : #666;
	color : #fff
}
#voverlay h2{
	color : #fff;
}
#voverlay a{
	color : #fff;
}
/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(/images/newsroom/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:45px;
	width:45px;
}
div#voverlay div.close:hover{
	background-position:0 100%;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(/images/newsroom/loading.gif) no-repeat 50% 50%;
}

