.contactForm input
{
  border: none;
}

.contactForm .textfield
{
  width: 219px;
  height: 21px;
  background-repeat: no-repeat;
  padding: 4px 12px 0 12px;
  color: #414d4f;
  font-size: 12px;
  background-color: #FFF;
  border: none;
}

.contactForm .full
{
  background-image: url(../media/form/bg_full.png);
}

.contactForm .soft
{
  background-image: url(../media/form/bg_soft.png);
}

.contactForm .desc
{
  color: #414d4f;
  font-size: 10px;
  padding-top: 8px;
}

.contactForm .soft_text
{
  color: #b9bdbe;
}

.contactForm table td
{
  vertical-align: top;
}

.contactForm .textarea_holder
{
  display: block;
  width: 243px;
  height: 230px;
  background: url(../media/form/bg_area.png) no-repeat;
}

.contactForm .textarea_holderMsg
{
  background: url(../media/form/bg_area_msg.png) no-repeat !important;
}

.contactForm .textarea
{
  width: 219px;
  height: 226px;
  background: none;
  padding: 4px 12px 0 12px;
  color: #414d4f;
  font-size: 12px;
  border: none;
  overflow: hidden;
}

input.siFormMsg
{
  background-image: url(../media/form/bg_msg.png) !important;
}

.contactForm .noshow {
  display: none;
}

/*
input, textarea
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
}

textarea
{
  height: 150px;
}

input.button
{
  color: #fff;
  font-weight: bold;
  border: none;
  height: auto;
  vertical-align: middle;
}

.big, .big_area
{
  width: 287px;
}

.small
{
  width: 50px;
  font-size: 11px;
}

.middle
{
  width: 231px;
}

#contactAdress
{
  position: absolute;
  top: 82px;
  left: 440px;
}


td.field
{
  text-align: right;
}

#contactForm, #contactForm td
{
  line-height: 100%;
  font-weight: normal;
  font-family: Verdana;
  font-size: 11px;
}
*/