.attention-message
{
	color:#b94a48;
	background-color:#f2dede;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #eed3d7;
	border-radius:4px;
	text-align: justify;
}

.attention-message a
{
	font-weight:bold;
	text-decoration:none;
}

.attention-button
{
	color:#ffffff;
	background:#b94a48;
	font-weight:bold;
	border:1px solid #b94a48;
	padding-left:5px;
	padding-right:5px;
	border-radius:5px;
}

.attention-button:hover
{
	color:#b94a48;
	background:#ffffff;
}

.statuscolor-bg-danger
{
	background-color: #ffeaea;
}