/* Zelle für das Input-Feld */
.inputfieldcell {
	padding-left: 21px;
}

/* Das Input-Feld selber */
.inputfieldcell input {
	border: 1px solid #7C7C7C;
	/*
	height: 14px;
	*/
	width: 253px;
}

/* Submit Button */
.submitButton {
	background-color: #FFFFFF;
	border: 1px solid #7D7D7D;
	color: #7D7D7D;
	font-weight: bold;
	width: 133px;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 3px;
}
