div.website_formsplugin legend {
    margin-left: 2em;
}
div.website_formsplugin fieldset {
}
div.website_formsplugin dl {
    float: left;
    width: 100%;
}
div.website_formsplugin dt, div.website_formsplugin dt.website_form_caption {
    clear: left;
    float: left;
    width: 30%;
    text-align: right;
    margin-top: 5px;
}
div.website_formsplugin dt.website_form_caption {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 80%;
}
div.website_formsplugin dd {
    float: left;
    width: 65%;
    padding: .2em 0;
    margin-top: 5px;
}
div.website_formsplugin dd.website_form_caption {
    width: 15%;
}
div.website_formsplugin dt label {
    float: right;
    padding: .4em .5em 0;
}
div.website_formsplugin dt.website_form_caption label {
    float: left;
}
div.website_formsplugin dd input, div.website_formsplugin dd textarea, div.website_formsplugin dd select {
    border: 1px solid;
    color: #666;
    width: 98%;
}

div.website_formsplugin dd input.website_checkbox {
  border: none;
}

div.website_formsplugin dd textarea {
    height: 5em;
}
div.website_formsplugin dd .website_form_button {
    background: #fff;
    border: 1px solid;
    color: #000;
    margin-right: .5em;
    padding: 2px 10px;
    width: auto;
    cursor: pointer;
    float: right;
}
div.website_formsplugin dd .website_form_button:active {
    outline: 0;
}
div.website_formsplugin .websiteformheader {
    display: block;
    margin-bottom: 10px;
}
div.websiteformfieldserror, div.websiteformwait, div.websiteformsendok, div.websiteformsenderror, div.websiteformconnectionerror { padding-left: 140px;}