.DnnModule-ContactRequest .field.tel select {
	width:34%;
	margin-right:2%;
}
/* ASP.NET < 4 won't let you change the type attribute on HTML input elements. This first rule
is present for the testing environment were the ASP.NET version is 3.5 (and can't be changed
to 4 without purchasing Windows Server 2008 hosting) */
.DnnModule-ContactRequest .field.tel input[type="text"],
.DnnModule-ContactRequest .field.tel input[type="tel"] {
	width:15%;
}
.DnnModule-ContactRequest .field.msg label {
	vertical-align:top;
}
.DnnModule-ContactRequest .field.msg textarea {
	height:10em;
}
