/* @override http://qoqa2/css/form.css */

/* form styles */

form {
  font-size: 108%;
  text-align: left;
}

fieldset, form p  {
	margin-left: 10px;
}

form legend {
  padding: 0.4em 0 0.5em;
  font-size: 123.1%;
}

form label {
  width: 35em;
  display: block;
  line-height: 1em;
  padding: 0 0 0.7em;
  font-size: 85%;
}

label.address {
  clear: left;
}

form label input, form label textarea {
  display: block;
  padding: 0.3em 0.5em;
  border: 1px solid #fff;
  margin-top: 0.3em;
  width: 100%;
}

form label input:focus, form label textarea:focus {
  background-color: #ec2d94;
  border: 1px solid #ec2d94;
  color: #fff;
}

form label input[type=hidden] {
  display: none;
}

.company {
  width: 13em;
  float: left;
  padding-left: 2em;
}

.last_name {
  width: 9em;
  float: left;
  padding-left: 2em;
}

.first_name {
  width: 9em;
  float: left;
}

.npa {
  width: 5em;
  float: left;
}

.city {
  width: 28em;
  float: left;
  padding-left: 2em;
}

#MB_content label {
  width: 95%;
}

.crirHiddenJS {
  width: auto;
  float: left;
}

.fieldset_separation {
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.coupon_code {
    float: left;
}
