
/* CSS Document */
#sys-messages{
	width: 460px;
	height:70px;
}

.sys-messages-span { width: 430px; text-align:justify; float:left; }
.sys-messages-button { width: 16px; text-align:right; float:right; }
.sys-messages-msg {font-weight:normal;color:#00233d;}
.sys-messages-msg-error {font-weight:normal;color:#ff394c;}
.sys-messages-header{font-weight:bold;color:#00233d;}
.sys-messages-header-error{font-weight:bold;color:#ff394c;}

button.notice_msgs_button{
	background:transparent url(../images/exit.png) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	height:16px;
	margin-left:8px;
	vertical-align:bottom;
	width:16px;
}

button.notice_msgs_button {
	margin-left:3px;
}

button.notice_msgs_button:hover {
	background:transparent url(../images/exit_hover.png) no-repeat scroll 0 0;
}

.notice_msgs_button_hidden{
	display: none;
}

.notices {
	color: black;
	width:460px;
	float:left;
	padding:7px 7px 20px 7px;
	text-align:justify;
	
}

.notice_msg {
	border:1px solid #00233d;
	background-color: #b1cde2;
	
}

.err_msg {
	border:1px solid #FF394C;
	background-color: #ffcacf;
	
}