/* Generic form style */

div.formfield {
   margin:5px 0;
}

.form_text {
   margin:1em 0;
}
input, select, textarea {
}

.formfield label, .formfield .formlabel {
   float:left;
   width:150px;
}
.formfield label.checkradio {
   float:none;
   clear: both;
}
input.checkradio {
    border:0px solid #000000 !important;
    width:auto !important;
}
input.submitbutton {
}

