* {

	padding: 0;

	margin: 0;

}

body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: #000000;
    font-size: 10px;
}

input
{
    font-family: Arial, Helvetica, sans-serif;
    color: #474643;
    background: #f2f2f2;
    font-size: 22px;
}

input.submit 
{
    border: 0;
    height: 36px;
    width: 93px;
    background: url(images/search.gif);
}

a
{
    color: #9B9C83;
    text-decoration:none;
}

a:hover 
{
    color: #0080FF;
}


td.me
{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}
td
{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

div.wel
{
    color: #B6B6B6;
    height: 70px;
    width: 700px;
    text-align: left;
    font-family: verdana; 
    font-size: 10px;
}

div.top
{
    text-align: center;
    margin: auto; 
    height: 114px;
}

div.meny
{
    background: url(images/menu_res.gif);
    text-align: center;
    margin: auto; 
    font-weight: bold;
}

#container
{
    border: 0px;
    margin: auto;
    padding: 5px;
    width: 707px;
}


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

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

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

ul#form li
{
    width: 700px;
}

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

#address_bar
{

    background: url(images/s_res.gif);
    text-align: center;
    padding: 5px 0;
    color: #000000;
}


#address_box
{
    width: 550px;
}

.option
{
    padding: 3px 0;
    background-color: #000000;
}

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

form
{
    margin: 0;
}

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

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

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