button {
	border: 0;
	background: none;
	cursor: pointer;
	overflow: visible;
}

textarea,
select,
input {
	font-family: Verdana;
	font-size: 12px;
}

select {
	cursor: pointer;
}

.large {
	width: 200px;
}

.medium {
	width: 150px;
}

.small {
	width: 50px;
}

.readonly {
	border: none;
}