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

input.subscribe {
	font-size: 10px;
	width: auto;
	line-height: 13px;
	background-color: #990000;
	color: #FFFFFF;
	/* border: 1px solid #B00000; */
	padding: 2px;
}

form{
	margin:0;
	padding:0;
}

input.search_field_x {
	width: 164px;
	border: 0;
	background-color: transparent;
	border: 1px solid #E8E8E8;
	font-size: 10px;
	color: #E8E8E8;
	padding: 3px;
}

input.search_button_x {
	background-color: transparent;
	border: 1px solid #E8E8E8;
	font-size: 10px;
	color: #E8E8E8;
	padding:0;
	margin-top:5px;
	padding: 2px;
}

input.search_field {
	width: 170px;
	border: 0;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
}

input.search_button {
	border: 0;
	background-color: transparent;
	font-size: 10px;
	color: #990000;
	padding:0;
	margin-top:5px;
	text-align: right;
	width: 60px;
}


input, select {
	font-size: 11px;
	color: #000000;
	background-color: #E8E8E8;
	/* border: 1px solid #B00000; */
	border: 1px solid #CCCCCC;
	width: 100%;
}

textarea {
	font-size: 11px;
	color: #000000;
	background-color: #E8E8E8;
	/* border: 1px solid #B00000; */
	border: 1px solid #CCCCCC;
	width: 100%;
}

input.missing, select.missing {
	border: 1px solid #990000;
	width: 100%;
}

textarea.missing {
	border: 1px solid #990000;
	width: 100%;
}



.dropdown_auto {
	margin-top: 2px;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}



#applicationForm input, select {
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
	border: 1px solid #999999;
	width: 95%;
}

#applicationForm input.missing, select.missing {
	border: 1px solid #FF0000;
	width: 95%;
}


#applicationForm textarea {
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
	border: 1px solid #999999;
	width: 95%;

}

#applicationForm textarea.missing {
	border: 1px solid #FF0000;
	width: 95%;
}




#applicationFormNarrow input, select {
	width: auto;
	background-color: transparent;
	border:0;
}

#applicationFormNarrow input.missing, select.missing {
	width: auto;
	background-color: transparent;
	border:0;
}

.missing {
	color: #FF0000;
}
