﻿.login_button
{
    border-style: none;
    background-image: url('login_button.png');
    background-repeat: no-repeat;
    width: 101px;
    height: 21px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    background-color: #000000;
}
.login
{
    font-family: 'Trebuchet MS';
    font-size: small;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}
.login_title
{
    font-family: 'Trebuchet MS';
    font-size: large;
    background-color: #000000;
    color: #CBA349;
    text-align: center;
    font-weight: bold;
}
A.login_link, A.login_link:VISITED, A.login_link:ACTIVE, A.login_link:FOCUS, a.login_link:LINK
{
    color: #CBA349;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
}
A.login_link:HOVER
{
    border-bottom-style: dotted;
    border-color: #990000;
    border-width: medium;
}
.msg
{
    font-family: 'Trebuchet MS';
    color: #990000;
}




.roundedcornr_box
{
    background-color: #000000;
    /*height: 330px;*/
    width: 190px;
}
.roundedcornr_content
{
    /*height: 300px;*/
    width: 174px;
    padding: 0px 5px 0px 5px;
    border-right-color: #987A37;
    border-left-color: #987A37;
    border-right-width: 3px;
    border-left-width: 3px;
    border-right-style: solid;
    border-left-style: solid;
}
.roundedcornr_top
{
    height: 15px;
    width: 190px;
    background: url(roundedcornr_t.png) repeat-x;
}

.roundedcornr_tr
{
    width:15px;
    height:15px;
    float:right;
    background: url(roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_tl
{
    width:15px;
    height:15px;
    float:left;
    background: url(roundedcornr_tl.png) no-repeat top left;
}

.roundedcornr_bottom
{
    height: 15px;
    width: 190px;
    background: url(roundedcornr_b.png) repeat-x;
}

.roundedcornr_br
{
    width:15px;
    height:15px;
    float:right;
    background: url(roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_bl
{
    width:15px;
    height:15px;
    float:left;
    background: url(roundedcornr_bl.png) no-repeat bottom left;
}


