body
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
}

form, input
{
    margin: 0px;
    padding: 0px;
}


body, input
{
    font-family: lucida sans unicode, lucida, helvetica, verdana, arial, sans-serif;
}

input
{
    font-size: 10px;
    font-weight: bold;
    color: #E76B18;
    
}

.title
{
    font-size: 25px;
    color: #E67D0B;
    border-bottom: 1px solid #E76B18;
}

.error
{
    font-size: 12px;
    background-color: #FF0000;
    color: #FFFFFF;
    border-bottom: 1px solid #E76B18;
}

#container
{
    border: 1px solid #CCCDD7;
    width: 700px;
    margin: auto;
}

#menu
{ 
    border-left: 1px solid #CCCDD7; 
    border-bottom: 1px solid #CCCDD7;
    float: right;
    height: 20px;
    background-color: #EEEEEE;
}

.option
{
    height: 25px;
    border-bottom: 1px solid #3399FF;
}

.shade
{
    background-color: #EEEEEE;
}

.head
{
    background-color: #A2AACE;
}

a:link, a:visited 
{ 
    color: #21A121; 
    text-decoration: none; 
    border-bottom: 1px solid #ffb944; 
} 

a:hover, a:active 
{
    color: #3399FF;
    text-decoration: none;
    border-bottom: 1px solid #ffb944;
}