div#content form fieldset {
    margin: 15px 0 0 0;
}

div#content form fieldset legend {
    display: none;
}

div#content form fieldset label {
    width: 230px;
    display: block;
    line-height: 21px;
    height: 21px;
    float: left;
    clear: both;
    margin-bottom: 5px;
}


div#content form fieldset input {
    width: 230px;
    height: 19px;
    float: left;
    border: 1px solid #B5B5B5;
}

div#content form fieldset input:focus {
    background: #cfe8f5;
}

div#content form fieldset textarea {
    width: 230px;
    height: 150px;
    float: left;
    border: 1px solid #B5B5B5;
}

div#content form fieldset textarea:focus {
    background: #cfe8f5;
}

div#content form fieldset button {
    float: left;
    margin-left: 230px;
    margin-top: 5px;
    width: 232px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #72004e;
    color: white;
    font-weight: bold;

    cursor: pointer;
    cursor: pointer;
}


