#overlay h3 {
	font-size:18px;
}
#overlay form, #share_this_page form {
	width:450px;
	margin-top:20px;
	}

#overlay input, #share_this_page input {
	border:1px solid #b3ac86;
	padding:5px 3px;
	width:250px;
	margin: 5px 0 10px;
}
	
#overlay label, #share_this_page label {
	clear:left;
	color:#3289a1;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	}

label.error {
	color:#C94023!important;
	padding-left:10px;
}

div.error {
	background-color: #c94023;
	border:2px dashed #333;
	margin:10px 0;
	padding:10px;
	color:#efefef;

}
#overlay input.error, #registration_form input.error {
	background-color:#efefef;
	border: 1px solid #C94023;
}

/* Overlay style */

/* the overlayed element */ 
div.overlay 
{
	/* growing background image */ 
	background-image:url(../images/white.png);       
	/* dimensions after the growing animation finishes  */    
	width:600px;    
	height:470px;                
	/* initially overlay is hidden */    
	display:none;        
	/* some padding to layout nested elements nicely  */    
	padding:55px; 
} 
	/* default close button positioned on upper right corner */ 
	
div.overlay div.close 
{
	background-image:url(../images/icon_close.png);    
	position:absolute;    
	right:5px;    
	top:5px;    
	cursor:pointer;    
	height:35px;    
	width:35px; 
}


#registration_form label.error {
	clear:none;
	color:#333333;
	display:block;
	margin-bottom:10px;
	margin-left:95px;
	margin-right:0 !important;
	margin-top:-10px;
	padding-bottom:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
	text-align:right;
	text-transform:capitalize;
	width:300px;
}

#registration_form #donation_block label.error {
	clear:none;
	color:#333333;
	display:block;
	float:right;
	margin-left:95px;
	margin-right:0 !important;
	margin-top:-45px;
	padding-bottom:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
	text-align:right;
}

