﻿#loginContainer {
    width: 960px;
    height: 100px;
    background: transparent url('images/bg_heading.jpg');
    margin: 100px auto 0 auto;
    position: relative;
}

    #loginBox {
        position: absolute;
        width: 350px;
        left: 300px;
        top: 15px;
        text-align: right;
        line-height: 22px;
    }
    
    #loginBox label {
        color: #FFFFFF;
        display: block;
        float: left;
        width: 100px;
        height: 20px;
        line-height: 19px;
        padding: 1px 0 2px 0;
        margin: 2px 0 2px 0;
        clear: left;
        text-align: left;
    }
    
    #loginBox .tekst {
        background: #FFFFFF url('images/input_bg.gif') repeat-x;
        border: solid 1px #AAAAAA;
        padding: 3px;
        color: #000000;
        width: 200px;
    }
    
    #loginBox a:link, #loginBox a:active, #loginBox a:visited {
        color: #e49900;
    }
    
    #loginBox a:hover {
        color: #FFFFFF;
    }