@charset "utf-8";
/* CSS Document */
.alert-box {
		color:#555;
		border-radius:10px;
		font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
		padding:10px 36px;
		margin:10px;
	}
	.alert-box span {
		font-weight:bold;
		text-transform:uppercase;
	}
	.error1 {
		background:#ffecec url('../../images/error.png') no-repeat 10px 50%;
		border:1px solid #f5aca6;
	}
	.success1 {
		background:#e9ffd9 url('../../images/success.png') no-repeat 10px 50%;
		border:1px solid #a6ca8a;
	}
	.warning1 {
		background:#fff8c4 url('../../images/warning.png') no-repeat 10px 50%;
		border:1px solid #f2c779;
	}
	.notice1 {
		background:#e3f7fc url('../../images/notice.png') no-repeat 10px 50%;
		border:1px solid #8ed9f6;
	}
