fieldset
{
    border: 0;
    margin: 0 0 10px 0;
    padding: 0 0;
}
    fieldset input
    {
        display: block;
        margin-bottom: 10px;
    }
    fieldset textarea
    {
        display: block;
        margin-bottom: 10px;
        width: 400px;
        height: 150px;
    }
label
{
    color: #444;
    cursor: pointer;
}
    p.errortext
    {
        color: #bf0000 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-weight: bold;
    }
