/* ==================================================== *
 * TITLE   : FCI             |  press.css               *
 * AUTHOR  : R.Bombardieri   |  info@rule13.com         *
 * ==================================================== */

body.press {
	background-image:none;
	margin:5px 10px; }
	
/* ==================================================== *
 * PRESS POPUP STYLES
 * ==================================================== */
#content {
	background: #transparent;
	width: 100%;
	margin: 0 auto;
	padding-bottom:40px; }
#content a {color: #005A9B; font-size:90%;}
#content acronym a {text-decoration: none;}
#content a:hover {
	color: #000;
	text-decoration: none; }
#content a.close {
	background:url(../images/icons/close.gif) no-repeat left center;
	padding:1px 8px 1px 20px; }
#content a.print {
	background:url(../images/icons/print.gif) no-repeat left center;
	padding:1px 20px; }
.close-bottom {
	text-align:right;
	padding-bottom:16px; }


