/*
 * Apply for a product form
 */

form#apply-for-a-product-form {
  margin-top: 2em;
}
form#apply-for-a-product-form select#country-of-residence-field {
  width: auto;
}
form#apply-for-a-product-form select#preferred-currency-field {
  width: auto;
}

div#products-selection {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  width: 250px;
  height: 150px;
  overflow: auto;
}
div#products-selection span.product {
  display: block;
  overflow: hidden;
  margin-bottom: 7px;
  width: 100%;
}
div#products-selection span.product input {
  float: left;
  margin-right: 8px;
  width: 13px;
  height: 13px;
}
div#products-selection span.product label {
  float: left;
  text-align: left;
  margin-top: -1px;
  width: auto;
}

#application-details {
  border: 1px solid #ccc;
}
