.field_container { margin-bottom: 1em; }
input.submit_button { margin-right: .25em; }

.checkboxes input, 
.multiple_choice input  { padding: 0; margin-bottom: 0; border: none; background: transparent; }
.checkboxes td label, 
.multiple_choice td label { display: inline; margin: 0 1em 0 .5em; }

/*-- Must include !important to override google toolbar --*/
.field_error { background-color: #fcc !important; color: #000; }
.error_text { color: #f00; font-weight: bold; }

div.alertbox_red { background: #fcc url(../images/alertbox_red.gif) no-repeat; background-position: 10px center; border: 1px solid #ff0000; padding: 10px 10px 10px 80px; margin: 10px; }
div.alertbox_red ul { margin: 0; }
div.alertbox_red li { color: #f00; font-weight: bold; }
