.ag-colorbox {
	margin: 1em 0;
	padding: 0 1em;
	border-width: 2px;
	border-style: solid;
}

.ag-colorbox h1,
.ag-colorbox h2,
.ag-colorbox h3,
.ag-colorbox h4,
.ag-colorbox h5,
.ag-colorbox h6,
.ag-colorbox p {
	margin: 1em 0;
}

.ag-colorbox a { text-decoration: underline; }

.ag-colorbox.success {
	background: #e6efc2;
	color: #264409;
	border-color: #c6d880;
}

.ag-colorbox.success h1,
.ag-colorbox.success h2,
.ag-colorbox.success h3,
.ag-colorbox.success h4,
.ag-colorbox.success h5,
.ag-colorbox.success h6,
.ag-colorbox.success a {
	color: #264409;
}

.ag-colorbox.urgent {
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
}

.ag-colorbox.urgent h1,
.ag-colorbox.urgent h2,
.ag-colorbox.urgent h3,
.ag-colorbox.urgent h4,
.ag-colorbox.urgent h5,
.ag-colorbox.urgent h6,
.ag-colorbox.urgent a {
	color: #8a1f11;
}


.ag-colorbox.alert {
	background: #fff6bf;
	color: #514721;
	border-color: #ffd324;
}

.ag-colorbox.alert h1,
.ag-colorbox.alert h2,
.ag-colorbox.alert h3,
.ag-colorbox.alert h4,
.ag-colorbox.alert h5,
.ag-colorbox.alert h6,
.ag-colorbox.alert a {
	color: #514721;
}

.ag-colorbox.info {
	background: #dbeef9;
	color: #004a78;
	border-color: #93ccee;
}

.ag-colorbox.info h1,
.ag-colorbox.info h2,
.ag-colorbox.info h3,
.ag-colorbox.info h4,
.ag-colorbox.info h5,
.ag-colorbox.info h6,
.ag-colorbox.info a {
	color: #004a78;
}
