input, select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 0.8em;*/
	font-size: 100%;
	font-weight: normal;
	background-color: #F8F8F8;
	border: 1px solid #D8D8D8;
	width: 292px;
	padding: 3px;
}

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

textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 0.8em;*/
	font-size: 100%;
	font-weight: normal;
	background-color: #F8F8F8;
	border: 1px solid #D8D8D8;
	width: 292px;
	height: 120px;
	padding: 3px;
}

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


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

form {
	margin:0;
	padding:0;
}

input.submit_button {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*font-size: 0.8em;*/
	font-size: 100%;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color: #333333;
	padding:2px;
	width: auto;
}

.lang_switcher {
	width: auto;
	font-size: 90%;
	background-color: #2d6999;
	color: #FFFFFF;
	border: 0;
}