/* CSS Document */
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:18px;
	color:#FFF;
	font-weight:bold;
	padding:0px;
	background:url(../button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
	font-size:11px;
	text-transform:uppercase;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom; height:18px; padding-bottom:0px;}

.button2Submit, .button2SubmitHovered {
	width:auto;
	height:18px;
	color:#FFF;
	font-weight:bold;
	padding:0px;
	background:url(../button_bg2.gif) repeat-x left top;
	cursor:pointer;
	border:none;
	font-size:11px;
	text-transform:uppercase;
}
.button2SubmitHovered {background-position:left bottom;}
.button2Img {vertical-align:bottom; height:18px; padding-bottom:0px;}

