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

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

body, input
{
    font-family: Georgia, "Bitstream Charter", serif;



}

body
{
    background-color: #000000;
    color: #ffffff;
}

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

}





.title
{
    margin-left: 3px;
    text-align: left;
    font-size: 25px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.normal_text
{
   text-align: left;
    margin-left: 3px;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}






a:link, a:visited
{
    color: #FF0099;
    text-decoration: none;
}

a:hover, a:active
{
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
}

#container
{
    -moz-border-radius: 20px;
    border: 1px solid #CCCDD7;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color:#008040;
}



#menu 
{
    -moz-border-radius: 0 30px 0 0;
    border-left: 1px solid #CCCDD7;
    border-bottom: 1px solid #CCCDD7;
    float: right;
    height: 25px;
	font-size: 17px;
    background:#ffffff;
    color: #330;
}
#menu_text a
{
    
	font-size: 17px;
    color: #ff0;
}

#title
{
    margin-left: 3px;
    font-size: 25px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

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

ul#navigation
{
    float: right;
}

ul#form
{
    clear: both;
}

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

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

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

ul#form li
{
    width: 800px;
}

#footer
{
    color: #ffffff;
    font-size: small;
    text-align: right;
}

#address_bar
{
    border-top: 2px #008040 solid;
    border-bottom: 3px #008040 solid;
    background-color: #008040;
    text-align: center;
    padding: 5px 0;
    color: #127dcf;
    font-size: 18px
}

#go
{
    background-color: #FFFFFF;
    font-weight: bold;
    color: #000000;
    border: 0 #ffffff solid;
    padding: 2px 5px;
}

#address_box
{
    width: 500px;
    height: 20px;
   font-size: 16px
}

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

.option label
{

    border-bottom: 2px #008040 solid;
}

form
{
    margin: 0;
}

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

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

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