#NoteForm form .notefields {
	width: 315px;
}
	#NoteForm form .notefields label.left {
		float: none;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#NoteForm form .notefields .middleColumn {
		background: none;
		margin: 0;
	}
	#NoteForm form .notefields input {
		width: 35px;
	}
		#NoteForm form .notefields input.text {
			width: 145px;
		}
			#NoteForm form .notefields input.text.maxlength {
				width: 37px !important;
			}
			
	#NoteForm form .notefields img {
		border: 0;
		margin-right: 7px;
	}