#emf-form textarea {width: 100%;}

#emf-container ul li label.emf-label-desc {font-size: 27px;}

.emf-field-phone .emf-input-w30 {width: 60px;}
.emf-field-phone .emf-input-w40 {width: 70px;}

#emf-li-post-button input[type="submit"] {
	background: #FF0000;
	color: #ffffff;
	font-family: Oswald;
	font-weight: bold;
	max-width: 270px;
	width: 270px;
	padding: 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 30px;	
	border-bottom: 3px solid #AE0000;
	border-radius: 3px;
}

#emf-li-post-button input[type="submit"]:hover {
	background: #FF4646;
	cursor: pointer;
}