@charset "utf-8";
/* CSS Document */

@import "print.css";

#preview-message {
	display:block;
	border:2px dashed #38b54a;
	background:#FFF url(../images/gui/pf_header_bg.jpg) no-repeat left top;
	padding:2px 5px;
	height:55px;
}
#preview-message h3{ padding-left: 60px; padding-top:5px; font-weight:bold;}
#preview-message p{ padding-left: 60px; margin:5px; }
#preview-message p a{ text-decoration:none; color:#1a76bc;}
#preview-message p a:hover{ text-decoration:underline;}
#header{
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-bottom-style: none;
	border-bottom-color: #EBEBEB;
	padding:0 15px 0 15px;
	margin-top:15px;
	/*background-color:#FCF;*/
}
#mainBody{
	margin-bottom:20px;
	background-color:#fff;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	margin-top:-10px;
}


