/* Antique Express - Stylesheet */
/* ae-form.css - 2008, v1.1 */


/* USER CLASSES */


/* To hide whatever item you like */
.banner {
	background: white;
	vertical-align: top;
	text-align: center;
}


/* To hide whatever item you like */
.hide {
	background: transparent;
	display: none;
}

/* To make a hidden article title visible in Articles Administration -> View Articles */
td.xar-norm .hide {
	display: block;
}


