div.swplightbox {
  border: 3px solid #fff;
  background-color: #34567b;
  display: none;
  /* Hidden as default */
  width: 500px;
  margin: 140px auto 0;
  position: relative;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  vertical-align: middle; 
 }

div.requestformlightbox {
border: 9px solid #568ac2;
background: white;
background-repeat: no-repeat;
display: none;
height: 600px;
width: 600px;
margin: 100px auto 0;
position: relative;
z-index: 99999;
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
vertical-align: middle;
}
#swpfade {
  display: none;
  /* Hidden as default */
  background-image: url("images/bg_lightbox.png");
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: 9999;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

#swpclosebox {
  background: transparent url(images/btn_close_blue.png) no-repeat 0 0;
  border: 0;
  display: block;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  /* 39px; */
  position: absolute;
  right: -25px;
  top: -25px;
  text-indent: -999em;
  width: 40px;
  /* 39px; */ }

.lightboxcontent {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px
}
.lightboxbuttoncontent {
    margin-top: 50px;
    margin-bottom:50px;
	text-align: center;
	width: 100%;
}
.lightboxcontent .lightboxtext {
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-align:center;
    width:100%;
}

.btn_yes {
    padding: 0 12px;
    margin-left: 40px;
    background-color: #f5cf46;
    border: 1px solid #34567b;
    border-radius: 4px;
    color: #34567b;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    line-height: 25px;
    width: 108px;
    box-shadow: none;
    vertical-align: top;
    cursor:pointer;
}
.btn_no {
    padding: 0 12px;
    margin-left: 0px;
    background-color: #34567b;
    border: 1px solid #f5cf46;
    border-radius: 4px;
    color: #f5cf46;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    line-height: 25px;
    width: 108px;
    box-shadow: none;
    vertical-align: top;
    cursor: pointer;
}
#btn_yes_swap, #btn_no_swap {
    width:145px;
    height:60px;
    line-height:normal;
}
#demoRequestLink {
    color:#fff;
}

.lightboxcontent h3 a {
    color:#fff;
    text-decoration: underline;
}

.magbtn_yes {
    background-color: #307fc1;
    margin:1em;
}

.magbtn_no {
    background-color: #ff9900;
    margin:1em;
}
