#popupDiv{
	width:640px;
	height:350px;
	overflow:hidden;
	padding:10px;
	font-size:12px;
}
#sampleimage{
	width:370px;
	float:left;
}
#sampleInfo{
	width:230px;
	float:left;
}
#popupTitle{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;

}
.popup-dtl-title{
	font-weight:bold;
	float:left;
	width:100px;
}
.popup-detail{
	float:left;
	width:120px;
	margin:0px 0px 5px 5px;
}

#addSample, #removeSample{
	width:181px;
	height:34px;
	background:url(/img/popup/buttons/requestSample.gif);
	color:#fff;
	border:0px;
	font-weight:bold;
	padding:5px;
	margin:20px 35px;
	text-align:center;
	padding-left:15px;
	cursor:pointer;
}
#removeSample{
	background:url(/img/popup/buttons/removeSample.gif);
	margin-top:5px;
}

