textarea { height: 150px; }

.statusMsg {
	float: left;
	text-align: right;
	width: calc(100% - 180px);
	margin-top: 10px;
	color: #718D4D;
	box-sizing: border-box;
}

.check {
	position: absolute;
	left: -99999px;
}