div.website_formsplugin {

  border: #6699CC solid 1px;
}

div.website_formsplugin div.website_form_name {
  padding: 3px;
  background-color:#6699CC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: uppercase;
}

div.website_formsplugin fieldset {
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.website_formsplugin dl {
    float: left;
    width: 100%;
}
div.website_formsplugin dt, div.website_formsplugin dt.website_form_caption {
    clear: left;
    float: left;
    width: 25%;
    text-align: left;
}
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;
}
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: #000;
    width: 100%;
}
div.website_formsplugin dd textarea {
    height: 7em;
}
div.website_formsplugin dd .website_form_button {
    /*background: #fff;*/
    /*border: 1px solid;*/
    color: #000;
    margin-top: 20px;
    margin-right: .5em;
    padding: 2px 15px;
    width: auto;
    cursor: pointer;
}
div.website_formsplugin dd .website_form_button:active {
    outline: 0;
}
div.website_formsplugin .websiteformheader {
    display: block;
    margin-bottom: 10px;
}

div.website_formsplugin .website_form_radio {
  width: auto;
}
