.message {
	border: 2px solid #006388;
}
.message .title {
	text-align: center;
	background-color: #148EE5;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
}
.message .body {
	text-align: center;
	font-size: 1.1em;
	padding: 3px;
	background: url("../../../../src/img/info.png") no-repeat 4px 4px;
	padding:  10px 10px 10px 36px;
	height: auto;
	min-height: 36px;
}
.message .body a:link,
.message .body a:visited {
	padding: 2px 20px;
	background-color: #148EE5;
	color: #FFF;
	border: 1px solid #006388;
}
.message .body a:focus,
.message .body a:active,
.message .body a:hover {
	background-color: #70AD4E;
}
