﻿div.feedback{
  width:auto;
  height:auto;
  margin:0px;
  padding:15px 0px;
}

  div.feedback div.letter{
    width:629px;
    height:auto;
    margin:0px;
    padding:0px;
    background: transparent url(../Background/elita/letter/back.png) repeat-y 0px 0px;
  }

    div.feedback div.letter div.fbtop{
      width:629px;
      height:20px;
      font-size:0px;
      margin:0px;
      padding:0px;
      background: transparent url(../Background/elita/letter/top.png) no-repeat 0px 0px;
    }

    div.feedback div.letter div.fbbot{
      width:604px;
      height:70px;
      text-align: right;
      margin:0px;
      padding:20px 25px 0px 0px;
      background: transparent url(../Background/elita/letter/bot.png) no-repeat 0px 0px;
    }


/* -- Форма -- */

div.feedback div.fbform table{
    width:100%;
}

  div.feedback div.fbform table td{
    text-align: left;
    padding-right: 20px;
    vertical-align: top;
  }

  div.feedback div.fbform table td.leftside{
    width:89px;
    padding:3px 0px 0px 0px;
    text-align: right;
    color:#999999;
    font:normal 11px Tahoma;
  }

    div.feedback div.fbform table p{
        padding:0px;
        margin:0px -5px 0px 0px;
    }

      div.feedback div.fbform table p input{
        width:218px;
      }

      div.feedback input#phone{
        background: #ffffff url(../Background/elita/letter/lphone.gif) no-repeat 1px 50%;
        padding-left:20px;
      }

      div.feedback input#email{
        background: #ffffff url(../Background/elita/letter/lmail.gif) no-repeat 1px 50%;
        padding-left:20px;
      }

    div.feedback div.fbform table input, div.feedback div.fbform table textarea{
      width:100%;
      height:auto;
      border:1px solid #cccccc;
      font:normal 12px Tahoma;
      color:#000000;
      padding: 1px;
    }

     div.feedback div.fbform table textarea{
       height:180px;
     }


