input[type="text"] {
	border:1px solid #cccccc;
	height:20px;
	background:#FFFFFF url(/images_hra/input_bg.gif) repeat-x top;
}
input[type="text"]:hover {
	border:1px solid #666666;
}
input[type="button"] {
	border:1px solid #cccccc;
	height:30px;
	background:#EEEEEE url(/images_hra/input_btn_bg.gif) repeat-x bottom;
	padding:3px 5px;
	cursor:pointer;
}
input[type="button"]:hover  {
	border:2px solid #AAAAAA;
}
select {
	border:1px solid #cccccc;
}

