input, textarea {
	width: 390px;
	height: 35px;
	font-size: 16px;
	border: 2px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: 5px;
	padding: 0 0 0 5px;
	
}

	textarea {
	width: 390px;
	height: 105px;
	padding: 5px 0 0 5px;
}

	.sendform {
		cursor: pointer;
		background-color: #5b6775;
		color: white;
		width: 400px;
}

	.sub_head {
		font-size: 18px;
	}
