.wa-container-popup {
	max-width:300px;
	background-color:#ffffff;
	border: 1px solid #eeeeee;
	padding: 15px;
	font-family:Roboto;
	border: 1px solid #c1c1c1;
	-webkit-box-shadow: 0px 0px 5px 0px #dbe1e4;
	-moz-box-shadow:    0px 0px 5px 0px #dbe1e4;
	box-shadow:         0px 0px 5px 0px #dbe1e4;
	position: fixed;
	top: 50%;
  	left: 50%;
  	margin-left: -150px;
  	margin-top: -78px;
  	z-index: 999999990;
	display: none;
}
.wa-container-popup .wa-btn-orange, .wa-container-popup .wa-btn-orange:hover {
	background-color: #ff6656;
	color: #ffffff;
	font-family: Roboto Condensed;
	text-decoration: none;
	width: 70px;
}
.wa-header-popup {
	font-weight:bold;
	font-size:18px;
	margin-top:10px;
}
.wa-msg-popup {
	font-size:15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wa-container-popup .wa-glyphicon-remove {
	color:#ff6656;
	cursor: pointer;
}