input, select {
   width:280px;
   height:20px;
   line-height:20px;
   border:1px solid #7f9db9;
   clear:both;
   margin-bottom:8px;
   margin-top:4px;
}

textarea{
   width:280px;
   height:170px;
   line-height:20px;
   border:1px solid #7f9db9;
   margin-bottom:8px;
   margin-top:4px;
}

input.input_btn {
   width:130px;
   height:35px;
   display:block;
   background:url(http://opimax.ru/images/input_btn.gif) no-repeat left top;
   color:#fff;
   font-size:17px;
   border:none;
   text-align:center;
   padding-bottom:0px;
   margin-top:15px;
   margin-bottom:15px;
   cursor:pointer;
   text-transform:uppercase;
}