input[type=text], input[type=submit], textarea {
	width: 100%;
	height:40px;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 0.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
textarea{height:90px;}

input, button, select, textarea {
	font-family: "helveticaneueltpro", Arial, Helvetica, sans-serif;
	z-index: 20000;
}

#theme-form input[type=text], .cform-form textarea {
	font-family: "helveticaneueltpro", Arial, Helvetica, sans-serif;
	border: 1;
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
}
#theme-form input[type=text]:focus, .cform-form textarea:focus {
	color: #333;
	box-shadow: none;
	-moz-box-shadow: 1px 1px rgba(51,51,51,1);
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
	background-color: #fff;
}
#theme-form input[type=text] {
	height: 3.25em;
}


#theme-form textarea {
	padding-top: 1em;
}


