.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  
  background: #000000;
  opacity: .6;
  filter: Alpha(Opacity=60); /* support: IE8 */
}
 .ui-front {
  z-index: 100000;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 50px;
  outline: 0;
}

@media only screen and (max-width: 790px) {
    .ui-dialog {
        height: 650px;
    }
}

@media only screen and (min-width: 790px) {
    .ui-dialog {
        height: 620px !important;
    }
}

.ui-dialog-titlebar{
  height: 100px;
}
.ui-dialog-title{
  padding: 40px 0px;
  text-align: center;
  font-size: 22px;
  font-family: arial;
  display: inline-block;
  
}

.ui-dialog-titlebar-close{
float: right;
  margin-right: -46px;
  background-image: none;
  border: medium none;
  text-decoration: none;
  background-color: transparent;
}
.ui-dialog-titlebar-close:after{
  content: 'x';
  font-weight: 300;
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 24px;
}
.ui-button-text{
  color: transparent;
}
.ui-widget-header{
  //text-align: center;
}
.lead-logo{
    float: right;
     margin-top: -120px;
}

.ui-widget-content {
  background: #00a3e0;
  color: #ffffff;
  font-family: arial;

}
 .ui-resizable {
  position: relative;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.emailform{
  width: 100%;
  overflow: hidden;
}
.emailbox{
  width: 100%;
  padding: 10px;  
  color:black;
  border: medium none;
}
.emailspan{
  display: block;
    overflow: hidden;
    padding-right:10px;
}
.emailbutton{
   color: #ffffff;
  background-color: #76bd23 !important;
  display: block;  
  float: right;
  padding: 7px;
  border: medium none;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-family: arial;
}
.emailbutton:focus {outline:none;}
.emailbutton::-moz-focus-inner {border:0;}
.lead-img{
  width: 100%;
  margin-top: -40px;
  padding-bottom: 15px;
}