input, select {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	background-color: #F8F8F8;
	border: 1px solid #AEB2B0;
	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 #AEB2B0;
	width: 200px;
	height: 100px;
	padding: 2px;
}

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;
}





.select_radio {
	width: auto;
	background-color: transparent;
	border:0;
}


.mod_cf input, .mod_cf select, .mod_cf textarea { width: 215px; }
.mod_cf input.submit_button { width: auto; }

