#SendMessage{
	height: auto;
	width: 300px;
	position: fixed;
	bottom:10px;
	right: 30px;
	box-shadow: 0 0 5px;
	background-color: white;
	z-index: 100001;
}
#OpenButton{
	width: 100%;
	height: 45px;
	background-color: #383345;
}
#OpenButton{
	float: right;
}
#SendMessageContent{
	width: 95%;
	height: 376.5px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
#SendMessageContent form{
	text-align: center;
}
#SendMessageContent input{
	height: 25px;
	width: 93%;
}
#SendMessageContent textarea{
	width: 93%;
	height: 80px;
}
#SendMessageContent label{
	color: #545d6b;
	text-align: center;
}
#OpenButton p{
	text-align: center;
	color: white;
	font-size: 17px;
}
#OpenButton a{
color: white;
text-decoration: none;
}
@media screen and (max-width: 480px){
	#SendMessage{
		right: 5px;
			bottom:0px;
	}
}