.large-button
{
	border: 0px;
	background-color:#5B8DCF;
	background-image: url('/images/Backgrounds/Buttons/Large/Normal.jpg');
	background-repeat: repeat-x;
}

.large-button-highlighted
{
	border: 0px;
	background-color:#5B8DCF;
	background-image: url('/images/Backgrounds/Buttons/Large/Hot/Normal.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
}

.large-button-warning
{
	border: 0px;
	background-color:#E2B210;
	background-image: url('/images/Backgrounds/Buttons/Large/Warning.jpg');
	background-repeat: repeat-x;
}

.large-button-warning-highlighted
{
	border: 0px;
	background-color:#E2B210;
	background-image: url('/images/Backgrounds/Buttons/Large/Hot/Warning.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
}

.large-button-failure
{
	border: 0px;
	background-color:#FF2B20;
	background-image: url('/images/Backgrounds/Buttons/Large/Failure.jpg');
	background-repeat: repeat-x;
}

.large-button-failure-highlighted
{
	border: 0px;
	background-color:#FF2B20;
	background-image: url('/images/Backgrounds/Buttons/Large/Hot/Failure.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
}

.large-button-disabled
{
	border: 0px;
	background-color:#868686;
	background-image: url('/images/Backgrounds/Buttons/Large/Disabled.jpg');
	background-repeat: repeat-x;
}

.medium-button
{
	border: 0px;
	background-color:#5B8DCF;
	background-image: url('/images/Backgrounds/Buttons/Medium/Normal.jpg');
	background-repeat: repeat-x;
}

.medium-button-highlighted
{
	border: 0px;
	background-color:#5B8DCF;
	background-image: url('/images/Backgrounds/Buttons/Medium/Hot/Normal.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
}

.small-button
{
	border: 0px;
	background-color:#5B8DCF;
	background-image: url('/images/Backgrounds/Buttons/Small/Normal.jpg');
	background-repeat: repeat-x;
}

.small-button-highlighted
{
	border: 0px;
	background-color:#5B8DCF;
	background-image: url('/images/Backgrounds/Buttons/Small/Hot/Normal.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
}

.toolbar-button
{
	border: 0px;
	background-repeat: repeat-x;
}

.toolbar-button-highlighted
{
	border: 0px;
	background-image: url('/images/Backgrounds/Buttons/Toolbar/Hot/Normal.png');
	background-repeat: repeat-x;
	cursor: pointer;
}

button.login
{
	cursor: pointer;
	width: 150px;
	height: 50px;
	font-size:16pt;
	font-weight:bold;
	valign: middle;
}

button.login-disabled
{
	cursor: not-allowed;
	width: 150px;
	height: 50px;
	font-size:16pt;
	font-weight:bold;
	valign: middle;
}