/* travel request form - form layout */
#formArea
{
  position:relative;
}

#formArea img
{
  position:absolute;
  top:40px; right:30px;
}

.formsection
{
  margin-top: 0px;
  padding:10px 5px 5px 5px;
}

.formsectionfields
{
  padding-top:10px;
}

div.row
{ clear: both;
  width: 400px; 
  height: 29px; 
}

div.row span.formlabel 
{ float: left;
  width: 140px; /* 120px;  */
  text-align: left;
  font-weight:bold;
  color:#feff00;
border-bottom: 1px solid #B3D5EE;
}

div.row span.forminput
{ float: right;
  text-align: left; /* right; */
width: 255px; /* 275px;  */
color:#feff00;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{ 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
}

* html textarea {margin-left:145px;} /* for I.E. */

div.address   /* ???  */
{
  padding-left:20px;
}


/* -------------------------- */
/*  COLORS - Travel Request   */
/* -------------------------- */
input, textarea
{ 
  background-color:#E1DB2B; /* #F5E5A0; */
  color:#000000;
  border-color:#0174C6;
}

.formsection
{
  border:2px solid #B60000;
  background: #F7E4A0;
}
.formsectionfields
{
  background: #B7770D;
  /*background: #B60000 url(http://www.winecountryprivatetours.com/images/travelrequest_left_bg.jpg) repeat-y;*/
}

.required
{
  color: #FF0000;
}

