.firstMessages {
	z-index         : 100             ;
	position        : absolute        ;
	top             : 200px           ;
	left            :   0px           ;
}
.firstMessages2 {
	background-color: #DC3018         ;
	color           : #FFFFFF         ;
	width           : 600px           ;
}
.firstMessages3 {
    padding-top     :  20px !important;
    padding-bottom  :  10px !important;
}
.firstMessages3 p {
	margin-left     :  20px !important;
	margin-right    :  20px !important;
}
.firstMessages a {
	color           : #FFFFFF         ;
	text-decoration : none            ;
}
.firstMessages a:hover {
	color           : #FFFFFF         ;
	text-decoration : underline       ;
}
.buttomMessages {
	text-align      : right           ;
}
#buttonMessage {
	width           :  32px           ;
	height          :  32px           ;
	cursor          : pointer         ;
}
@media only screen and (max-width: 767px) {
	.firstMessages2 {
		width : 300px ;
	}
	.firstMessages {
		top   :  75px ;
	}
	#buttonMessage {
		width :  16px ;
		height:  16px ;
	}
}
