/* Overlay */
#note-overlay {
	background-color: #000;
	cursor: wait;
}

/* Container */
#note-container {
	width: 600px;
	text-align: left;
	background: url(/css/files/note_bottom.gif) no-repeat left bottom;
	padding-bottom: 13px;
	}
#note-container .note-content {
	color: #495864;
}
#note-container h1 {
	margin: 0;
	background: #be2920;
	color: #fff;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 1.1em;
}
.note-content {
	background: #f4ecd9;
}
#note {
	padding: 30px 30px;
}
#note-container .note-loading {
	position: absolute;
	background: url(/css/files/loading.gif) no-repeat;
	z-index: 8000;
	height: 55px;
	width: 54px;
	margin: -14px 0 0 170px;
	padding: 0;
}
#note-container .hinweis-message {
	padding: 10px;
}
#note-container .note-error {
	width: 92%;
	font-size: 0.8em;
	background :#000;
	border: 2px solid #ccc;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 auto;
	padding:2px;
}
#note-container br {
	clear: both;
}

#note-container .note-bottom a:hover {
	color: #888;
}
#note-container a.modalCloseX,
#note-container a.modalCloseX:link,
#note-container a.modalCloseX:active,
#note-container a.modalCloseX:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em; position: absolute;
	top: 6px;
	right: 12px;
	color: #fff;
}
#note-container a.modalCloseX:hover {
	color: #fff;
}