body, input
{
    font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    color: #44352C;
    background-color:#FFF;
    text-align=center;
}

a
{
    color: #9B9C83;
    text-decoration:none;
    border-bottom: 1px orange dashed;
}

a:hover 
{
    color: #0080FF;
}

#container
{
    /*border: 1px #9B9C83 solid;
    -moz-border-radius: 8px;*/
    margin: auto;
    padding: 5px;
    width: 800px;
    text-align:center;
}

#title
{
    color: #000066;
    margin: 0;
}

ul#navigation, ul#form
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#navigation
{
    float: right;
    display:none;
}

ul#form
{
    clear: both;
}

ul#navigation li
{
    float: left;
    margin: 0;
    border-top: 2px #BFAA9B solid;
}

ul#navigation li a
{
    font-weight: bold;
    color: #ffffff;
    background-color: #000066;
    margin-left: 1px;
    text-decoration: none;
    border-bottom: 0 #ffffff solid;
}

ul#navigation li  a:hover
{
    color: #44352C;
}

ul#form li
{
    width: 530px;
}

#footer
{
    color: #9B9C83;
    font-size: small;
    text-align: right;
    display:none;
}

#address_bar
{
    /*font-weight:bold;
    border-top: 2px #BFAA9B solid;
    border-bottom: 3px #44352C solid;
    background-color: #000066;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
*/
background-color: transparent;

background-image: url(img/bar.jpg);

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

width: 530px;

height: 14px;

border-top-width: 0px;

border-right-width-value: 0px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 0px;

border-left-width-value: 0px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: none;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: -moz-use-text-color;

border-right-color-value: -moz-use-text-color;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: -moz-use-text-color;

border-left-color-value: -moz-use-text-color;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

font-size: 14px;

color: #585858;

font-weight: bold;

padding-top: 7px;

padding-right: 7px;

padding-bottom: 7px;

padding-left: 7px;

margin: auto;

}

#go
{
    background-color: #ff6600;
    font-weight: bold;
    color: #FFF;
    border: 0 #ffffff solid;
    padding: 2px 5px;
    width: 100px;
}

#address_box
{
    width: 500px;
    border: 0;
}

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

.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;
}
