input.tm-button {
	float: none;
	clear: both;
	background: #515151 url(../../templates/img/button_bg.gif) center left repeat-x;
	border: 1px solid #000000;
	padding: 3px 10px;
	color: #FFFFFF;
	margin: 10px 60px 0 0;
	width: auto;
	height: auto;
	overflow: visible;
}

input.tm-button:disabled {
	background-image: none;
	background-color: #cccccc;
	border-color: #999999;
	cursor: not-allowed;
}

input.tm-customer,
input.tm-department,
input.tm-address1,
input.tm-address2,
input.tm-email {
	width: 20em;
}