.alert {
	background: #fff6bf url('../images/exclamation.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

.downloadSmall {
	background: #dff2bf url('../images/arrow_down.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #4f8a10;
	border-bottom: 2px solid #4f8a10;
	}

.download
{
    background: #dff2bf url('../images/box.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #4f8a10;
	border-bottom: 2px solid #4f8a10;
}

.download a:link {text-decoration: none; color: #000000;}
.download a:visited {text-decoration: line-through; color: #4f8a10;}
.download a:active {text-decoration: underline; color: #d60c2c;}
.download a:hover {text-decoration: underline; color: #bf9e5e;}

.info, .success, .warning, .error, .validation, .good {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #000000;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

div.error li {
    margin-left: 10px;
}

.good {
    color: #000000;
    background-color: #DFF2BF;
    background-image: url('../images/check.gif');
}

div.good ul {
    margin-left: 10px;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/validation.png');
}