.cw_blur_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.2);
	z-index:999;
}

.cw_box {	position: fixed;
	width: 900px;
	height: 400px;
	top: 0%;
	margin-top: 150px;
	margin-left: -450px;
	left: 50%;
	background: rgba(255,255,255,0.9);
	z-index:1000;
	border-radius: 10px;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
}

.cw_box_title {
	padding: 50px 0px 20px 50px;
	font-size: 28px;
	color: #6E6E6E;
}

.cw_box_close {	padding: 20px;
	position:relative;
	margin-bottom: -20px;
	text-align: right;
}

.cw_box_close img {	opacity: 0.6;
	cursor: pointer;
}

.cw_box_close img:hover {	opacity: 1;
}

.cw_content_blur {
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='4'/></filter></svg>#blur");
}

.cw_buttons {	margin-top: 15px;
	padding-left: 50px;
}


.cw_button_green, .cw_button_grey {
	display: inline-block;
	margin-right: 20px;
}

.cw_button_green a, .cw_button {
	background: #39A831;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding: 7px 20px;
	width: 180px;
	display: inline-block;
	transition: background 0.3s;
	border-radius: 3px;
	border: none;
	text-decoration: none;
	border-bottom: 2px solid #2C6F22;
}

.cw_button_green a:hover, .cw_button:hover {
	background: #318F29;
}

.cw_button_grey a {
	background: #757575;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding: 7px 20px;
	width: 180px;
	display: inline-block;
	transition: background 0.3s;
	border-radius: 3px;
	text-decoration: none;
	border-bottom: 2px solid #5B5B5B;
}

.cw_button_grey a:hover {
	background: #595959;
}

.cw_foot {	position: absolute;
 	font-size: 12px;
	color: #A3A3A3;
	text-align: right;
	margin-top: 370px;
	width: 880px;
	top: 0px;
}

.cw_foot a {
 	font-size: 12px;
	color: #A3A3A3;
	text-decoration:none;
}

.cw_foot a:hover {
	text-decoration:underline;
}

.cw_step {	display: none;
}

.cw_input {	padding: 8px 8px;
	width: 250px;
	font-size: 20px;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
}

.cw_callback_button {	display: none;
	opacity: 0.5;
	transition: All 0.3s;
	cursor: pointer;
	position: fixed;
	top: 80%;
	left: 80%;
	width: 100px;
	height: 100px;
	z-index: 9999999;
}

.cw_callback_button:hover {
	opacity: 0.8;
	transition: All 0.3s;
}

.cw_callback_sphere {
	display: none;
	opacity: 0;
	transition: All 0.3s;
	cursor: pointer;
	position: fixed;
	top: 80%;
	left: 80%;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: 9999998;
	background: #84D06A
}
