input.readonly {
		font-family : Arial, Verdana, "MS Sans Serif";
		display : inline;
		color : Black;
				background-color : #E9F3E9;
}

input.normal {
background-color : White;
	text-decoration : none;
	font-family : Arial, Verdana, "MS Sans Serif";
		display : inline;
		color : Black;
}

input.buttonhide {
	width : -1px;
	height : 1px;
}

