/*
input, textarea {
	width: 450px !important;
}
*/

.contactform {
	margin-left:20px;
}

.contactform .field-row input, .contactform .field-row textarea {
	width:450px !important;
}

	
select {
	width:200px;
}

input {
	width:194px;
}

textarea {
	width:198px;
}

#interests input, #material input {
	width:20px !important;
}

#comments {
	height: 150px;
}

#contentWrapper input, #contentWrapper select, #contentWrapper option, #contentWrapper textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
}

.field-row {
	margin-top:7px;
}

.field-row label {
	font-style:italic;
	font-size:1.1em;
}

.contactform .field-error-message {
	width:446px;
}

.brochure_column {
	float:left;
	padding-right:50px;
	padding-left:50px;
	width:200px;
}

#brochuretext {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}

.border {
	border-right:1px solid #CCCCCC;
}

.field-row div label {
	font-style:normal;
	padding-left:10px;
}

.privacy {
	color:#707070;
	font-size:0.9em;
	text-align:center;
	padding-top:20px;
	margin-top:20px;
}