.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.quote_form_request1 {
	display: none;
	position: absolute;
	top: 7%;
	left: 30%;
	width: 50%;
	height: 70%;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}




.tissue_quote_form_request {
	display: none;
	position: absolute;
	top: 3%;
	left: 40%;
	width: 50%;
	height: 91%;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.headers1 {
float: left;
width: 300px;
padding-bottom: 10px;
}


.headers1 input, textarea {
width: 260px;

}


.headers1 textarea {
height: 120px;
font-family: Verdana;  
font-size: 85%;


}

.headers1 label {
font-size: 75%;
color	 : blue; 


}