div.divErrors {
	border: 1px solid #ff0000;
	padding: 5px;
	color: #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textCite {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #f0f0f0;
	padding: 8px;
	font-size: 10px;
	background-color: #505050;
	color: #d0d0d0;
	line-height: normal;
}

.textWarning {
	text-transform: uppercase;
	color: #ff8080;
}

.textHighlight {
	color: #FFd500;
}

.textWhite {
	color: #ffffff;
}

.textError {
	color: red;
}
.textSuccess {
	color: #008000;
}
.textSmall {
	font-size: 9px;
}
div.divButton {
	display: inline;
	border: 1px solid #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #202020;
}
div.divButton a {
	padding-left: 17px;
	padding-right: 17px;
	text-decoration: none;
	font-size: 10px;
}
img.imgBlock {
	display: block;
}

div.divImportant {
	border: 1px solid white;
	vertical-align: top;
	padding-left: 22px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #401010;
	background-image: url(../../images/icon_exclamation.gif);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	font-size: 9px;
}