/*MAIN TYPE STYLES FOR CONSISTENT TEXT */
/*
#78A767 - Link / label Green
#81691C - h3 / range
*/


/*#enquiry label {
color:#FFF;
  clear: both;
  padding-top: 10px;
  }

#enquiry label span {
  float: left;
  width: 100px;
  text-align: right;
  }

#contentRight input, #contentRight select, #contentRight textarea {
  float: right;
  width: 180px;
  text-align: left;
    } 
*/


/*
-----------------------------------------------
MAIN FORM STYLES
-----------------------------------------------
*/
#contentRight form
{
padding:16px 0 0 16px;
background:#9F9D00;
}
#contentRight label
{

display:block;
width:100%;
clear:both
}
#contentRight label span
{
float:left;
display:inline;
width:100%;

}

#contentRight input.textfield, #contentRight select, #contentRight textarea, input.submit
{
font-size:1em;
background:#FFF url(/1-images/button_cloughbottom_bg.jpg) repeat-x bottom;
float:left;
width:100%;
line-height:2em;
border:1px solid #FFF;
clear:both;
display:inline;
margin-bottom:4px;
}
#contentRight select, #contentRight textarea
{
height:6em;
}
#contentRight input, #contentRight input.submit
{
height:2.2em;



}

#contentRight label
{
color:#FFF;
}
#contentRight input.submit
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}