.col-1
{
  width: 240px;
}

.col-2
{ 
	padding-left: 70px;
  width: 270px; 
}

.col-3
{ 
  width: 250px;
}

.col-1 .title1
{
  margin-bottom: 40px;
}

.col-2 .cont, 
.col-3 .cont
{
  padding-top: 10px;
  padding-left: 0px;
}

.col-2 .phone
{
  margin-right: 25px;
  float: right;
}

.col-3 .cont
{
  color: #cac5b1;
}

.col-3 .phone
{
  float: right;
}

#ContactForm
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #a39f8f;
  padding-left: 5px;
  margin-top: 30px;
}

#ContactForm input.input, 
#ContactForm textarea,
#ContactForm select
{
  background-color: #d5c8a4;
  border: solid 1px #271a0e;
  width: 230px;
  padding: 0 0 0 3px;
  font-family: Tahoma, Geneva, sans-serif;
  display: block;
  color: #000000;
  margin: 0;
}

#ContactForm input.input
{
  height: 17px;
}

#ContactForm select
{
  height: 20px;
}


#ContactForm textarea
{
  height: 170px;
  overflow: auto;
}

#ContactForm label
{
  color: #f4d581;
  font-weight: normal;
}

.form
{
  height: 25px;
}

.button
{
  float: right;
  background: url(/images/button.gif) no-repeat;
  width: 52px;
  height: 25px;
  padding-top: 0px;
  margin-left: 15px;
  padding-left: 17px;
  margin-top: 30px;
  vertical-align: middle;
}

.button a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.625em;
  text-transform: uppercase;
  color: #f9e7a5;
  text-decoration: none;
}

.button a:hover
{
  text-decoration: underline;
}