@charset "UTF-8";
/* CSS Document */

.promo-message, .promo-error{
	display: block;
    margin-top: -10px;
    color: green;
}
.promo-error{
    color: red;
}