input, select {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	background-color: #F8F8F8;
	border: 1px solid #999999;
	width: 200px;
	padding: 2px;
}

input.missing, select.missing {
	border: 1px solid #E4422B;
	width: 200px;
}

textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	background-color: #F8F8F8;
	border: 1px solid #999999;
	width: 200px;
	height: 100px;
	padding: 2px;
	background-repeat: repeat;
	background-position: top left;
}

textarea.missing {
	border: 1px solid #E4422B;
	width: 200px;
}


input.submit {
	width: 46px;
	height: 14px;
	border: 0;
}

form {
	margin:0;
	padding:0;
}

input.submit_button {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color: #333333;
	padding: 2px;
	width: auto;
}



/* mod contact form */
.mod_cf input, .mod_cf select, .mod_cf textarea { width: 295px; }
.mod_cf input.submit_button { width: auto; }

