@charset "utf-8";
/* CSS Document */

/* Begin notice */
.success, .warning, .attention, .information {
	padding: 2px 2px 2px 2px;
	margin: 2px 2 2px 2;
	font-size: 10px;
	color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.success a, .warning a, .attention a, .information a {
	color: #172983;
}
.warning {
	background: #FFFFFF /* url('../image/warning.png') */ 5px center no-repeat;
	border: 0px solid #FFFFFF;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
/* End notice */

