/* $Id: forms.css 9 2009-06-15 10:25:11Z Ian.H $ */

fieldset.form {
    display: block;
    width: 550px;
    padding: 16px 0 1px 0;
    border: none;
    margin: 0 0 20px 0;
}

fieldset.form label {
    display: block;
    float: left;
    width: 140px;
/*    padding-top: 2px;*/
}

fieldset.form input.text-field,
fieldset.form textarea.text-field,
fieldset.form select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    display: block;
    float: left;
    width: 400px;
    border: 1px solid #A0A0A0;
    margin-bottom: 8px;
}

fieldset.form select {
    width: 402px;
}

span.req-field {
    color: #CC0000;
    background-color: transparent;
    cursor: help;
}

div.form-ctrls {
    width: 400px;
    text-align: center;
    margin: 0 auto 0 140px;
}

input.form-button {
    width: 93px;
    height: 33px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
}

input#btn-send {
    background-image: url('../_images/buttons/btn_send.png');
}

div.msgbox-error,
div.msgbox-success {
    color: #FFFFFF;
    background-color: transparent;
    width: 798px;
    height: 60px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.msgbox-error {
    background-image: url('../_images/msgbox/msgbox_error.png');
}
div.msgbox-success {
    background-image: url('../_images/msgbox/msgbox_success.png');
}

div.msgbox-error div,
div.msgbox-success div {
    padding: 21px 0 0 90px;
}

