body {
	color: white;
}

.web20-button {
	display: inline-block;
	padding: 10px 25px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid #1e5799;
	border-radius: 50px;
	cursor: pointer;
	background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 2px 4px rgba(0, 0, 0, 0.3);
}

.web20-button:active {
	transform: translateY(1px);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}

.web20-button:disabled {
	cursor: not-allowed;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-color: #aaa;
	background: linear-gradient(to bottom, #e0e0e0 0%, #cecece 50%, #b8b8b8 51%, #d1d1d1 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.8),
		0 1px 2px rgba(0, 0, 0, 0.1);
}

.web20-small-button {
	display: inline-block;
	padding: 5px 17px;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid #1e5799;
	border-radius: 50px;
	cursor: pointer;
	background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.4),
		0 2px 4px rgba(0, 0, 0, 0.3);
}

.web20-small-button:active {
	transform: translateY(1px);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
}

.web20-small-button:disabled {
	cursor: not-allowed;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-color: #aaa;
	background: linear-gradient(to bottom, #e0e0e0 0%, #cecece 50%, #b8b8b8 51%, #d1d1d1 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.8),
		0 1px 2px rgba(0, 0, 0, 0.1);
}
