#select_form form {
        float: left;
        margin-left: 10px;
}

#select_form form .element {
        background-image: url('../images/layout/bg_input.png');
        background-position: left top;
        width: 289px;
        height: 21px;
        float: left;
}

#select_form form .element input {
        background: transparent;
        width: 278px;
        height: 20px;
        border: none;
        color: #00585d;
        padding-left: 10px;
        font-weight: bold;
}

#select_form form .element input#interest {
        color: #004d7c;
}

#select_form form input.submit {
        background-image: url('../images/layout/select_submit.png');
        background-position: left top;
        width: 22px;
        height: 21px;
        cursor: pointer;
        border: 0px;
        float: left;
}

