/**
 * dBeautifier
 * by: Joseph Newing
 * 
 * I am more than happy if others use the file for educational purposes only, you may NOT copy anything directly from it
 * you may NOT "borrow" anything from it etc... you MAY learn from it.
 *                
 */

.dBeautify {
	display: block;
	border: 1px solid #D0E2F3;
	background: #E9F1F9 url(download.png) no-repeat 2px 2px;
	
}

.dBeautify a {
	display: block;	
	height: 45px;
	padding: 6px 5px 0px 60px;
	font-size: 2.5em;
	/* margin-top: 4px; */
	letter-spacing: -2px;
	text-decoration: none;
	color: #F92EAF;
	font-weight: lighter;
	border: none;
}
.dBeautify a:hover {
	display: block;	
	height: 45px;
	padding: 6px 5px 0px 60px;
	font-size: 2.5em;
	/* margin-top: 4px; */
	letter-spacing: -2px;
	text-decoration: none;
	color: #F92EAF;
	font-weight: lighter;
	border: none;
	background: #F5F9FC;
	
}

.dBeautify a span {
	display: block;
	font-size: 40%;
	letter-spacing: 0px;
	color: Black;
	padding-top: 5px;
	
}