/* CSS Document */
div.VideoOverlay {
	padding:40px;	
	width:576px;  
	display:none;
	background-image:url(/images/white.png);	
}

div.VideoOverlay div.close {
	background:url(/images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div.VideoOverlay a {
	height:450px;
	display:block;
}


body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #666666;
}
body, td, p, th, div, li, input, select, textarea, label {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #852019;
	font-size: 18px;}

h2 {
	color: #D7471A;
	font-size: 18px;
	font-weight: bolder;}
h3 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;}
#popup {
	position:absolute;
	display:none;
	top:100px;
	left:-180px; /* you should change left and top */
	margin-left: 50%;
	width:360px;
	height:340px;}

div.blowout {
	width: 516px;
	border: 2px solid #333333;
	background-color: #CCCCCC;
}
table.tblInventory {

	border:1px solid #DDDDDD;}
td.row1 {
	background:#EEEEEE; 
	border:1px solid #DDDDDD; 
	text-align:center;
	font-size:11px;
	line-height:17px;
	color:#000000;}
td.row2 {
	background:#DDDDDD; 
	border:1px solid #EEEEEE; 
	text-align:center;
	font-size:11px;
	line-height:17px;
	color:#000000;}
	
.tblHeader {
	line-height:24px;
	background-color: #EEEEEE; 
	border:1px solid #000000;
	font-size:13px;
	font-weight:bold;
	color:#852019;
	text-align:center;}

.required {
	color: #990000;
}
.frmHeading {
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
}
.maincell p {
	margin-right: 15px;
}

p.disclaimer {
	color: #333333;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}