/* ENQUIRY FORM =====================================*/

/* feedback form styles*/
form#enquiry	{
margin:0 5px;
height: expression('1%'); /* IE Pick-a-boo bug fix */
}

#enquiry label{
/*font-size:1em;*/
width: 100px;
float: left;
text-align: left;
margin:5px;
clear: both;
display:block;
}

#enquiry .inputbox	{
/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
/*font-size:1em;*/
float: left;
margin:5px;
padding:0 0 0 2px;
width:280px;
border: solid 1px #999;
}

#enquiry .inputbox:hover, #enquiry .inputbox:focus,
#enquiry .textarea:hover, #enquiry .textarea:focus,
#enquiry select:hover, #enquiry .select:focus {
border: solid 1px #CC0000;
}

#enquiry .textarea	{
/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
font-size:1em;
float: left;
margin:5px;
padding:2px;
width:280px;
height: 50px;
border: solid 1px #999;
}

#enquiry .radiobutton	{
float:left;
}

#enquiry #submitbtncontainer	{
text-align:center;
}

#enquiry .submitbutton	{
clear: both;
color: #000;
background: #f0f0f0;
border: 1px solid #999;
}

#enquiry .submitbuttonimage
{
float: left;
clear: both;
}

#enquiry fieldset
{
border: #999 solid 1px;
width: 100%;
margin: 10px 0 10px 0;
}

#enquiry legend
{
/*background: #fb0;*/
/*border: #26a solid 1px;*/
padding: 5px 5px;
margin-left:10px;
font-size: 1em;
font-weight: bold;
color: #264666;
}

#enquiry .label { display: block; width: auto; }

/* .label is typically used on a span or p tag to label a radio or checkbox group */
#enquiry label.prefield, #enquiry .label  {
display: -moz-inline-box;
display: inline-block;	
width: expression('7em'); /* Min-width for IE6 */
min-width: 7em;
padding: 0 2px;
margin: 0.6em 4px 0 0;
}

#enquiry .postfield  {
margin-left: 4px;
margin-right: 4px;
font-size: 0.8em;
text-align: left;
}

/* Ties together a label and its checkbox or radio */
#enquiry .onechoice {
white-space: nowrap;
}

#enquiry #disclaimer	{
margin:10px 0;
}

.required	{
background-color:#FFCC00;
}

br	{clear:left;}

/*TABLE===========================================*/

/* CSS Document */

table,td	{
border: 1px solid #999;
border-collapse:collapse;
/*font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;*/
font-size:12px;
color:#333;
}

table	{
border:none;
border:1px solid #999;
}

thead th,
tbody th	{
background:#FFF url(../images/tables/th_bck.gif) repeat-x;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:12px;
font-weight:bold;
color:#444;  
text-align:center;
padding: 5px 10px;
border-left: 1px solid #999;
border-bottom:1px solid #999;
}

tbody th	{
background: #fafafb;
border-top: 1px solid #999;
text-align: left;
font-weight: normal;
}

tbody tr td	{
padding: 5px 10px;
color: #444;
}

tbody tr:hover	{
background:#eee;
}

tbody tr:hover td	{
color: #454545;
}

tfoot td, tfoot th {
border-left: none;
border-top: 1px solid #999;
padding: 4px;
background: #FFF url(../images/tables/foot_bck.gif) repeat;
color: #666;
}

caption	{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align: left;
font-size: 1.3em;
padding: 10px 0;
color: #264666;
}

table a:link	{
color: #666;
}

table a:visited	{
color: #666;
}

table a:hover	{
color: #003366;
text-decoration: none;
}

table a:active	{
color: #003366;
}

