.price_match-modal {
    background-color: #000000;
    display: none;
    max-height: 90%;
    overflow: auto;
    width: 500px;
}

#div_to_popup_price_match {
    left: 340px;
    width: 500px;
    background-color: White;
    position: absolute;
    top: 20px;
    z-index: 9999;
    display: none;
    border-radius: 10px 10px 10px 10px;
}

div.text_before{
    color: #000000;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 12px;
    text-align: left;
    padding-left: 25px;
}

#price_match_close-modal {
    color: red;
    cursor: pointer;
    font-size: 15px;
    margin-right: 25px;
    margin-top: 10px;
    text-align: right;
}

#match-errors {
    color: red;
}

#match-confirm {
    color: green;
    font-size: 14px;
}

div.modal-title {
    color: #111111;
    font: 400 23px/1 "Open Sans",Arial,Helvetica,sans-serif;
    margin-left: 23px;
    margin-top: 5px;
    text-align: left;
}

#show_price_text{
    color: #111111;
    font: 200 15px/1 "Open Sans",Arial,Helvetica,sans-serif;
    margin-left: 23px;
    float:right;
}

#show_price{
    color: red;
    font: 200 15px/1 "Open Sans",Arial,Helvetica,sans-serif;
    float: right;
    margin-right: 25px;
}

div.currency_sign{
    float: right;
    color: #000000;
}

fieldset.match_form {
    border: 1px solid #D3D3D3;
    border-radius: 5px 5px 5px 5px;
    color: #666766;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 25px;
    padding-bottom: 10px;
    text-align: left;
}

div.price_match_fieldset_title {
    color: green;
    font-style: italic, bold;
    margin: 5px 10px;
    text-align: left;
}

div.input_field {
    margin-left: 60px;
}

div.input_field2 {
    float: left;
    margin-left: 10px;
}

div.input_field3 {
    float: right;
    margin-right: 88px;
}

div.input_field4 {
    float: right;
    margin-right: 30px;
}

div.input_field5 {
    float: right;
    font-size: 10px;
    margin-right: 88px;
    color: red;
}

div.area_field {
    float: left;
    margin-left: 10px;
}


div.price_match-submit{
    margin-left: 200px;
}

div.price_match_currency{
    float: right;
}

#price_match_loader {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  display: none;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
