.success a, .warning a, .attention a, .information a {
color: #444;
}
.information {
	background: #E8E8FF;
	font-size: 13px;
	text-align: center;
	font-family: Arial;
}
.information a{
	font-weight: bold;
}
.information a:hover{
	text-decoration: underline;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.information {
	padding: 8px 14px;
}
.close_img {
	width: 7px;
	height: 7px;
	float: right;
	margin: 7px 0 7px 20px; 
	background:url('../img/close.png') 0px 0px no-repeat;
	cursor: pointer;	
}