table.formTable
{
border: none;
background-image: url(img_std/tableBg.gif);
background-repeat: no-repeat;
background-position: top left;
width: 400px;
margin-top: 20px;}

table.formTable td, table.formTable th
{
background-image: url(img_std/greenPixel.gif);
background-repeat: repeat-x;
background-position: left bottom;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 0px;
font-size: 12px;}

table.formTable th
{width: 140px;
color: #fff;}

table.formTable th.hint
{width: 390px;
background-image: url(img_std/tableHead.gif);
background-repeat: no-repeat;
background-position: left top;
color: #fff;}

table.formTable th.hint a, table.formTable th.hint a:VISITED
{color: #fff;
text-decoration: none;
cursor: pointer;}

table.formTable th.hint a:HOVER
{
text-decoration: underline;}


table.formTable th.bottomHint
{width: 390px;
background-image: url(img_std/tableFoot.gif);
background-repeat: no-repeat;
background-position: left bottom;
font-weight: normal;}

table.formTable td.noBorder, table.formTable th.noBorder
{
background-image: none;
background-repeat: no-repeat;
/*padding-top: 0px;*/
padding-bottom: 0px;
}

table.formTable td.bottomRow
{
background-image: url(img_std/tableBg.gif);
background-repeat: no-repeat;
background-position: left bottom;
height: 5px;
line-height: 0.01em;
padding-top: 0px;
padding-bottom: 0px;}

a.sendButton, a.sendButton:VISITED
{
width: 105px;
height: 19px;
color: #FEF6A5;
font-size: 12px;
font-weight: bold;
line-height: 19px;
background-image: url(img_std/formButton_off.gif);
background-repeat: no-repeat;
display: block;
text-align: center;
cursor: pointer;
text-decoration: none;}

a.sendButton:HOVER
{background-image: url(img_std/formButton_on.gif);
color: #000;}

a.loginButton, a.loginButton:VISITED, a.logoutButton, a.logoutButton:VISITED
{width: 55px;
height: 16px;
color: #FEF6A5;
font-size: 12px;
font-weight: bold;
line-height: 16px;
background-image: url(img_std/loginButton_off.gif);
background-repeat: no-repeat;
display: block;
text-align: center;
cursor: pointer;
text-decoration: none;
float: left;}

a.loginButton:HOVER, a.logoutButton:HOVER
{background-image: url(img_std/loginButton_on.gif);
color: #000;}

a.logoutButton, a.logoutButton:VISITED
{
background-image: url(img_std/logoutButton_off.gif);}

a.logoutButton:HOVER
{
background-image: url(img_std/logoutButton_on.gif);}
