.appsmssendbutton{
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 3px;
	color: white;
	background-color: #2F71FF;
	width:100%;
	font-family: inherit;
	font-size: inherit;
}

.appsmssendbutton:hover{
	background-color: #5289FF;
}