body
{
  background-color:#FFFFFF;
  direction:rtl;
  font-family:arial;
  color: #696969;
}

.spacer5
{
  line-height:5px;
  height:5px;
}

.formHolder
{
  width:650px;
  text-align:right;
}

.contactForms
{
  font-size:110%;
}

.contactForms .formTtl
{
  font-weight:bold;
  padding-bottom:10px;
}

.contactForms input
{
  width:150px;
  margin:5px;
}

input[type=text]{
height:15px;
}

.contactForms input.siteAddress
{
  width:275px;
}

.contactForms textarea
{
  overflow:auto;
}

.contactForms .buttonsHolder
{
  text-align:left;
  margin-top:10px;
}

.contactForms .submitButton
{
   background:transparent url('/images/send_btn.gif') no-repeat;
   width:60px;
   height:19px;
   border:none;
   cursor:pointer;
}


.contactForms .requirement 
{
  color:Red;
}

