button, .button {
		background:#1E4E67;
		font-family:verdana;
		font-size:10px;
		color:#fff;
		font-weight:bold;
		border:1px solid #2A3C43;
		height:23px;
		cursor:pointer;
		padding:2px 9px 3px 8px;
		-moz-border-radius:3px;
		}
	html>body button, .button {
		height:23px;
		padding:1px 6px 3px 6px;
		}

	.button-ovr {
		background:#256080;
		font-family:verdana;
		font-size:10px;
		color:#fff;
		font-weight:bold;
		border:1px solid #2A3C43;
		height:23px;
		cursor:pointer;
		}
	.button-disabled {
		background:#96B0BE;
		font-family:verdana;
		font-size:10px;
		color:#eee;
		font-weight:bold;
		border:1px solid #A6B7BF;
		height:23px;
		cursor:default;
		}
	
	.secondary {
		background:#839AA6;
		color:#fff;
		border:1px solid #587E8C;
		}
	.button-ovr-secondary {
		background:#8DA5B3;
		color:#fff;
		border:1px solid #587E8C;
		}