<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.emailsend-overlay-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display:none;
}
.emailsend-popup-div{
	 position:fixed;
     top: 30%;
     left: 45%;
	 z-index: 10001;
	 width:300px;
	 min-height:160px;
	 background-color: #fff;
	 display:none;
	 border:1px solid #BED6E0;
}
.emailsend-popup-div .close{
	text-align: right;
	padding:3px;
}
.emailsend-popupimage-close{
	cursor: pointer;
	margin-top:-3px;
}
.popup-form-content{
	text-align: left;
	margin:0px 10px 10px 10px;
}
.popup-form-content label{
 	color: #8A8A8A;
    font-family: Lucidagrande Bold;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: uppercase;
  
}
.popup-form-content input {
	background: none repeat scroll 0 0 #FFFFFF !important;
	text-indent: 10px;
    border: 1px solid #B6B6B6;
    margin-top: 5px;
    padding: 5px 0;
    width: 100%;
    height:20px;
}

.popup-form-content button{
	margin-top:10px;
	width: 50%;
}
#ajax-process-status{
	margin-bottom: 10px;
	padding-left:10px;
	text-align: left;
}
#ajax-process-status div{
	display:none;
}
.email-send-status.ajax-error{
	background: url(../../images/error-msg-bg.png) no-repeat;
	height: 38px;
	margin-left: -7px;
	
}
.email-send-status.ajax-error span{
	background: #d3441c;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 35px;
   /*line-height: 33px;*/
   padding: 10px 4px 11px 0;
    width: auto;
    float: left;
}
.email-send-status.ajax-success{
	background: url(../../images/success-msg-bg.png) no-repeat;
	height: 38px;
	margin-left: -7px;
	
}
.email-send-status.ajax-success span{
   color: #fff;
   font-size: 11px;
   font-weight: bold;
   line-height: 33px;
   padding: 2px 7px 3px 2px;
   float: left;
   background: #65d322;
   margin-left: 32px;
}
.email-send-status.ajax-error span.two-rows
{
	height: 37px;
	padding: 1px 4px 0;
}</pre></body></html>