input, textarea {
    font: normal normal normal 0.9em Arial, sans-serif;
    color: #fff;
    background: #333333;
    border: 1px solid #666666;
    padding: 4px 6px 2px 6px;
}

fieldset {
    border: none;
    padding: 8px;
}

.red {
    color: #FF2929;
}

fieldset input, fieldset textarea {
    width: 50%;
    height: 15px;
    display: block;
    float: left;
    font-size: 1.1em;
    background: #fff;
    color: #333333;
}

fieldset .button {
    width: auto;
    height: 25px;
}

fieldset textarea {
    height: 70px;
}

fieldset label {
    width: 150px;
    float: left;
    padding: 4px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
}

.button {
    background: #ec9000;
    color: #fff;
    border: 1px solid #ec9000;
    border-top: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}