body {
	height: auto;
}

#subscribe-message {
	position: fixed;
	width: 390px;
	max-width:95%;
	right: 0;
	bottom: 20px;
	background: url(img/background-message.png) no-repeat;
	color: white;
	z-index: 9999;
	padding: 13px 10px 16px 14px;
	font-family: Arial;
	font-size: 15px;
	display: none;
}

.subscribe-email {
	width: 230px;
	max-width:60%;
	height: 33px;
	vertical-align: top;
	border: none;
	outline: none;
	margin-right: 1px;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
}
form {
	margin-top: 9px; 
	font-family: Arial; 
}
.close_button {
	float: right;
}
.close_button img {
	padding: 12px;
	position: absolute;
	right: 0;
	top: 0;
}