 DIV.mail {
	diplay: inline-block;	
	position: absolute; 
	padding: 0px; 
	width: 400px; 
	height: 30px; 
	}  
  @media only screen and (max-width: 987px) { 
	DIV.mail {display: none;} 
}
@media only screen and (min-width: 988px) {
	
	DIV.mail {	top: 35px; 	left: 610px; }

}

@media only screen and (min-width: 1270px) {
	DIV.mail {top: 0px; left: 730px;}
}	
