
input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input {
	padding: 3px;
}

select {
	padding: 1px;
}

.field {
	background: url(../img/input_left.png) left center no-repeat;
	padding: 5px 0 5px 6px;
	font-size: 11px;
}

.field input {
	background: url(../img/input_right.png) right center no-repeat;
	border: none;
	padding: 4px 7px 2px 0;
	height: 17px;
	font-size: 12px !important;
}

.field input:focus {
	outline: none;
}

.box form.aform ul.errors li {
	color: #CCC;
}

button {
	border: 0;
	background: none;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

button span {
	background: url(../img/submit_left.png) scroll left top no-repeat;
	float: left;
	padding-left: 9px;
	position: relative;
	vertical-align: middle;
}

button span span {
	background: url(../img/submit_right.png) right top no-repeat;
	padding: 4px 10px 5px 0;
}

td button span span {
	padding: 1px 5px 3px 0;
	line-height: 20px;
}

button span span span {
	background: none;
}