.message-form{
    padding-left: 16px;
    color: #fff;
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.message-form .close-button{
	background: url(close-icon.png) 100% 100% no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.message-form.err{
	background-color: rgba(242, 38, 19, 0.8);
}
.message-form.go{
	background-color: rgba(38, 166, 91, 0.8);
}
.message-form h4{
	margin: 16px 10px;
}

