#simplemodal-container {
width:50%;
height:75%;
background:#fff; 
padding:10px; 
top:3%;
border-radius:4px;
border:3px solid #0788a5;
}
#simplemodal-container a.modalCloseImg {
background:url(images/close_bg.png) no-repeat; 
width:20px; 
height:20px; 
display:inline; 
z-index:3200; 
position:absolute;
margin-top:-20px;  
right:-10px; 
cursor:pointer;
}
.simplemodal-overlay{
top: 0%;
left: 0%;
width: 100%;
height: 250%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

#signup_popup_form .heading_text{
text-align:center;
font-weight:bold;
color:#464646;
padding-bottom:10px;
border-bottom:1px dashed #782424;
}
#signup_popup_form span.required{
font-size:18px;
font-weight:bold;
color:red;
}
#signup_popup_form .label_area{
overflow:hidden;
}
#signup_popup_form label{
float:left;
margin-right:5px;
color:#464646;
}
#signup_popup_form #captchaPreview img{
margin-bottom:10px;
}
#signup_popup_form .form-text{
width:200px;
border:2px solid #484f5c;
}
#signup_popup_form .form-submit{
background:#782424;
padding-top:5px;
padding-bottom:5px;
cursor:pointer;
color:#ffffff;
border-radius:4px;
border:0px;
}
#signup_popup_form .bottom_text{
padding-top:10px;
text-decoration:underline;
color:#782424;
}
#signup_popup_form .bottom_text:hover{
text-decoration:none;
}
span#email_error_msg{
color:red;
}