/* 
 * addy.css
 * Created Friday, May 18th, 2007
 */


/** Classes */
.addy {
	color: gray;
	/* font-size: small; */
	font-size: 85%;
	padding-top: 0-2em;
}

.box_visible {
	/* margin-bottom: -0.25em; */
	margin-bottom: -3em; 
}

.box_hidden {
	display: none;
}

