



.superpuperforms_wrapper {
	
}
.superpuperforms_wrapper_popup {
	display: none;
	z-index: 9999;
	opacity: 0;
}
.superpuperforms_wrapper_krzhk {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.superpuperforms_wrapper_default {
	width: 700px;
	margin: auto;
}
	.superpuperforms_wrapper .spfs_black {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 9999;
		width: 100%;
		height: 100%;
		background: rgba(5,9,23,0.8 );
	}
	.superpuperforms_wrapper .spfs_white {
		position: absolute;
		top: 0px;
		left: 0px;
		background: #fff;
		width: 510px;
		padding: 30px 55px 20px 35px;
		overflow: auto;
		box-shadow: rgba( 0,0,0, 1 ) 0px 15px 70px 0px;
	}
		.superpuperforms_wrapper .spfs_white .spfs_krestik {
			position: absolute;
			top: 10px;
			right: 65px;
			width: 42px;
			height: 42px;
			cursor: pointer;
			background: url( 'superpuperformskrestik2.png' ) left top no-repeat;
			z-index: 100;
		}
			.superpuperforms_wrapper .spfs_white .spfs_krestik:hover {
				background-position: right top;
			}
				.superpuperforms_wrapper .spfs_white .spfs_krestik span {
					font-size: 12px;
					position: absolute;
					top: 9px;
					left: 45px;
					color: #000;
				}
					.superpuperforms_wrapper .spfs_white .spfs_krestik:hover span {
						color: #e94343;
					}
			
			.superpuperforms_wrapper .spfs_result {
				text-align: center;
			}
			.superpuperforms_wrapper .spfs_result_error {
				background: #da3845;
				padding: 10px 0px;
				margin-bottom: 30px;
				color: #fff;
			}
			.superpuperforms_wrapper .spfs_result_ok {
				background: #7bc14f;
				padding: 50px 0px;
				margin-bottom: 30px;
				color: #fff;
			}





.superpuperforms_wrapper .spfs_formwrapper_popup  {
	display: none;
}




.superpuperforms_wrapper .spfs_krzhk {
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	width: 86px;
	height: 86px;
	cursor: pointer;
	background: url( 'superpuperformskruzhok.png' ) center center no-repeat;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border: 30px solid rgba(255,174,18,0);
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



.clr {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.spfs_label {
	float: left;
	text-align: right;
	width: 250px;
	padding: 6px 0px 0px 0px;
	position: relative;
}
.spfs_txt {
	font-size: 12px;
	opacity: 0.5;
	line-height: 9px;
}
.spfs_tit {
	position: relative;
	font-size: 20px;
	float: left;
	width: 400px;
	margin: 0px 0px 15px 20px;
}
.spfs_input {
	float: left;
	width: 400px;
	margin: 0px 0px 15px 20px;
	position: relative;
}
.spfs_input input {	
	padding: 4px 6px 4px 6px;
}
.spfs_input input.form_elem, textarea.form_elem, select.form_elem {
	font-size: 14px;
	padding: 5px 6px;
	width: 95%;
	border: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
	.spfs_input input.form_elem:focus, textarea.form_elem:focus, select.form_elem:focus {
		outline: 2px solid #326197;
	}
.spfs_input textarea.form_elem {
	height: 80px;
	font-family: Arial;
	padding: 5px 6px;
	width: 95%;
	border: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.spfs_input button.spfs_submit {
	padding: 3px 10px;
}
.spfs_br {
	margin-bottom: 30px;
}
.spfs_label .zvd {
	position: absolute;
	top: 0px;
	right: -14px;
	font-size: 18px;
	color: #d00;
}




.spfs_formwrapper_2 .spfs_label {
	width: 140px;
}
.spfs_formwrapper_2 .spfs_tit {
	float: none;
	width: 333px;
	margin: 0px 0px 35px 20px;
}
.spfs_formwrapper_2 .spfs_input {
	width: 250px;
}








