
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#444444;
border:1px none #cecece;
z-index:1000 !important;
}

#chead
{
    z-index:900 !important;
}

#popupHelpInfo
{
    z-index:2000 !important;
}

#videoContainer{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:400px;
width:481px;
z-index:2000;
font-size:13px;
background-image:url(../../images/staples/staples_video_background.png);
background-position: 0 0;
background-repeat: no-repeat;
}

#videoHeaderContainer 
{
	padding-top:6px; 
}

html #videoHeaderContainer 
{
	margin-bottom: 10px;
}

#videoHeaderText {
	font-size: 18px; 
	font-weight: bold;
	font-family: Arial;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 7px;
	margin-left: 10px;
	color: #555555;
	float:left; 
}	

#videoScreen h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}
