﻿.overlay {
  display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1001;
    -ms-zoom: 1;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.lightbox {
    display: none;
    position: fixed;
    background: #fff;
    border: solid 10px #336699;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    top: 50%;
    left: 50%;
    z-index: 1002;
}

/* specific to this instance */
#popup {
  
  /* margin-left = (width/2) -20px -10px */
  margin-left:-180px;
  /* margin-top = (height/2) -20px -10px */
  margin-top:-130px;
  width:300px;
}

.lightbox h3 {
  font-size:1.5em;
  margin-top:0;
  text-align:center;
}

.lightbox .content {
  background-color:#fff;
  border-radius:5px;
  padding:20px;
    padding-left:0px;
  width:100%;
  text-align:center;  
}

.lightbox .button-panel {
  text-align:center;
}

.noJS{
	cursor:pointer;
}

/* buttons */



.yessurvey:hover {
  background-color: #6b4;
}

/* secondary action button (dark grey) */



.nosurvey:hover {
  background-color: #F03;
}
.yessurvey{
     margin:3px;
	  border:none; 
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  padding: 5px 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color:#555;}
.nosurvey{
     margin:3px;
	  border:none; 
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  padding: 5px 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color:#555;}