
.no_print {
   display: none;	
}

.print_interface_extras {
	display: none;
}

.print_link {
	color: Black;
	text-decoration: none;
}

.print_only {
   display: block; 
 }
 
/* 
this is used on the master-use license list print version
to display a return link but hide it when printed
*/ 
#return_button {
	display: none;
}


 .return_address{
 	position: absolute;
   top: 10px;
   left: 10px;
   font-size: 14px; 
	font-family: Eras Medium ITC;
 }
 
 .status_info, #print_interface_response{
 	display: none;
 }
 
 .postcard_recip_address{
	position: relative;
	top: 13%;
	left: 13%;
	margin-top: 5%;
	font-size: 22px;
}

.recip_address{
	padding: 10px;
	border: 1px solid #A0A0A0;
	display: block;
	width: 45%;
}

.envelope_recip_address{
	position: absolute;
   top: 115px;
   left: 250px;
   font-size: 32px; 
}

.idx1 {
	background-color: #F3F3F3;
}

.idx2 {
	background-color: none;
}