/* html controls */

.form-button
{
	background: #A1C23C url('i/controls/button-green.png') top repeat-x;
}

.button
{
	background: #A1C23C url('i/controls/button-green.png') top repeat-x;
}

.button-gray
{
	background: #8e8e8e url('i/controls/button-gray.png') top repeat-x;
}

.button-red,
.form-button-red
{
	background: #A80101 url('i/controls/button-red.png') top repeat-x;
}
.button-red:hover,
.form-button-red:hover
{
	background-color: #A80101;
}

.button-gray:hover, .button-gray:active
{
	background-color: #8e8e8e;
}

/* customization */