@charset "utf-8";
/* CSS Document */
#cPop {
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 100%; 
	display: block;
	overflow: hidden;
	background: transparent url(../pics/quick_quote/videoPop/videopopshade.png) repeat 0% 0%;
	z-index: 1;
	text-align: center;
	}
	
#cPopNest {
	position: absolute;
	z-index: 2;
	width: 790px;
	left: 50%;
	margin-left: -345px;
	top: 120px;
	display: none;
	}
	
#cPopNestTop {
	position: relative;
	float: left;
	clear: both;
	width: 817px;
	height: 8px;
	background: transparent url(../pics/nc/top.png) no-repeat 0% 100%;
	margin: 0;
	}
	
#cPopNestBottom {
	position: relative;
	float: left;
	clear: both;
	width: 817px;
	height: 8px;
	background: transparent url(../pics/nc/bottom.png) no-repeat 0% 00%;
	margin-top: 0;
	}
	
#cPopInnerNest {
	position: relative;
	clear:both;
	float: left;
	width: 800px;
	width: 800px !important; /*moz width*/
	width: 800px; /*IE width*/
	border: 1px solid #434547;
	border-width: 0 1px;
	padding: 15px 0 15px 15px;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 0;
	}
	
#cPopClose {
	position: relative;
	clear:both;
	float: left;
	width: 800px;
	width: 815px !important; /*moz width*/
	width: 817px; /*IE width*/
	border: 1px solid #434547;
	border-width: 0 1px;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 0;
	}
