@import url("/xm_css/fontface.css");
.form {
  float: left;
  width: 100%;
  margin: 10px 0 40px 0px;
}

label {
  display: block;
}

.checkbox_label,
p.wrap,
input,
textarea,
.label,
.blabel,
select,
label,
.chzn-single span,
.chzn-results li,
p.success,
p.error,
ul.error li,
a.button, a.small_button,
input.button, input.small_button,
button.button, button.small_button,
a.edit_link,
p.wrap span {
  font-family: 'fira_sansbook',Verdana, sans-serif;
  color: #444;
  /* <<=== CHANGE */
  font-size: 15px;
  /* <<=== CHANGE  if specifying web fonts */
  line-height: 20px;
  font-weight: normal;
}

p.wrap b, p.wrap strong, .blabel {
  font-family: 'fira_sanssemibold',Verdana;
  font-weight: normal;
}

.checkbox_label {
  display: inline;
}

.onleft {
  float: left;
  text-align: right;
  width: 100px;
}

p.wrap {
  width: 100%;
  clear: both;
  margin-top: 12px;
}

p.inline {
  margin: 9px 0 0 0;
}

p.submit_button_row {
  margin-top: 12px;
}

.disabled {
  opacity: 0.40;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
  width: 280px;
  margin-top: 0;
}

input[type="checkbox"] {
  margin: 0 5px 4px 0;
}

input[type="radio"] {
  margin: 5px 2px 0 0;
}

input[id=submitBtn] {
  margin: 10px 0 0;
}

label.nextto {
  display: inline;
}

/*for checkboxes and radios */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ccc;
  padding: 2px 4px;
  height: 30px;
}

input#server_image {
  border: none;
}

textarea {
  height: 100px;
  width: 390px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus textarea:focus {
  background: #fff;
  box-shadow: 0px 0px 6px 2px #7aa3e8;
}

p.wrap span {
  padding-right: 10px;
}

p.wrap span.text_under_field {
  display: block;
  padding: 10px 0 0 0;
  line-height: 18px;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px 3px 3px 3px;
  height: 30px;
  overflow: hidden;
  width: 203px;
  padding: 4px;
  background: #e7e7e7;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7e7e7 0%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7e7e7 0%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e7e7e7 0%, #fefefe 100%);
  /* W3C */
  -webkit-box-shadow: 0 0 2px 2px #fefefe;
  box-shadow: 0 0 2px 2px #fefefe;
}

/* fancy select (chosen) */
.chzn-single span {
  padding: 5px 0 0 0;
}

.label, .blabel {
  line-height: 18px;
  padding: 0 7px 2px 0;
}
.error_label {
  /* Default ajax error styling. */
  font-family: 'fira_sansbook',Verdana, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #c00;
}
.success_label {
  /* Default ajax error styling. */
  font-family: 'fira_sansbook',Verdana, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: rgb(0, 202, 45);
}
.error_label::first-letter, 
.success_label::first-letter, 
.label::first-letter, 
.blabel::first-letter {
    text-transform: uppercase;
}

.errors_above {
  display: none;
  color: #c00;
}

#counter1, #counter2, #counter3, #counter4, #counter5, #counter6, #counter7, #counter8, #counter9, #counter10, #counter11, #counter12, #counter13, #counter14, #counter15, #counter16 {
  clear: both;
  width: 40px;
}

/* for textarea counters */
input.counter {
  clear: both;
  width: 40px;
}

/* for textarea counters */
#save {
  margin: 15px 0 0 0;
}

.check {
  margin: 5px 0 0 0;
}

p.error {
  color: #c00;
}

#msgs, .msgs {
  display: none;
}

p.success {
  padding: 0 0 4px 20px;
  color: #2b9a00;
  background: url(/images/success.png) no-repeat 0px 0px;
}

p.success a {
  display: block;
  margin: 10px 0 0 0;
}

/* login screen, others? */
ul.error {
  list-style: none;
  margin: 0 0 20px 0;
}

ul.error li {
  color: #c00;
  background: transparent url(/images/error.png) no-repeat 5px;
  padding: 0 0 0 20px;
}

.select_list {
  padding: 4px;
  width: 300px;
  margin: 10px 0 10px 0;
}

.follow_mouse tr:hover td {
  background: #ddd;
}

/* Opinion Captcha
 * Hides field as a rudimentary captcha against bots who fill out any field.
 * Both input.opinion and p.opinion since just the field or the entire
 * label/field combo may be hidden.
 */
input.opinion, p.opinion {
  display: none;
}

/* category ecomm discounts */
input#order_by {
  width: 40px;
  text-align: right;
}

#total_div table {
  width: 400px;
}

#total_div td {
  text-align: center;
}

#total_div input[type=text] {
  width: 60px;
  text-align: right;
}

/*-------------- news ticker -------------------- */
#speed_of_scroll, #time_between_scrolls, #items_visible_at_once, order_of_item {
  width: 50px;
}

/*-------------- overlay -------------------- */
#overlay {
  background: none repeat scroll 0 0 #777;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  padding-top: 300px;
  position: fixed;
  top: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
div#overlay p {
  color: #fff;
}

/* ----------------------------------------------------------------------
BUTTONS
---------------------------------------------------------------------- */
/* replace 'lighter-color' with lighter hex, and 'darker-color' with darker hex*/
a.button, a.small_button, input.button, input.small_button, button.button, button.small_button {
  background: #999;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  letter-spacing: 0;
  padding: 8px 20px 7px;
  display: inline-block;
}
a.button:hover, a.small_button:hover, input.button:hover, input.small_button:hover, button.button:hover, button.small_button:hover {
  opacity: .5;
  color: #ffffff;
}
a.small_button, input.small_button, button.small_button {
  font-size: 13px;
  padding: 1px 8px 2px 8px;
}

p.edit_link_block {
  position: absolute;
  z-index: 9;
  margin: -10px 0 0 0;
  background: #fff;
}

a.edit_link {
  color: #c00;
  font-size: 9px;
  text-decoration: none;
  padding: 1px 2px;
}

a.edit_link:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=form.css.map */
