.message {
	border: 2px solid #6EB3D1;
	width:80%;
	margin:10px auto;
}
.message .title {
	text-align: center;
	background-color: #0090DB;
	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: #0090DB;
	color: #FFF;
	border: 1px solid #6EB3D1;
}
.message .body a:focus,
.message .body a:active,
.message .body a:hover {
	background-color: #6EB3D1;
}



