﻿.StandardButton, 
.StandardButton a,
.StandardButton a:link,
.StandardButton a:visited,
.StandardButton a:hover,
.StandardButton a:active,
.WideButton
{
	color:#D70929;
	font-weight:900;
	border:none;
	background-color:Transparent;
	background-image:url(/images/button_background_normal.gif);
	background-repeat:no-repeat;
	width:100px;
	height:24px;
	cursor:hand;
	display:inline;
}

.WideButton 
{
	display:inline;
	width:166px;
	background-image:url(/images/button_background_wide.gif);
}

.CornerButton
{
	border:none;
	background-color:Transparent;
	background-image:url(/images/CornerButtonBG.gif);
	background-repeat:no-repeat;
	color:#D70929;
	font-size:11px;
	font-weight:700;
	padding-left:5px;
	padding-top:3px;
	cursor:pointer;
}

.CornerButton a,
.CornerButton a:link,
.CornerButton a:visited,
.CornerButton a:hover,
.CornerButton a:active
{
	width:200px;
}


