.info, .success, .error {
    border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	background-color: #F3F3F3;
    font-weight: bold;
	color: #8A8A8A;
	font-family: Tahoma, Arial, Verdana, sans-serif; font-size: 12px;
}
.info {
    background-image: url('images/info.gif');
}
.success {
    background-image:url('images/success.gif');
}
.error {
    background-image: url('images/exclaim.gif');
}