#survey-popup-wrap-out {
	margin: 0;
	padding: 0;
}

#survey-popup-wrap-out a {
	text-decoration: none;
}

#survey-popup-wrap-out a:hover {
	cursor:pointer;
}

#survey-popup-wrap-out img {
	border: 0;
}

#survey-popup-wrap-out {
    z-index: 9999 !important;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* IE */
}

.survey-popup-wrap-in {
    display: table-cell;
    vertical-align: middle;
}

.survey-popup {
	width: 408px;
	height: 272px;
	padding: 12px;
	background: #ffffff;
	margin: 0 auto !important;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	  border-radius: 1px;
	  box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.5);
}

.survey-popup h2 {
	font-family: 'Roboto', sans-serif;
}

.survey-popup-1 {
	height: 272px;
	padding: 12px;
	background: #ffffff;
	margin: 0 auto !important;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.survey-popup-ignore-window {
	width: 408px;
	height: 272px;
	padding: 12px;
	background: #ffffff;
	margin: 0 auto !important;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.survey-header {
	width: 100%;
	height: 54px;
	background: #202040;
}

.survey-logo {
	float: left;
	padding: 16px 0 0 16px;
}

.survey-close {
	float: right;
}

.survey-text {
}

.survey-text h2 {
	font-size: 32px;
	color: #202040;
	font-weight: 600;
	margin: 30px 0 0 0;
}

.survey-text p {
	font-size: 16px;
	color: #000000;
	margin: 5px 0 30px 0;
}

.survey-buttons h4 {
	color: #ffffff;
}

.survey-decline {
	width: 198px;
	height: 45px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	background: #82d26d;
}

.survey-agree {
	width: 198px;
	height: 45px;
	float: right;
	color: #ffffff;
	font-weight: bold;
	background: #2db20a;
}

.survey-start {
	width: 218px;
	height: 45px;
	float: left;
	margin: 20px 0 10px 95px;
	color: #ffffff;
	font-weight: bold;
	background: #2db20a;
}

.survey-decline:hover, .survey-agree:hover, .survey-start:hover {
	opacity: .7;
}

.survey-decline h4, .survey-agree h4 {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 2;
	margin: 5px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

.survey-start h4 {
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 2;
	margin: 5px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

.survey-decline p, .survey-agree p {
	font-size: 11px;
	line-height: 16px;
	font-weight: 100;
	margin: 0;
	padding: 0;
}

.survey-disclaimer
{
	width: 100%;
	float: left;
	font-size: 10px!important;
	color: #989898!important;
	line-height: 14px!important;
	margin: 5px 0 10px 0;
}
.survey-disclaimer p {
	font-size: 10px!important;
	color: #989898!important;
	line-height: 14px!important;
}

.survey-text-ignore {

}

.survey-text-ignore h2, .survey-text-start h2 {
	font-size: 28px;
	color: #202040;
	font-weight: 600;
	margin: 30px 0 0 0;
}

.survey-text-ignore p {
	font-size: 10px;
	color: #989898;
	line-height: 14px;
	margin: 20px 0 20px 0;
}

.survey-text-ignore h4 {
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	margin: 5px 0 10px 0
}

.content {
	padding: 20px;
}