FORM{
	padding:0px;
	margin:0px;
}
input {
	border:1px solid #000000;
	background-color: #EEEBEB;
	font-size:12px;
}

input.btn {
	border:1px solid #000000;
	background-color: #EEEBEB;
	height:21px;
	font-size:12px;
	color:#000000;
	border-radius: 3px;
}
input.btn_d {
	border:1px solid #000000;
	background-color: #EEEBEB;
	height:21px;
	font-size:12px;
	color:#999999;
	border-radius: 3px;
}
input.radio,
input.chkb,
input.img{
	border:none;
	background:none;
}

input.sel {
	border:1px solid #000000;
	background-color: #EEEBEB;
	height:21px;
	font-size:12px;
	color:#000000;
}.suslugi_body table tr td #content .link {
	color: #900;
}
.error{
	color:#FF3300;
	font-size:12px;
	text-align:left;
}

.new_checkbox{
	font-size:12px;
}
.new_checkbox_label{
	font-size:12px;
	float:left;
}

#useunity_check {display: none;}
[for="useunity_check"] {
  position: relative;
  float:left;
  margin-right:5px;
  margin-left:3px;
  margin-top: -1px;
  font-size: 10px;
  display: block;
  width: 40px;
  height: 5px;
  padding: 8px;
  border-radius: 25px;
  line-height: 5px;
  color: #31b3ff;
  text-shadow: 1px 1px 0px rgba(255,255,255,.15);
  background: rgb(70, 61, 46);
  box-shadow:
       0 1px 0 rgba(255,255,255,.2),
       inset 0 0 0 2px rgb(56, 41, 37),
       inset 0 3px 3px rgba(0,0,0,.5),
       inset 0 -3px 1px rgba(255,255,255,.2);
  cursor: pointer;
}
[for="useunity_check"]:before {
  content: "OFF";
  position: absolute;
  right: 7px;
  color: #949581;
  font-size: 10px;
}
[for="useunity_check"]:after {
  content: "";
  font-size: 10px;
  position: absolute;
  left: 3px; top: 3px;
  display: block;
  width: 25px;
  height: 15px;
  border-radius: 25px;
  background: #f1edaf linear-gradient(#f2efba 0%, #998a66 40%, #f1edaf 100%);
  transition: .8s;
}
#useunity_check:checked ~ [for="useunity_check"]:after {
  left: 27px;
}

.about_unity { 
	font-size: 10px;
	margin: 3px;
	display:none; 
	transition: .8s;
	opacity: 0;
}

#useunity_check:checked ~ div.about_unity { display:block; opacity: 1;}