div.mbl-form {
font-size: 12px;
width: 750px;
margin-left: 25px;
}

div.mbl-form h1 {
font-size: 16px;
margin: 5px;
}

div.mbl-field select, div.mbl-field input, div.mbl-field-alt input, div.mbl-field textarea {
width: 98%;
}

div.mbl-field-nowidth textarea {
width: 98%;
height: 100px;
}

div.mbl-field-nowidth input{
width: auto;
}

div.mbl-field-nowidth span {
width: 235px;
float: left;
/*border: 1px solid red;*/
}

div.mbl-full_width {
}

div.mbl-field textarea {
width: 98%;
}

input#mbl-field_other {
margin-top: 5px;
width: 50%;
}

div.mbl-field, div.mbl-field-nowidth, div.mbl-field-alt {
background-color: #b4f400;
border: 1px solid gray;
margin: 5px;
margin-top: 10px;
padding: 5px;
}

div.mbl-field-alt input {
background-color: white;
color: black;
}

div.mbl-field-alt {
background-color: black;
color: white;
font-weight: bold;
border: 1px solid gray;
margin: 5px;
margin-top: 10px;
padding: 5px;
}

div.mbl-error, div.mbl-notes {
width: 97%;
margin-bottom: 5px;
padding: 3px;
}

div.mbl-error {
font-weight: bold;
background-color: white;
color: red;
border: 1px solid gray;
}

div.mbl-notes {
background-color: gray;
color: white;
border: 1px solid white;
}
