body
{
    font-family:verdana;
    font-size:11px;
    color:#333333;
    background-image:url("graph/bg.png");
    background-repeat:repeat-x;
    background-color:#062f43;
    margin-top:120px;
}
a
{
    color: #9B9C83;
    text-decoration:none;
    border-bottom: 1px ;
}

a:hover
{
    color: #0080FF;
}

#centerized
{
    width:511px;
    margin-left:auto;
    margin-right:auto;
    background-image:url("graph/bg_content.png");

}
#logo
{
    width:511px;
    height:45px;
    background-image:url("graph/logo.png");
    background-repeat:no-repeat;
}

#bg_content
{
    width:511px;
    background-image:url("graph/bg_content_gradient.png");
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    float:left;
}

#content
{
    width:495px;
    margin-left:auto;
    margin-right:auto;
}

.line
{
    width:310px;
    height:2px;
    background-image:url("graph/line.png");
    background-repeat:no-repeat;
    margin-left:100px;
    margin-top:5px;
    margin-bottom:5px;
    float:left;
}

.ads_1
{
    width:470px;
    margin-left:10px;
    margin-top:8px;
    margin-bottom:8px;
    float:left;
}

.ads_2
{
    width:130px;
    float:left;
}

#url_submit
{
    width:350px;
    margin-top:20px;
    margin-left:10px;
    background-image:url("graph/url.png");
    background-repeat:no-repeat;
    float:left;
}
#footer
{
    width:511px;
    height:9px;
    background-image:url("graph/bg_content_end.png");
    background-repeat:no-repeat;
    float:left;
}

#address_bar
{
    border-top: 2px #BFAA9B solid;
    border-bottom: 3px #44352C solid;
    background-color: #AA8E79;
    text-align: center;
    color: #ffffff;
}

#go
{
    width:80px;
    font-weight: bold;
    background-image:url("graph/bg_button.png");
    background-repeat:repeat-x;
    background-color:#e8f6fc;
    border:1px solid #c6d9e3;
    vertical-align:middle;
    height:31px;
    margin-top:25px;
}

#address_box
{
    width: 250px;
    background-image:url("graph/bg_button.png");
    background-repeat:repeat-x;
    background-color:#e8f6fc;
    border:1px solid #c6d9e3;
    vertical-align:middle;
    color:#000000;
    font-size:18px;
    height:27px;
    margin-top:25px;
}

.option
{
    background-color: #EEEBEA;
}

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

form
{
    margin: 0;
}

#error, #auth
{
    background-color: #BF6464;
    border-top: 1px solid #44352C;
    border-bottom: 1px solid #44352C;
    width: 700px;
    clear: both;
}

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

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