/* GENERIC FORM STYLING */
#Content input, select {
    vertical-align: middle;
    font-weight: normal;
}

#Content .form {
    height: 30px;
}

#Content .form input {
    width: 261px;
    background: none;
    border: 1px solid #bcbcbc;
    color: #323232;
    padding: 3px 0 4px 6px;
}

#Content textarea {
    width: 261px;
    height: 115px;
    background: none;
    overflow: auto;
    border: 1px solid #bcbcbc;
    color: #323232;
    padding: 3px 0 0 6px;
    margin-bottom: 20px;
}