#title {
    color   : #ffffff;
    }

#container {
    width   : 600px;
    float   : left;
    }

#container div {
    width   : 270px;
    float   : left;
    padding : 0 15px 20px 0;
    }

#container div.right {
    font-family     : Helvetica;
    font-size       : 10px;
    text-transform  : uppercase;
    color           : #666666;
    line-height     : 17px;
    }

#container div.left {
    text-align  : right;
    font-weight : bold;
    width       : 162px;
    }

#container input, #container select {
    width       : 100%;
    border      : 0;
    padding     : 0;
    margin      : 0;
    background  : #6A7194;
    color       : #ffffff;
    }

#container .submit {
    background  : #7F8AB7;
    width       : 57px;
    height      : 20px;
    }
