.message_line {
	font-size: 16px;
	font-weight: bold;
}

.message_line.ok {
	color: #356635;
}

.message_line.error {
	color: #953b39;
}

.error .header {
	font-size: 100px;
	line-height: normal;
}

.hidden {
	display: none;
}

.text_cont img {
	max-width: 100%;
}

a.red_link {
	color: #d4145a;
	border-bottom: solid #d4145a 1px;
}

.highlight {
	background-color: #FFCC99;
}