@charset "UTF-8";

select,option,input,textarea
{
  color:#000000;
}

#body
{
  background-image:url(/images/contact-bg.png);
  background-repeat:no-repeat;
  height:750px;
  width:800px;
  margin:0 auto;
  padding-top:20px;
  padding-left:20px;
}

#contact-left,#contact-right
{
  float:left;
  position:relative;
}

#contact-left
{
  width:400px;
}

#contact-right
{
  top:150px;
  width:320px;
  left:10px;
}

#form-error
{
  border:1px solid red;
  padding:2px;
  width:400px;
  position:relative;
  left:10px;
}

#success
{
  font-weight:bold;
  padding:2px;
  width:700px;
  position:relative;
  left:10px;
}
