﻿/*** Popup big Fix ie17 and lower ***/
#PopupHeaderBig {
  width: 798px;
  text-align: right;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: solid 4px #3698A5;
} 

  #PopupHeaderBig p {
    float: right;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #3698A5;
    padding: 5px 11px 1px 11px;
  }
  #PopupHeaderBig p a {
    font-size: 9px;
  }

    #PopupHeaderBig p a:hover {
      text-decoration: underline;
    }
#PopupMainBig {
  width: 778px;
 /* height: 646px;*/
  padding: 10px;
  border-top: 10px solid #83AA1D;
}

#PopupFooterBig {
  width: 738px;
}

/*** End of big popup style ***/


/*** Begin of small popup style fix for IE 7 and lower  ***/
#PopupHeader {
  width: 465px;
  text-align: right;
  padding-bottom: 0px;
  border-bottom: solid 4px #3698A5;
} 

  #PopupHeader p {
     float: right;
     color: #FFFFFF;
     background-color: #3698A5;
     padding: 5px 11px 1px 11px;
  }
    #PopupHeader p a {
      font-size: 9px;
    }
      #PopupHeader p a:hover {
        text-decoration: underline;
      }
 
#PopupMain {
  width: 445px;
 /* height: 608px;*/
  padding: 10px;
  border-top: 10px solid #83AA1D;
}

/*** End of big popup style ***/