	.surve-right-popup{
		width: auto; 
		height: auto;
		 position: fixed;
		 bottom:10px;
		 right: 5px; z-index: 290; background:#06499a;
		 border-radius: 5px;-webkit-box-shadow: 0 0 10px 0 rgba(70,68,68,100);
		box-shadow: 0 0 10px 0 rgba(70,68,68,100);
		z-index:9999;
	}
.surve-right-popup .surve-right-popup-content{
	display:block;
	margin:10px;
	border-radius: 5px; 
	font-size: 14px; color:#333; 
	font-weight:bold;
	background:#fff; 
	padding:10px 0px 0px 0px;
	text-align: center;
}
.surve-right-popup .surve-right-popup-content .popup_text_content{
	padding-bottom:10px;
}
.surve-right-popup .surve-right-popup-close {
	color:#fff; position: absolute; 
	right: 0px; 
	top: -25px;
	font-size:15px;
	 font-weight: bold;
	 width:350px;
}
.surve-right-popup .popup_title_blue{
	color:#3b5998;
}
.surve-right-popup .popup_title_red{
	color:#ff0000;
}
.surve-right-popup .surve-right-popup-close .surve-popup-title{
	display:inline-block;float:left;margin-left:10px;padding-top:5px;width:200px;text-align:left;
}
.surve-right-popup .surve-right-popup-close:hover {text-decoration: none;}
.surve-right-popup .surve-right-popup-close .surve-popup-close-btn{
	display:inline-block;
	float:right;
	width:20px;
	padding-top:5px;
	color:red;
	cursor:pointer;
}
.surve-right-popup .coloe_thai{
	 border-radius: 5px;-webkit-box-shadow: 0 0 10px 0 rgba(70,68,68,100);
	box-shadow: 0 0 10px 0 rgba(70,68,68,100);
	padding:6px 3px;
	color:#ff0000;
	font-weight:bold;
	cursor:pointer;
}
