.message_generic_container { width: 100%; height: 24px; font-size: 14px; padding-top: 4px; color: #fff; text-align: center; background-color: #000; border-bottom: 2px solid #767676; }
.close_icon_container { float: right; margin: 1px 5px 0px 0px; }
img { border: 0; }

.control_general {
  font-family: Verdana;
  font-size: 12px;
}

.control_radio_button {
  position: relative;
  left: -5px;
}

.control_radio_button_label {
  position: relative;
  top: -2px;
}

.control_textbox {
  font-family: Verdana;
  font-size: 11px;
  color: #403e3e;
}

.control_textbox_extra_small {
  font-family: Verdana;
  font-size: 11px;
  width: 50px;
  color: #403e3e;
}

.control_textbox_small {
  font-family: Verdana;
  font-size: 11px;
  width: 120px;
  color: #403e3e;
}
.control_textbox_medium {
  font-family: Verdana;
  font-size: 11px;
  width: 220px;
  color: #403e3e;
}

.control_textbox_large {
  font-family: Verdana;
  font-size: 11px;
  width: 400px;
  color: #403e3e;
}

.ctrl_droplist {
  font-family: Verdana;
  font-size: 10px;
  color: #403e3e;
}

.control_textarea {
  font-family: Verdana;
  font-size: 11px;
  width: 220px;
  height: 113px;
  color: #403e3e;
}

.control_button {
  font-family: Verdana;
  font-size: 10px;
  color: #403e3e;
}

.control_checkbox { 
  position: relative; 
  right: 3px; 
  bottom: 3px;
}
