@charset "UTF-8";
#pop{
width:540px;
height:360px;
display:none;
position:absolute;
left:50%;
top:50%;
margin-left:-270px;
margin-top:-180px;
z-index:102;
}
#pop_vid {
	background:#fff;
	paddin:10px;
	margin:auto;
}
#haze{
	width:100%;
	height:100%;
	min-height:100%;
	z-index:100;
	background:url(images/haze.png);
	display:none;
	position:absolute;
	cursor:pointer;
}
#pop_top{
	background:url(images/pop_top.png);
	background-repeat:no-repeat;
	height:20px;
}
#close_btn{
	background:url(images/close_btn.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	position:absolute;
	left:94%;	
	top: 5px;
	cursor:pointer;
}
#pop_title{
	background:#a9a9a9;
	padding:0 10px 10px 10px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	margin: -10px 0 0 0;
}
[if IE 6]>
html .vehicles {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='haze.png');
}
<![endif]

