body{ 
}

.messageWrapper{
	position: fixed;
	width: 75%;
	z-index: 999999;
	right: -3px;
	top: 5%;
}

.messageBox{
	background: rgb( 255, 255, 255 );
	color: rgb( 0, 0, 0 );
	width: 100%;
	padding: 10px;
	border-radius: 10px 0 0 10px;
	border: 1px solid rgb( 220, 220, 220 );
	margin: 10px 0;
	position: relative;
	box-shadow: -3px 3px 8px rgb( 190, 190, 190 );
}

.agreeButtonMessage{
	display: inline-block;
	width: 49%;
	background-color: rgb( 17, 77, 255 );
	color: rgb( 255, 255, 255 );
	text-align: center;
	padding: 5px;
	position: relative;
	cursor: pointer;
}
.disagreeButtonMessage{
	display: inline-block;
	width: 49%;
	background-color: rgb( 245, 245, 245 );
	color: rgb( 150, 150, 150 );
	text-align: center;
	padding: 5px;
	position: relative;
	right: 10px;
	cursor: pointer;
}
.MessageColl2{
	display: inline-block;
	text-align: center;
	width: 47%;
}
#MailChimpEmail{
	width: 49%;
}
@media only screen and (min-device-width: 1024px){
	.messageWrapper{
		width: 35%;
	}
}