/* Каркас обратной связи  
------------------------------------------*/  
.cell_feedback {  
  float:left;  
  color:#555;  
  width:660px;  
  padding: 20px ;  
}  

.feedback_left {  
  float:left;  
  text-align:left;  
  width:330px;  
}  

.feedback_right {  
  float:right;  
  width:310px;  
  margin-left: 20px;  
}  

/* Поля обратной связи  
------------------------------------------*/  
.feedback_left input,  
.feedback_left textarea{  
  padding: 5px 10px!important;  
  font:11px Verdana,Arial,Helvetica, sans-serif!important;  
}  

.feedback_pole {  
  width:308px;  
  color:#666;  
  margin: 3px 0px 10px 0px;  
  background:#f9f9f9!important;  
  border: 1px solid #CAD1DB!important;  
}  

#fCode_svaz:focus,  
.feedback_pole:focus {  
  box-shadow:inset 0px 0px 3px #ccc!important;  
  -webkit-box-shadow:inset 0px 0px 3px #ccc!important;  
  -moz-box-shadow:inset 0px 0px 3px #ccc!important;  
}  

.red {color:#d20000;}  

/* Капча обратной связи  
------------------------------------------*/  
#svaz_cod {  
  margin: 0px 0px 3px 0px;  
}  

#fCode_svaz {  
  width:35px!important;  
  height:25px!important;  
  cursor:text!important;  
  display:inline!important;  
  background:#f9f9f9!important;  
  border: 1px solid #CAD1DB!important;  
  border-left:none!important;  
}  

#secuImgM {  
  float:left;  
  margin:0!important;  
  display:inline!important;  
  border: 1px solid #CAD1DB!important;  
}  

/* Кнопка отправить обратной связи  
------------------------------------------*/  
.kn_svaz {  
  float:right;  
  cursor:pointer;  
  height:37px!important;  
  border:1px solid #72b837!important;  
  color:#236114!important; text-shadow:1px 1px 1px #d7ffb6!important;  
  background: #9aeb56!important;  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9aeb56), color-stop(1, #7ecb3d))!important;  
  background: -moz-linear-gradient(top, #9aeb56 1%, #7ecb3d 100%)!important;  
  background: -o-linear-gradient(#9aeb56, #7ecb3d)!important;  
}  

.kn_svaz:active {box-shadow:inset 0px 0px 3px #5b9728!important; -webkit-box-shadow:inset 0px 0px 3px #5b9728!important; -moz-box-shadow:inset 0px 0px 3px #5b9728!important;}  

.kn_svaz:hover {background:#aff278!important;}  

/* Правая сторона обратной связи  
------------------------------------------*/  
.feedback_ico {  
  text-align:center;  
}  

.feedback_ico a:hover img {  
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);  
  -moz-opacity: 0.7;  
  opacity: 0.7;  
  filter: alpha(opacity=85);  
}  

.feedback_ico img {  
  margin: 5px 5px 20px 5px;  
}  

.feedback_right h2 {  
  text-align:left;  
  font:120%/1.5 Verdana,Arial,Helvetica, sans-serif;  
  font-weight: bold;  
}  

.feedback_right p {  
  font:115%/1.5 Verdana,Arial,Helvetica, sans-serif;  
  text-align:justify;  
} 