#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000 !important;
    display: none;
}

#signup, #signup2 {
    width: 504px;
    padding-bottom: 2px;
    display:none;
    background-color: #F7EEDD;
    /*background: #FFF;*/
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
       
}

a.a-link{
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: white !important;
  border-radius: 10px;
  /*padding-left: 10px*/;
  padding-right: 12px;

  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  border: 1px solid #a37d4c;
  /*width: 120px;*/

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #DCB071 0%, #C19153 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DCB071 0%, #C19153 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #DCB071 0%, #C19153 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCB071), color-stop(1, #C19153));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DCB071 0%, #C19153 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #DCB071 0%, #C19153 100%);

}

a.a-link span{
  display: block;
}

a.a-link[target="_blank"] span{
  background-image: url(../media/print.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 20px;
}

a.a-link[name="signup"] span{
  background-image: url(../media/email.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 20px;
}




a.btn-min{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-left: 2px;
}

a.a-link:hover{

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #DCB071 0%, #C19153 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #DCB071 0%, #C19153 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #DCB071 0%, #C19153 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DCB071), color-stop(1, #C19153));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #DCB071 0%, #C19153 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #DCB071 0%, #C19153 100%);

}

#signup-header {

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #971D22 0%, #C9252D 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #971D22 0%, #C9252D 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #971D22 0%, #C9252D 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #971D22), color-stop(1, #C9252D));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #971D22 0%, #C9252D 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #971D22 0%, #C9252D 100%);

  /*background: url(hd-bg.png);*/
  color: white;
  padding: 18px 18px 14px 18px;
  border-bottom: 1px solid rgb(204, 204, 204);
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}



.modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../media/modal_close2.png);
  z-index: 2;
  background-position: center;
  background-size: 20px;
}

#signup-header h2 {
  color: white;
  font-size: 2em;
  font-weight: 700;
  margin: 0px 0px 2px 0px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

#signup-header p {
  margin: 0px;
}

#signup .txt-fld {
  position: relative;
  width: 464px;
  padding: 14px 20px;
  border-bottom: 1px solid rgb(238, 238, 238);
  text-align: right;
}

#signup .txt-fld label {
  display: block;
  float: left;
  width: 120px;
  padding-top: 8px;
  color: rgb(34, 34, 34);
  /*font-size: 1.3em !important;*/
  text-align: left;
}

#signup .txt-fld input {
  width: 244px;
  padding: 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.2em;
  color: rgb(34, 34, 34);
  background: rgb(247, 247, 247);
  font-family: "Helvetica Neue";
  outline: none;
  border-top: 1px solid rgb(204, 204, 204);
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(231, 230, 230);
  border-bottom: 1px solid rgb(231, 230, 230);
}
.btn-fld{
  text-align: center;
}


button {
  /*float: right;*/
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: rgb(63, 157, 74);
  border: none;
  width: auto;
  overflow: visible;
  font-size: 1.4em;
  color: rgb(255, 255, 255);
  padding: 7px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#xmsj{
  padding-top: 2px;
  font-weight: bold;
  color: red;
}


a.a-link {
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: white !important;
  border-radius: 10px;
  padding-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  border: 1px solid #C80F0D;
    background-image: -ms-linear-gradient(bottom, #C80F0D 0%, #DB100E 100%);
    background-image: -moz-linear-gradient(bottom, #C80F0D 0%, #DB100E 100%);
    background-image: -o-linear-gradient(bottom, #C80F0D 0%, #DB100E 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C80F0D), color-stop(1, #DB100E));
    background-image: -webkit-linear-gradient(bottom, #C80F0D 0%, #DB100E 100%);
    background-image: linear-gradient(to top, #C80F0D 0%, #DB100E 100%);
}

a.a-link:hover{
  text-decoration: underline;
    background-image: -ms-linear-gradient(top, #C80F0D 0%, #DB100E 100%);
    background-image: -moz-linear-gradient(top, #C80F0D 0%, #DB100E 100%);
    background-image: -o-linear-gradient(top, #C80F0D 0%, #DB100E 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C80F0D), color-stop(1, #DB100E));
    background-image: -webkit-linear-gradient(top, #C80F0D 0%, #DB100E 100%);
    background-image: linear-gradient(to bottom, #C80F0D 0%, #DB100E 100%);
}

a.a-link[name="signup"] span {
  background-image: url(../media/btnemail.png);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 20px;
}

a.a-link[target="_blank"] span {
  background-image: url(../media/btnprint.png);
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 20px;
}

a.a-link span {
  display: block;
  color: white;
}

