.smallClear {
   visibility: hidden;
   clear: both
   height: 5px;
}
.whiteFormContainer {
   width: 70%;
   text-align: center;
   margin: 0px auto;
   padding: 15px;
   background-color: white;
   border: 1px solid #0E2543;
   border-radius: 8px;
}
#feedbackBox {
   clear: both;
   width: 600px;
}
#emails {
   float: center;
}
#callback_times {
   clear: both;
}
div.emailFields {
   margin-top: 5px;
}
p.numbers {
   display: inline-block;
   color: white;
   width: 22px;
   height: 22px;
   background: url('/public/images/support/callback/circle_bg.png') no-repeat;
   margin-right: 10px;
   margin-bottom: 10px;
}
p.numbers span {
   display: block;
   padding-left: 7px;
   padding-top: 2px;
   font-weight: bold;
   font-size: larger;
}
span.red {
   padding-right: 0.5em;
}
#feedbackBox label {
   float: left;
   display: block;
   width: 251px;
}
div.indent {
   padding-left: 5em;
}
div.note {
   text-align: center;
   font-size: 10px;
}
div.marginize {
   margin-bottom: 0.5em
}
input.formSubmit {
   display: block;
   height: 30px;
   width: 120px;
   bottom: auto;
   border: 0;
   background: url('/public/images/form/feedback_submit_but.png') no-repeat;
   margin: 20px auto;
}
input.formSubmit:hover {
   background-position: -144px 0;
}
textarea#feedback {
   width: 565px;
   height: 80px;
   max-height: 100%;
}
.buttonFrame {
   clear: both;
   margin-top: -10px;
   height: 45px;
}
div#desc_area {
   display: none;
}
