a 
{
    color: #333333;
    text-decoration: underline;
}

a:hover 
{
    color: #333333; 
}

a.store
{
    color: #333333; 
}

a.store, a.tou, a.pp
{
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
}

a.store:hover, a.tou:hover, a.pp:hover
{
    color: #333333; 
    text-decoration: underline;
    font-weight: bold;
}

a.close
{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #FFFFFF;
    background-color: #333333;
/*    width: 20px;
    height: 18px; */
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 2px;
    text-align: center;
    vertical-align: middle;
}

body 
{
    background-color: #FFFFFF;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

div.form_valid
{
    color: #333333;
}

div.form_invalid
{
    color: #FF0000;
}

div.mlist_show
{
    display: block;
}

div.mlist_hide
{
    display: none;
}

iframe.form_target
{
    width: 0;
    height: 0;
    border:0px solid #000000;
}

input.button_enabled
{
    background-color: #333333;
    color: #FFFFFF;
    border: 1px solid #AAAAAA;
    width: 90px;
    cursor: pointer;
    font-size: 11px;
}

input.textbox
{
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #AAAAAA;
    width: 250px;
    font-size: 11px;
}

input.textbox_hl
{
    background-color: #333333;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 250px;
    font-size: 11px;
}

textarea.textbox
{
    background-color: #333333;
    color: #FFFFFF;
    border: 1px solid #AAAAAA;
    width: 250px;
    height: 80px;
    font-size: 11px;
}

textarea.textbox_hl
{
    background-color: #666666;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 250px;
    height: 80px;
    font-size: 11px;
}

select.stores
{
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #AAAAAA;
    width: 150px;
    font-size: 11px;
}

table.form
{
/*    border: 1px solid #333333;  */
}

td.form
{
/*    border: 1px solid #333333;  */
/*    font-weight: bold;  */
    font-size: 10px;
}

td.content
{
/*    border: 1px solid #333333;  */
/*    font-weight: bold;  */
    font-size: 11px;
}

td.navbar
{
  width: 816;
  /* height: 50; // Didn't work on Safari4 (Win) */
}

td.bg
{
    color: #333333;
    background-image: url(../../images/07.jpg);
    background-repeat: no-repeat;
    width: 816px; 
}

td.bg_left
{
    color: #333333;
    background-image: url(../../images/03.jpg);
    background-repeat: no-repeat;
    width: 400px;
    height: 533px;
    text-align: center;
}

td.bg_right_form
{
    color: #333333;
    background-image: url(../../images/05.jpg);
    background-repeat: no-repeat;
    /*width: 440px;*/
    width: 416px;
    text-align: center;
}

td.bg_right
{
    color: #333333;
    background-image: url(../../images/04.jpg);
    background-repeat: no-repeat;
    width: 416px;
}

th.title
{
    color: #333333;
    text-align: right;
    padding-right: 70px;
    font-weight: normal;
    font-size: 16px;
}

th.tou, th.pp
{
    color: #333333;
    font-weight: bold;
    font-size: 12px;    
}
