/*
 * forms.css
 *
 * Copyright (c) 2006-20010 by Goose Networks, Inc.
 */

.oform-inputs {
    padding: 0.5em 0 0 0;
}

.oform-input {
    background: #dddddd;
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin: 3px 0 8px 0;
    color: #000;
    height: 14px;
    width: 258px;
}

.oform select {
    background: #dddddd;
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin: 3px 0 8px 0;
    color: #000;
    height: 26px;
    width: 240px;
}

.selectheight { /* fix for select height in IE */
    height: 37px;
    width: 241px;
}

.oform .button-row {
    font-size: 123.1%;
    margin-top: 1em;
}

.oform .conf-msg,
.oform .err-msg {
    padding: 5px 15px 5px 37px;
    margin-top: 10px;
    font-weight: lighter;
    text-align: left;
    font-size: 123.1%;
}

.oform .conf-msg {
    color: #408000;
    background: #d0f0b0 url('../images/conf-msg.png') no-repeat 10px 5px;
}

.oform .err-msg {
    color: #f04040;
    background: #f0d0d0 url('../images/err-msg.png') no-repeat 10px 5px;
}

.oform p.intro {
    font-weight: lighter;
    text-align: left;
    color: #808080;
    font-size: 123.1%;
    line-height: 1.4em;
}

.oform p.intro a {
    color: #808080;
    text-decoration: underline;
}
