div.Content_Header
{
 padding: 7px;
 background-color: #bbca27;
 font-weight: bold;
 font-size: 12px;
}

div.Content_Error
{
 background-color: #FFE8E8;
 border: 1px solid #FF0000;
 padding: 10px;
 font-weight: bold;
 color: #FF0000;
 margin-bottom: 10px;
}

div.Content_Price
{
 width: 522px;
 height: 69px;
 background-image: url(../Images/PriceBG.jpg);
 background-repeat: no-repeat;
}

table.Content_Table
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

table.Content_Table td
{
 padding: 5px;
}

a.Content_A1
{
 font-weight: bold;
 font-size: 12px;
 color: #46769a;
 text-decoration: underline;
}

a.Content_A1:hover
{
 text-decoration: none;
}

a.Content_A2
{
 font-size: 11px;
 color: #46769a;
 text-decoration: underline;
}

a.Content_A2:hover
{
 text-decoration: none;
}

input.Content_Text
{
 padding: 2px;
}

select.Content_Select
{
 padding: 1px;
 margin: 0px;
}

p.Content_Error
{
 margin-bottom: 5px;
 font-weight: normal;
}