/*popup css */
.popup div div div#cboxTopLeft,.popup div div div#cboxTopCenter,.popup div div div#cboxTopRight,.popup div div div#cboxBottomLeft,.popup div div div#cboxBottomCenter,.popup div div div#cboxBottomRight,.popup div div div#cboxMiddleLeft,.popup div div div#cboxMiddleRight{
	background:none !important;
}
#cboxError{
	border:none !important;
}
.contentpop,#cboxError{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
}
.popclose{
	position:absolute !important;
	top:0px !important;
	right:0px !important;
	background: url("image/close.png") no-repeat scroll center center transparent !important;
}
.headingpop{
	height:40px;
	background:#f00;
	text-align: center;
}
.popregister .left{
	float: left;
	width:49%;
}
.popregister .right{
	float: right;
	width:49%;
}
.headingpop h2{
	font-size:30px;
	color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
}


.left legend, .right legend {
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
}


.quicklook {
	display: block;
	cursor: pointer;
	position: absolute;
}
.wrapql{
	position: relative;
	display: block;
}

.left > fieldset, .right > fieldset {
  padding: 10px 20px;
}

.productquicklook{
	padding:10px 20px;
	width:800px;
	display: block;
	overflow: auto;
	height:98% !important;
}
.btnquicklook{
	position:absolute !important;
	top: 0px !important;
	right:-50px !important;
	background: url("image/quick.png") ;
	width: 98px;
	height: 29px;
}
