﻿
.ButtonNormal {
	-moz-box-shadow:inset 0px 1px 0px 0px #a8cfff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a8cfff;
	box-shadow:inset 0px 1px 0px 0px #a8cfff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4388cc), color-stop(1, #193869));
	background:-moz-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-webkit-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-o-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-ms-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:linear-gradient(to bottom, #4388cc 5%, #193869 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4388cc', endColorstr='#193869',GradientType=0);
	background-color:#4388cc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2f5f9e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;
/*	text-shadow:0px 1px 0px #1570cd;*/
	margin:1px 0px;
}
.ButtonNormal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #193869), color-stop(1, #4388cc));
	background:-moz-linear-gradient(top, #193869 5%, #4388cc 100%);
	background:-webkit-linear-gradient(top, #193869 5%, #4388cc 100%);
	background:-o-linear-gradient(top, #193869 5%, #4388cc 100%);
	background:-ms-linear-gradient(top, #193869 5%, #4388cc 100%);
	background:linear-gradient(to bottom, #193869 5%, #4388cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#193869', endColorstr='#4388cc',GradientType=0);
	background-color:#193869;
	color:#ffffff;
}

.ButtonNormal:active {
	position:relative;
	top:1px;
}
.ButtonNormal:visited {
    color:#ffffff;
}
.ButtonNormal:visited:hover {
    color:#ffffff;
}

.ButtonSmall {
	-moz-box-shadow:inset 0px 1px 0px 0px #a8cfff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a8cfff;
	box-shadow:inset 0px 1px 0px 0px #a8cfff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4388cc), color-stop(1, #193869));
	background:-moz-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-webkit-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-o-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-ms-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:linear-gradient(to bottom, #4388cc 5%, #193869 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4388cc', endColorstr='#193869',GradientType=0);
	background-color:#4388cc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2f5f9e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin:1px 0px;
}
.ButtonSmall:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #193869), color-stop(1, #4388cc));
	background:-moz-linear-gradient(top, #193869 5%, #4388cc 100%);
	background:-webkit-linear-gradient(top, #193869 5%, #4388cc 100%);
	background:-o-linear-gradient(top, #193869 5%, #4388cc 100%);
	background:-ms-linear-gradient(top, #193869 5%, #4388cc 100%);
	background:linear-gradient(to bottom, #193869 5%, #4388cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#193869', endColorstr='#4388cc',GradientType=0);
	background-color:#193869;
}
.ButtonSmall:active {
	position:relative;
	top:1px;
}
.ButtonSmall:visited 
{
    color:#ffffff;
}
.ButtonSmall:visited:hover {
    color:#ffffff;
}
.ButtonLarge {
	-moz-box-shadow:inset 0px 1px 0px 0px #a8cfff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a8cfff;
	box-shadow:inset 0px 1px 0px 0px #a8cfff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4388cc), color-stop(1, #193869));
	background:-moz-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-webkit-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-o-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:-ms-linear-gradient(top, #4388cc 5%, #193869 100%);
	background:linear-gradient(to bottom, #4388cc 5%, #193869 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4388cc', endColorstr='#193869',GradientType=0);
	background-color:#4388cc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2f5f9e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	margin:1px 0px;
}
.ButtonLarge:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #19335c), color-stop(1, #3283d9));
	background:-moz-linear-gradient(top, #19335c 5%, #3283d9 100%);
	background:-webkit-linear-gradient(top, #19335c 5%, #3283d9 100%);
	background:-o-linear-gradient(top, #19335c 5%, #3283d9 100%);
	background:-ms-linear-gradient(top, #19335c 5%, #3283d9 100%);
	background:linear-gradient(to bottom, #19335c 5%, #3283d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#19335c', endColorstr='#3283d9',GradientType=0);
	background-color:#19335c;
}
.ButtonLarge:active {
	position:relative;
	top:1px;
}
.ButtonLarge:visited {
    color:#ffffff;
}
.ButtonLarge:visited:hover {
    color:#ffffff;
}
.GrayNormal {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebe8eb), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ebe8eb 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe8eb', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ebe8eb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ded5de;
	display:inline-block;
	color:#b0aeb0;
	font-family:Arial;
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin:1px 0px;
	cursor:default;
}
.GrayNormal:hover
{
    color:#b0aeb0;
/*	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ebe8eb));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ebe8eb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ebe8eb',GradientType=0);
	background-color:#dfdfdf;
*/
}
.GrayNormal:active {
	position:relative;
	top:1px;
}
.GrayLarge {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebe8eb), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ebe8eb 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe8eb', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ebe8eb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ded5de;
	display:inline-block;
	color:#b0aeb0;
	font-family:Arial;
	font-size:14px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin:1px 0px;
	cursor:default;
}
/*.GrayLarge:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ebe8eb));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ebe8eb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ebe8eb',GradientType=0);
	background-color:#dfdfdf;
}*/
.GrayLarge:active {
	position:relative;
	top:1px;
}
.GraySmall {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebe8eb), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ebe8eb 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ebe8eb 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe8eb', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ebe8eb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ded5de;
	display:inline-block;
	color:#b0aeb0;
	font-family:Arial;
	font-size:11px;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin:1px 0px;
	cursor:default;
}
.GraySmall:hover 
{
    color:#b0aeb0;
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ebe8eb));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ebe8eb 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ebe8eb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ebe8eb',GradientType=0);
	background-color:#dfdfdf;
*/
}
.GraySmall:active {
	position:relative;
	top:1px;
}
.RedNormal {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	margin:1px 0px;
}
.RedNormal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.RedNormal:active {
	position:relative;
	top:1px;
}
.RedSmall {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	margin:1px 0px;
}
.RedSmall:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.RedSmall:active {
	position:relative;
	top:1px;
}
.RedLarge {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	margin:1px 0px;
}
.RedLarge:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color:#ce0100;
}
.RedLarge:active {
	position:relative;
	top:1px;
}
.MaroonNormal {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e36458), color-stop(1, #941212));
	background:-moz-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-webkit-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-o-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-ms-linear-gradient(top, #e36458 5%, #941212 100%);
	background:linear-gradient(to bottom, #e36458 5%, #941212 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36458', endColorstr='#941212',GradientType=0);
	background-color:#e36458;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	margin:1px 0px;
}
.MaroonNormal:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #941212), color-stop(1, #e36458));
	background:-moz-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-webkit-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-o-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-ms-linear-gradient(top, #941212 5%, #e36458 100%);
	background:linear-gradient(to bottom, #941212 5%, #e36458 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#941212', endColorstr='#e36458',GradientType=0);
	background-color:#941212;
}
.MaroonNormal:active {
	position:relative;
	top:1px;
}
.MaroonNormal:visited 
{
    color:#ffffff;
}
.MaroonNormal:visited:hover
{
    color:#ffffff;
}
.MaroonLarge {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e36458), color-stop(1, #941212));
	background:-moz-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-webkit-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-o-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-ms-linear-gradient(top, #e36458 5%, #941212 100%);
	background:linear-gradient(to bottom, #e36458 5%, #941212 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36458', endColorstr='#941212',GradientType=0);
	background-color:#e36458;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	margin:1px 0px;
}
.MaroonLarge:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #941212), color-stop(1, #e36458));
	background:-moz-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-webkit-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-o-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-ms-linear-gradient(top, #941212 5%, #e36458 100%);
	background:linear-gradient(to bottom, #941212 5%, #e36458 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#941212', endColorstr='#e36458',GradientType=0);
	background-color:#941212;
}
.MaroonLarge:active {
	position:relative;
	top:1px;
}
.MaroonLarge:visited 
{
    color:#ffffff;
}
.MaroonLarge:visited:hover
{
    color:#ffffff;
}
.MaroonSmall {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e36458), color-stop(1, #941212));
	background:-moz-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-webkit-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-o-linear-gradient(top, #e36458 5%, #941212 100%);
	background:-ms-linear-gradient(top, #e36458 5%, #941212 100%);
	background:linear-gradient(to bottom, #e36458 5%, #941212 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36458', endColorstr='#941212',GradientType=0);
	background-color:#e36458;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
	margin:1px 0px;
}
.MaroonSmall:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #941212), color-stop(1, #e36458));
	background:-moz-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-webkit-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-o-linear-gradient(top, #941212 5%, #e36458 100%);
	background:-ms-linear-gradient(top, #941212 5%, #e36458 100%);
	background:linear-gradient(to bottom, #941212 5%, #e36458 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#941212', endColorstr='#e36458',GradientType=0);
	background-color:#941212;
}
.MaroonSmall:active {
	position:relative;
	top:1px;
}
.MaroonSmall:visited 
{
    color:#ffffff;
}
.MaroonSmall:visited:hover
{
    color:#ffffff;
}
