#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
 	z-index:10000;
	background:url('/us/assets/saleschatimg-saleschatimg.png'); 
}
#confirmBox{
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -120px;
}
 #confirmBoxp{
	font-size: 12px;
	margin-top:20px;
	padding: 18px 25px;
	color:#000000;
	}

#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}
#confirmBox .button{
	display:inline-block;
	font-weight:bold;
	color:#FFFFFF;
	height: 38px;
	font:"Courier New", Courier, monospace;
	padding: 10px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
}
#confirmBox .button:last-child{	margin-right:0;}
#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	width:5px;
	height:23px
}
#confirmBox .blue:hover{		background-position:left bottom; background-color:#FF3333;}
#confirmBox .gray:hover{		background-position:-200px bottom;background-color:#666666}
 #confirmBox .blue{background-color:#993300;}
 #confirmBox .blue{background-color:#993300;}
#chatpopup{width:205px; border:#c6c6c6 0px solid; height:165px; float:left}
#chatpopup .leftTopCorner{background:url("/us/assets/lefttop-chat-corner.png") left top no-repeat; width:6px; height:5px; float:left;}
#chatpopup .centerTop{ border-top:1px solid #c6c6c6; float:left;height:4px; width:193px; background-color:#ffffff;}
#chatpopup .rightTopCorner{background:url("/us/assets/righttop-chat-corner.png") left top no-repeat;width:6px; height:5px; float:left;}
#chatpopup .chatContainer{float:left; border-left:1px solid #c6c6c6; border-right:1px solid #c6c6c6; width:203px; height:auto; background-color:#ffffff;}
#chatpopup .chatPersion{margin:0px 5px 5px 5px; border:1px solid #c6c6c6; width:191px; height:102px; float:left;}
#chatpopup .chatName{margin:5px; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
#chatpopup .chatName span{font-weight:bold; color:#363636; padding-right:5px;}
#chatpopup .chatName lebel{font-weight:normal; color:#707070;}
#chatpopup .chatYes{background:url("/us/assets/yes-chat.png") no-repeat;float:left; width:118px; height:38px; cursor:pointer; outline:none;}
#chatpopup .chatNo{background:url("/us/assets/no-chat.png") no-repeat;float:left;width:87px; height:38px;cursor:pointer;outline:none; color:#000000;}