﻿.alert-box {
	color:#375D81;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:12px;
	padding:10px 34px;
	margin-top:10px;
    width: 100%;
    position: absolute;
    top: -50px;
    right: 15px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#C4D7ED url('images/error.png') no-repeat 10px 50%;
}
.success {
	background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
}
.warning {
	background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
}
.notice {
	background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
}
