﻿ .lightbox-overlay-email {

position:       fixed;
  top:              0%;
  left:            0%;
  width:            100%;
  height:           100%;
  background-color: gray;
  z-index:          7001;
 
  opacity:          .60;
  filter:           alpha(opacity=60);

   /* z-index:          10000 !important;  this causes an issue on /demo/ */ 
}

.lightbox-content-email {
position:        fixed;
-webkit-border-radius: 8px;
border-radius:8px;
  top:              20%;
  left:             30%;
  min-width:500px;
  min-height:325px;
  width:           30%;
  height:         auto;
  
 _width:           500px; /*IE6*/
  _height:          350px; /*IE6*/
  text-align:center;
  padding:          20px;
 /* border:           10px solid #555; */
  background-color: white;
  z-index:          7002;
  overflow:         auto;
-webkit-box-shadow: 0 0 0 10px  rgba(0,0,0,0.5);
box-shadow: 0 0 0 10px rgba(0,0,0,0.5);
  -moz-box-shadow:  0 0 0 10px rgba(0,0,0,0.5);
}

.heading {font-size: 16px; font-weight:bold; line-height:1.4em}
.formlabel {font-size: 12px; color:#555; margin-top:15px}
.note {font-size: 11px; color:#555; line-height:1.4em}


a.btn-org18 {display:block; float:left; padding:5px 10px; cursor:pointer;text-decoration:none;  border:1px solid #d57f14;-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;-webkit-box-shadow: 0px 1px 2px #AAA;-webkit-border-radius:5px;
 border-radius:5px; box-shadow: 0px 1px 2px #AAA;background: #f60; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9208', endColorstr='#ee5205'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fc9208), to(#ee5205)); /* for webkit browsers */
/*background: -moz-linear-gradient(top,&nbsp; #fc9208,&nbsp; #ee5205);  for firefox 3.6+ */
background: -moz-linear-gradient(100% 100% 90deg, #ee5205, #fc9208); _width:200px  }



a:hover.btn-org18{text-decoration:none; background: #f60;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd6b00', endColorstr='#f77c04'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fd6b00), to(#f77c04)); /* for webkit browsers */
/*background: -moz-linear-gradient(top,&nbsp; #fd6b00,&nbsp; #f77c04);  for firefox 3.6+ */
background: -moz-linear-gradient(100% 100% 90deg, #f77c04, #fd6b00); }

.btn-org-label-18 {font-family:  Arial, Helvetica,sans-serif; font-size:16px;  font-weight:bold;  color:#FFF; text-decoration:none;
text-shadow: 1px 1px 0 #bb4c09; }


.btn-chat{float:left;margin:15px 0 0 200px; font-size:12px; font-weight:bold; color:#333; letter-spacing:.1em; min-width:100px;}
.btn-chat:hover {color:#06C;}

.errmsg {font-size:12px; margin-top:5px;  color:#f00; }