/* For Submit an Offer Sign In Page */
#aios_submit_an_offer_sign_in_page #sign_in {
  
  background: #dbd786;
  color: maroon;
  cursor: pointer;
  font-weight: bold;
  
  height: 34px;
}

#aios_submit_an_offer_sign_in_page .error {
  
  color: red;
}

/* For Submit an Offer Step 1 Page */
#aios_submit_an_offer_step_1_page div.row-one-column {
  
  margin-top: 3%;
}

#aios_submit_an_offer_step_1_page div.row-one-column label {
  
  display: block;
  font-weight: bold;
}

#aios_submit_an_offer_step_1_page div.row-one-column input[type="text"] {
  
  background: #F4F4F4;

  width: 100%;
  height: 28px;
}

#aios_submit_an_offer_step_1_page div.row-one-column textarea {
  
  background: #F4F4F4;

  width: 100%;
  height: 168px;
}

#aios_submit_an_offer_step_1_page div.row-two-columns .left-content {
  
  float: left;
  
  width: 55%;
}

#aios_submit_an_offer_step_1_page div.row-two-columns .left-content input[type="text"] {
  
  background: #F4F4F4;
  
  width: 84%;
  height: 28px;
}

#aios_submit_an_offer_step_1_page div.row-two-columns .right-content {
  
  float: left;
  
  width: 45%;
}

#aios_submit_an_offer_step_1_page div.row-two-columns .left-content .left-content-row, #aios_submit_an_offer_step_1_page div.row-two-columns .right-content .right-content-row {
  
  margin-top: 3%;
}

#aios_submit_an_offer_step_1_page div.row-two-columns .left-content .left-content-row label, #aios_submit_an_offer_step_1_page div.row-two-columns .right-content .right-content-row label {
  
  display: block;
  font-weight: bold;
}

#aios_submit_an_offer_step_1_page div.row-two-columns .right-content .right-content-row div select {
  
  background: #F4F4F4;
  border: 1px solid #E5E5E5;
  margin-top: 3px;
  
  width: 100%;
  height: 32px;
}

#aios_submit_an_offer_step_1_page fieldset {
  
  border: 1px solid gray !important;
  margin-top: 5%;
  padding: 3%;
}

#aios_submit_an_offer_step_1_page fieldset legend {
  
  font-weight: bold;
}

#aios_submit_an_offer_step_1_page div.row-one-column #proceed_to_the_next_step {
  
  background: #dbd786;
  color: maroon;
  cursor: pointer;
  font-weight: bold;
  
  height: 34px;
}

#aios_submit_an_offer_step_1_page .error {
  
  color: red;
}

.ui-icon {
  
  background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-icons_222222_256x240.png) !important;
}

/* For Submit an Offer Step 2 Page */
#aios_submit_an_offer_step_2_page #directions #important_note {

  background: #FFEB99;
  border: 1px solid #FFD733;
  margin-left: 33px;
  padding: 15px;
  
  width: 485px;
}

#aios_submit_an_offer_step_2_page #directions #important_note #important_note_icon {
  
  float: left;
  vertical-align: middle;
}
#aios_submit_an_offer_step_2_page #directions #important_note h3 {
  
  clear: right !important;
  font-size: 12px;
  margin-top: 0px;
  padding-left: 30px;
  padding-top: 6px;
}

#aios_submit_an_offer_step_2_page #directions #important_note blockquote {
  
  margin-left: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
}

#aios_submit_an_offer_step_2_page #directions #important_note p {
  
  margin-top: 10px;
  margin-bottom: 0px;
}

#aios_submit_an_offer_step_2_page div.row-two-columns .left-content {
  
  float: left;
  
  width: 50%;
}

#aios_submit_an_offer_step_2_page div.row-two-columns .right-content {
  
  float: left;
  
  width: 40%;
}

#aios_submit_an_offer_step_2_page div.row-two-columns .left-content .left-content-row, #aios_submit_an_offer_step_2_page div.row-two-columns .right-content .right-content-row {
  
  margin-top: 3%;
}

#aios_submit_an_offer_step_2_page div.row-two-columns .left-content .left-content-row div.field-header, #aios_submit_an_offer_step_2_page div.row-two-columns .right-content .right-content-row div.field-header {
  
  display: block;
  font-weight: bold;
}

#aios_submit_an_offer_step_2_page div.row-one-column {
  
  margin-top: 3%;
}

#aios_submit_an_offer_step_2_page div.row-one-column div.field-header {
  
  display: block;
  font-weight: bold;
}

#aios_submit_an_offer_step_2_page fieldset {
  
  border: 1px solid gray !important;
  margin-top: 5%;
  padding: 3%;
}

#aios_submit_an_offer_step_2_page fieldset legend {
  
  font-weight: bold;
}

#aios_submit_an_offer_step_2_page div.row-one-column #go_back_to_previous_step, #aios_submit_an_offer_step_2_page div.row-one-column #submit_offer {
  
  background: #dbd786;
  color: maroon;
  cursor: pointer;
  font-weight: bold;
  
  height: 34px;
}

#aios_submit_an_offer_step_2_page .error {
  
  color: red;
}

.hidden-element {
  
  display: none;
}

.clear-both {
  
  clear: both;
}