/* CSS Document */
.CMSSystem {
	/*width: 80%;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	/*border: 1px solid #000;*/
	color: #000;
	padding: 8px;
}
.CMSSystem h1 {
	/*color: #CC0000;*/
}
.CMSSystem p {
	margin-bottom: 12px;
}
.CMSSystem .Button {
	background-color: #003399;
	color: #FFF;
	padding: 3px 12px;
}
.CMSSystem .Button a {
	text-decoration: none;
}
.CMSSystem .Button a:hover {
	text-decoration: underline;
}
.CMSSystem .system-message {
	font-weight: bold;
	color: #F00;
}
