form {
	margin-bottom:4px;
	font-size:12px;
}

input {
	border: 1px solid #C8C8C8;	
	height: 14px;
	font-size: 11px;
}

textarea {
	border: 1px solid #C8C8C8;	
	font-size: 11px;
}

select {
	border: 1px solid #C8C8C8;	
	height: 16px;
	font-size: 11px;
}

button {
	background-color: #015291;
	color: #ffffff;
	font-weight: normal;
	font-size:12px;
	border:none;
	margin:0px;
	padding:2px;	
	border-width: 0px;
}

.right_menu button {
	width:20px;
	height:20px;
	background-image:url('http://www.geno-verband.de/images/wrapper/14//button_image.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.right_menu table {
	width:100%;
}

.right_menu select {
	width:143px;
}

.right_menu input {
	width:140px;
}

.right_menu form.login input {
	width:65px;
}


form.geno_form input.textinput, form.geno_form textarea.textinput {
	width:200px;
	
}

form.geno_form select.text {
	width:202px;
}