input,textarea{
	border-top : solid 1px #999999;
	border-right : solid 1px #cccccc;
	border-bottom : solid 1px #cccccc;
	border-left: solid 1px #999999;
	color : #333300;
	background-color : #eeeeee;
	font : 13px Arial;
}
.button{
	border-top : solid 1px #cccccc;
	border-right : solid 1px #999999;
	border-bottom : solid 1px #999999;
	border-left: solid 1px #cccccc;
	color : #333300;
	background-color : #eeeeee;
	font : 13px Arial;
	cursor : hand;
}
