textarea {
	width: 100%; border: 0px solid #002947; border-radius: 10px; padding:14px 65px 5px 15px; font-size: 18px;
	height: 50px; font-weight: bold;
}

input[type="submit"] {
	background:  #00FFFF;
	padding: 7px 35px 7px 35px;
	font-family: 'Alice', serif;
text-decoration: none;
border: 0; 
color: #002947;
font-size: 20px;
border-radius: 5px;
cursor: pointer;
transition: 0.5s all
}

input[type="submit"]:hover {
	background: #002947;
	color: #fff;
}

.width100 {width: 100%; height: auto}


body {background: #E5EFF5;}


.grouplinks {text-align: center;}
.grouplinks a {color: #707070; font-weight: bold; font-size: 18px; text-decoration: none}

.grouplinks img {width: 114px; height: 114px; border-radius: 50%; margin: 0 auto; background: none}





.chatitem { background: #fff; border-radius: 10px; margin-bottom: 15px; padding-left: 10px; padding-right: 10px;}