#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	width:1068px;
	background: #fff;
	padding: 10px;
	border: 10px solid #ddd;
	float: left;
	font-size: 0.9em;
	position: fixed;
	top: 15%; left: 15%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

/* btn Compare */
#compare {width:200px; height:27px; float:right; margin-top:2px;margin-right: 50px;}
.compareBtn { cursor:pointer; width:90px; height:27px; float:right; background:url('../img_compare/icon_compare.png');}
.clearBtn { cursor:pointer; width:90px; height:27px; display:none; float:right; background:url('../img_compare/icon_clear.png');}

#popup_bg_top{width:1068px; height:68px; float:left; background:url(http://advice.co.th/price/img_compare/Advice_co_01.png);}
#close_btn {width:40px; height:50px; float:left; margin:16px 0 0 990px; cursor:pointer;}
#popup_bg_center {width:1068px; height:549px; float:left; background:url(http://advice.co.th/price/img_compare/Advice_co_02.png);}
#margin_center {margin:0 34px 0 34px;}
#popup_bg_foot {width:1068px; height:40px; float:left; background:url(http://advice.co.th/price/img_compare/Advice_co_03.png);}