input.submitbutton {
	color: #118ABC;
	font-size: 11px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	cursor: hand;
	}

input.but_small {
	height: 22px;
	width: 104px;
	background: url(../images/submitbutton_small.png) top left no-repeat;
	}

input.but_mid {
	height: 22px;
	width: 165px;
	background: url(../images/submitbutton_mid.png) top left no-repeat;
	}
	
input.but_large {
	height: 22px;
	width: 226px;
	background: url(../images/submitbutton_large.png) top left no-repeat;
	}
