﻿.vb_background
{
    background-color: #FAFAFA;
    filter: alpha(opacity=70);    	
	opacity: 0.7;
}

.vb_box
{
	border: solid 1px #000263;
}

.vb_title {
	height: 20px;
	padding: 3px 4px 2px 4px;
	color: #000263;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #E86B39;
	border-bottom: solid 1px #000263;
}

.vb_frame
{
	width: 100%;
}

.vb_pleasewait
{
    width: 100%;
    background-color: #FFFFFF;
    background-image: url(../../Images/PleaseWait.gif);
    background-position: center;
    background-repeat: no-repeat;
}
