body
{
    background-color:#eadfcd;
    background-image:url("graph/bg.png");
    background-repeat:repeat-x;
    font-family:verdana;
    font-size:11px;
    color:#e5e5e3;
    margin-top:150px;
}

#centerized
{
    width:550px;
    margin-left:auto;
    margin-right:auto;
}

#logo
{
    background-image:url("graph/logo.png");
    background-repeat:no-repeat;
    width:550px;
    height:80px;
}
.line
{
    background-image:url("graph/line.gif");
    background-repeat:no-repeat;
    width:550px;
    height:2px;
    margin-top:10px;
    padding-bottom:5px;
}
.line_2
{
    background-image:url("graph/line_2.gif");
    background-repeat:no-repeat;
    width:550px;
    height:2px;
    margin-top:10px;
    padding-bottom:5px;
}
.ads
{
    width:470px;
    height:62px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    padding-bottom:10px;
}
a
{
    color: #e5e5e3;
    text-decoration:none;
}
a:visited
{
    color: #e5e5e3;
    text-decoration:none;
}
a:hover
{
    color: #0080FF;
    text-decoration:underline;
}


#footer
{
    color: #e5e5e3;
    text-align:center;
}

#address_bar
{
    border-top: 2px #BFAA9B solid;
    border-bottom: 3px #44352C solid;
    background-color: #AA8E79;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
}
#browse
{
    width:470px;
    vertical-align:middle;
}
#go
{
    background-color: #174251;
    background-image:url("graph/bg_button.png");
    background-repeat:repeat-x;
    font-weight: bold;
    color: #e5e5e3;
    border: 0 #04688b solid;
    padding: 2px 5px;
    height:27px;
    vertical-align:middle;
}

#address_box
{
    background-image:url("graph/bg_button.png");
    background-repeat:repeat-x;
    background-color: #174251;
    border: 0 #04688b solid;
    width: 350px;
    height:25px;
    vertical-align:middle;
    color: #ffffff;
}

.option
{
    padding: 2px 0;
    background-color: #EEEBEA;
}

.option label
{
    border-bottom: 2px #ffffff solid;
}

form
{
    margin: 0;
}

#error, #auth
{
    margin-top:80px;
    background-color: #0a1a1f;
    border-top: 1px solid #04688b;
    border-bottom: 1px solid #04688b;
    width: 500px;
    clear: both;
}

#auth
{
    background-color: #94C261;
}

#error p, #auth p, #auth form
{
    margin: 5px;
}