
/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	width:70px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(button_bg.gif) left top;
	background-repeat:no-repeat;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}