/* Product Ask Question */
#response_popup {
	position: fixed;
margin: 0 auto;
/*width: 76%;
left: 10%;
top: 15%;
	padding: 10px;
	background-color: #FFF;*/
	border-radius: 13px;
	z-index: 9999;
border-width: 1px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);

}
#response_popup .heading {
	line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #000000;
	border-radius: 5px;
}
#response_popup .heading .leftside {
	display: inline-block;
	width: 70%;
	color: #FFF;
	font-weight: bold;
}
#response_popup .heading .rightside {
	display: inline-block;
	width: 28%;
	text-align: right;
}
#response_popup .heading a {

	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
