/*
Form styles - these are the styles applied to the forum related pages
*/
/*
Form list styles:
FormOuter - Outer table
Title Header - Table header row Title cell
Posts Header - Table header row number of posts cell
Viewings Header - Table header row number of viewings cell
FormText - Text style of form details
Title - link styles for form title text
*/
table.FormOuter
{
width: 100%;
border: 0;
}
table.FormItem
{
width: 100%;
border: 0;
}
td.FormItem
{
width: 65%;
padding: 2px 10px 2px 0px;
}
td.FormTitle
{
width: 35%;
white-space: nowrap;
padding: 0px;
}
td.FormTitleRequired
{
width: 35%;
white-space: nowrap;
padding: 2px 10px 2px 0px;
}
td.FormButton
{
white-space: nowrap;
text-align: right;
padding: 2px 10px 2px 0px;
}
input.Form
{
border: 1px solid #94a6b5;
width: 100%;
font-family: Arial, Sans-Serif;
}
textarea.Form
{
border: 1px solid #94a6b5;
width: 100%;
font-family: Arial, Sans-Serif;
}
select.Form
{
border: 1px solid #94a6b5;
width: 100%;
font-family: Arial, Sans-Serif;
}

/* Contact us validation summary */
#ctl00_cntBody3_pageContent_ctl00_frmMain_valSum { font-size: 0.75em; }