@charset "utf-8";
/* CSS Document */

.black_overlay{
	display:none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;

	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_overlay_form {
position:absolute;
display:none;
background-color:#FFC; 
width:760px; 
height:auto;
z-index:2002;
left: 20%; 
top: 20%;
padding:20px;
font-size:.80em;
color:#C00;
border:dashed #C00 thin; 
}


.thankyou_overlay_form, .rejection_overlay_form {
position:absolute;
display:none;
background-color:#FFC; 
width:760px; 
height:230px;
z-index:2010;
left: 20%; 
top: 20%;
padding:20px;
font-size:.80em;
color:#C00;
border:dashed #C00 thin; 
}

.white_overlay_form.h3{
	color:#963;
	font-size:1.7em;
	
}

.rejection_overlay_form.h3, .thankyou_overlay_form.h3{
	color:#963;
	font-size:1.7em;
	
} 

.white_overlay_form.h5 {
	font-weight:normal;
	
}

.rejection_overlay_form.h5,.thankyou_overlay_form.h5 {
	font-weight:normal;
	
}
#weeklySpecialsCheckboxes{
color:#630;
margin-top:16px;
}

.fieldTextLabel {
color:#630;	
}



