.notice {
	font-size: small;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 5px 5px 5px 40px;
	color: #666452;
}
.notice.closeable {
	cursor: pointer;
}
.notice.attention {
	background: #FFFBCC url('../images/noticebox/attention.png') no-repeat scroll 13px center;
	border-color: #E6DB55;
}
.notice.info {
	background: #DBE3FF url('../images/noticebox/idea.png') no-repeat scroll 13px center;
	border-color: #A2B4EE;
}
.notice.alert {
	background: #FFCECE url('../images/noticebox/cross.png') no-repeat scroll 13px center;
	border-color: #DF8F8F;
}
.notice.confirm {
	background: #D5FFCE url('../images/noticebox/tick.png') no-repeat scroll 13px center;
	border-color: #9ADF8F
}
.notice .close {
	font-size: x-small;
	float: right;
}
.notice a {
	color: #666452;
}

