div#voverlay
{
	background-image:url('images/white.png');
	width:800px;
	height:600px;
	display:none;
	padding:35px;
}

div#voverlay div.close
{
	background-image:url('images/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div#vcontainer
{
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url('images/loading.gif') no-repeat 50% 50%;
}

div.get-flash-container
{
    width: 100%;
    height: 100%;
    text-align: center;
}

div.get-flash
{
    position: relative;
    top: 200px;
    width: 300px;
    margin: 0 auto;
}

div.get-flash-ico
{
    background: transparent url('images/flash.png') center no-repeat;
    width: 128px;
    height: 128px;
    margin: 0 auto;
}

div.get-flash-text
{
    font-size: 14pt;
    margin-bottom: 8px;
}

div.get-flash-download
{
    background: transparent url('images/download_now_flash.png') center no-repeat;
    width: 147px;
    height: 33px;
    margin: 0 auto;
}