.msg-form {
	min-height: 800px;
}

.msg-form input[type="text"], .msg-form textarea {
	display: block;
	font-size: 16px;
	color: #c2c2c2;
	border: 1px solid #ccc;
	outline: 0;
	background: none;
	line-height: 24px;
	padding: 12px;
	margin-bottom: 30px;
}

.msg-form input[type="text"]:focus, .msg-form textarea:focus {
	border-color: #ff7e46;
	box-shadow: 0 0 3px #ff7e46;
}

.msg-form input[type="text"] {
	
}

.msg-form input.s-col {
	width: 874px;
}

.msg-form input.m-col-1, .msg-form input.m-col-2 {
	float: left;
	width: 409px;
}

.msg-form input.m-col-1 {
	margin-right: 30px;
}

.msg-form input.m-col-2 {}

.msg-form textarea {
	width: 874px;
	height: 188px;
}

.msg-form input[type="submit"] {
	display: block;
	font-size: 16px;
	color: #fff;
	height: 50px;
	text-align: center;
	background-color: #ff7e46;
	border: none;
	width: 900px;
	cursor: pointer;
}