@CHARSET "UTF-8";

/* MESSAGES */
.msg-success, .msg-notice, .msg-error {
	text-align: center;
    width: 60%;
    margin: 0 auto 15px;
    padding: 5px 25px;
    background-color: #E4ECFF;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    border-width: 0.2em;
    border-style: solid;
    -moz-border-radius: 0.4em;
	font-weight: bold;
}
.msg-success {
	background-image: url(../images/msg/success.gif);
    border-color: #00ba44;
}
.msg-notice {
	background-image: url(../images/msg/notice.gif);
    border-color: #ffa900;
}
.msg-error {
	background-image: url(../images/msg/error.gif);
    border-color: #ff2200;
}