.button
{
	margin-right: 10px;
	padding: 2px 4px;
	width: 100px;
	height: 22px;
	background: url(button-bg.gif);
	border: 1px solid;
}
.button, .button a:link, .button a:visited, .button a:active
{
	color: black;
	background-color: lightsteelblue;
	border-color: lightsteelblue;
	text-decoration: none;
	cursor: default;
	text-align: center;
}
.button:hover, .button a:hover
{
	color: black;
	background-color: lightblue;
	border-color: steelblue;
	text-decoration: none;
}

.disabled
{
	cursor: default;
	color: gray;
}

.textbox, textarea
{
	width: 100%;
	border: 1px solid lightsteelblue;
}
.small-textbox
{
	width: 150px;
	border: 1px solid lightsteelblue;
	margin: 4px 0;
}