a.new_red, .new_red {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ED1C24), color-stop(1, #9E1C24) );
	background:-moz-linear-gradient( center top, #ED1C24 5%, #9E1C24 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ED1C24', endColorstr='#9E1C24');
	background-color: #ED1C24;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-style: none;
	border-width: 0px;
	display: inline-block;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: normal;
	padding: 7px 24px;
	text-decoration:none !important;
	cursor: pointer;
}
a.new_red:hover, .new_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9E1C24), color-stop(1, #ED1C24) );
	background:-moz-linear-gradient( center top, #9E1C24 5%, #ED1C24 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9E1C24', endColorstr='#ED1C24');
	background-color: #9E1C24;
}
a.new_red:active, .new_red:active {
	position:relative;
	top:1px;
}

a.new_orange, .new_orange {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe6b00), color-stop(1, #D73B00) );
	background:-moz-linear-gradient( center top, #fe6b00 5%, #D73B00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe6b00', endColorstr='#D73B00');
	background-color: #fe6b00;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-style: none;
	border-width: 0px;
	display: inline-block;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: normal;
	padding: 7px 24px;
	text-decoration:none !important;
	cursor: pointer;
}
a.new_orange:hover, .new_orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D73B00), color-stop(1, #fe6b00) );
	background:-moz-linear-gradient( center top, #D73B00 5%, #fe6b00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D73B00', endColorstr='#fe6b00');
	background-color: #D73B00;
}
a.new_orange:active, .new_orange:active {
	position:relative;
	top:1px;
}

a.new_gray, .new_gray {
/*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F0F0F0), color-stop(1, #D2D2D2) );
	background:-moz-linear-gradient( center top, #F0F0F0 5%, #D2D2D2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#D2D2D2');
*/
	background-color: #F0F0F0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-style: none;
	border-width: 0px;
	display: inline-block;
	color: #666666 !important;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 15px;
	text-decoration:none !important;
	cursor: pointer;
}
a.new_gray:hover, .new_gray:hover {
	background-color: #D2D2D2;
}
a.new_gray:active, .new_gray:active {
	position:relative;
	top:1px;
}


a.newbutton_gray, .newbutton_gray {
	-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, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #dcdcdc;
	display:inline-block;
	color: #777777 !important;
	font-size:15px !important;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
}
a.newbutton_gray:hover, .newbutton_gray:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
a.newbutton_gray:active, .newbutton_gray:active {
	position:relative;
	top:1px;
}


a.newbutton_gray_small, .newbutton_gray_small {
	-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, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display:inline-block;
	color:#777777 !important;
	font-size: 11px !important;
	font-weight: normal;
	padding: 3px 8px;
	margin: 0;
	text-decoration: none !important;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
}
a.newbutton_gray_small:hover, .newbutton_gray_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	text-decoration: none;
	color:#777777 !important;
}
a.newbutton_gray_small:active, .newbutton_gray_small:active {
	position:relative;
	top:1px;
	text-decoration: none;
	color:#777777 !important;
}


a.newbutton_green, .newbutton_green {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85C540), color-stop(1, #74AD34) );
	background:-moz-linear-gradient( center top, #85C540 5%, #74AD34 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85C540', endColorstr='#74AD34');
	background-color: #85C540;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #74AD34;
	display:inline-block;
	color:#ffffff !important;
	font-size:15px !important;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
	text-decoration: none !important;
	cursor: pointer;
}
a.newbutton_green:hover, .newbutton_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74AD34), color-stop(1, #85C540) );
	background:-moz-linear-gradient( center top, #74AD34 5%, #85C540 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74AD34', endColorstr='#85C540');
	background-color: #85C540;
	color: #ffffff;
	text-decoration: none;
}
a.newbutton_green:active, .newbutton_green:active {
	position:relative;
	top:1px;
	text-decoration: none;
}
button.newbutton_green {
	padding: 5px 24px;
}

a.newbutton_green_big, .newbutton_green_big {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85C540), color-stop(1, #74AD34) );
	background:-moz-linear-gradient( center top, #85C540 5%, #74AD34 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85C540', endColorstr='#74AD34');
	background-color: #85C540;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #74AD34;
	display:inline-block;
	color:#ffffff !important;
	font-size: 18px !important;
	font-weight: bold;
	padding: 9px 43px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
	text-decoration: none !important;
	cursor: pointer;
}
a.newbutton_green_big:hover, .newbutton_green_big:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74AD34), color-stop(1, #85C540) );
	background:-moz-linear-gradient( center top, #74AD34 5%, #85C540 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74AD34', endColorstr='#85C540');
	background-color: #85C540;
	color: #ffffff;
	text-decoration: none;
}
a.newbutton_green_big:active, .newbutton_green_big:active {
	position:relative;
	top:1px;
	text-decoration: none;
}
button.newbutton_green_big {
	padding: 5px 24px;
}

a.newbutton_green_small, .newbutton_green_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #85C540), color-stop(1, #74AD34) );
	background:-moz-linear-gradient( center top, #85C540 5%, #74AD34 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#85C540', endColorstr='#74AD34');
	background-color: #85C540;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display:inline-block;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: normal;
	padding: 5px 10px 3px 10px;
	text-decoration: none !important;
	text-shadow: 1px 1px 0px #689324;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
}
a.newbutton_green_small:hover, .newbutton_green_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74AD34), color-stop(1, #85C540) );
	background:-moz-linear-gradient( center top, #74AD34 5%, #85C540 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74AD34', endColorstr='#85C540');
	background-color: #74AD34;
	text-decoration: none;
	color:#ffffff !important;
}
a.newbutton_green_small:active, .newbutton_green_small:active {
	position:relative;
	top:1px;
	text-decoration: none;
	color:#ffffff !important;
}

a.newbutton_red_small, .newbutton_red_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display:inline-block;
	color:#ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	font-weight:normal;
	padding: 5px 10px 3px 10px;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #810e05;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
}
a.newbutton_red_small:hover, .newbutton_red_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
	text-decoration: none;
	color:#ffffff !important;
}
a.newbutton_red_small:active, .newbutton_red_small:active {
	position:relative;
	top:1px;
	text-decoration: none;
	color:#ffffff !important;
}
a.newbutton_red, .newbutton_red {
	-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, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #b23e35;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
}
a.newbutton_red:hover, .newbutton_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	text-decoration: none;
}
a.newbutton_red:active, .newbutton_red:active {
	position:relative;
	top:1px;
	text-decoration: none;
}
button.newbutton_red {
	padding: 5px 24px;
}
a.newbutton_blue, .newbutton_blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3FC5F8), color-stop(1, #09A8E1) );
	background:-moz-linear-gradient( center top, #3FC5F8 5%, #09A8E1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3FC5F8', endColorstr='#09A8E1');
	background-color:#3FC5F8;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:15px !important;
	font-weight:bold;
	padding:6px 24px;
	text-shadow:1px 1px 0px #528ecc;
	text-decoration: none !important;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
}
a.newbutton_blue:hover, .newbutton_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #09A8E1), color-stop(1, #3FC5F8) );
	background:-moz-linear-gradient( center top, #09A8E1 5%, #3FC5F8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09A8E1', endColorstr='#3FC5F8');
	background-color:#378de5;
	text-decoration: none !important;
	color:#ffffff !important;
}
a.newbutton_blue:active, .newbutton_blue:active {
	position:relative;
	top:1px;
	text-decoration: none;
	color:#ffffff !important;
}
button.newbutton_blue {
	padding: 5px 24px;
}

a.newbutton_blue_small, .newbutton_blue_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #A9E6FC;
	-webkit-box-shadow:inset 0px 1px 0px 0px #A9E6FC;
	box-shadow:inset 0px 1px 0px 0px #A9E6FC;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3FC5F8), color-stop(1, #09A8E1) );
	background:-moz-linear-gradient( center top, #3FC5F8 5%, #09A8E1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3FC5F8', endColorstr='#09A8E1');
	background-color: #3FC5F8;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	font-weight:normal;
	padding: 5px 10px 3px 10px;
	text-shadow:1px 1px 0px #287ace;
	text-decoration: none !important;
	color:#ffffff !important;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
}
a.newbutton_blue_small:hover, .newbutton_blue_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #09A8E1), color-stop(1, #3FC5F8) );
	background:-moz-linear-gradient( center top, #09A8E1 5%, #3FC5F8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09A8E1', endColorstr='#3FC5F8');
	background-color: #09A8E1;
	text-decoration: none !important;
	color:#ffffff !important;
}
a.newbutton_blue_small:active, .newbutton_blue_small:active {
	position:relative;
	top:1px;
	text-decoration: none !important;
	color:#ffffff !important;
}
a.newbutton_yellow, .newbutton_yellow {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-shadow:1px 1px 0px #ffee66;
	text-decoration: none !important;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
}
a.newbutton_yellow:hover, .newbutton_yellow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
	text-decoration: none;
}
a.newbutton_yellow:active, .newbutton_yellow:active {
	position:relative;
	top:1px;
	text-decoration: none;
}
button.newbutton_yellow {
	padding: 5px 24px;
}
a.newbutton_pink, .newbutton_pink {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-shadow:1px 1px 0px #c70067;
	text-decoration: none !important;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
}
a.newbutton_pink:hover, .newbutton_pink:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
	text-decoration: none;
}
a.newbutton_pink:active, .newbutton_pink:active {
	position:relative;
	top:1px;
	text-decoration: none;
}
button.newbutton_pink {
	padding: 5px 24px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

a.newbutton_pink_small, .newbutton_pink_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color: #ff5bb0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display:inline-block;
	color:#ffffff !important;
	font-size: 11px !important;
	font-weight: normal;
	padding: 3px 8px;
	margin: 0;
	text-decoration: none !important;
	cursor: pointer;
	border-style: none;
	border-width: 0px;
}
a.newbutton_pink_small:hover, .newbutton_pink_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color: #ef027d;
	text-decoration: none;
	color: #ffffff !important;
}
a.newbutton_pink_small:active, .newbutton_pink_small:active {
	position:relative;
	top:1px;
	text-decoration: none;
	color: #ffffff !important;
}

/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

button
-------------------------------------------------------------- */

a.button, a.button2 {
  display:block;
  float:left;
  margin: 5px 10px 5px 0;
  padding: 4px 15px 4px 10px;
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
/*
button {
  width:auto;
  overflow:visible;
  padding:4px 15px 3px 10px;
}
button[type] {
  padding: 4px 15px 4px 10px;
}
*:first-child+html button[type] {
  padding:4px 15px 3px 10px;
}
button img, a.button img, a.button2 img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}
*/

/* Button colors
button:hover, 
-------------------------------------------------------------- */

/* Standard */
a.button:hover, a.button2:hover {
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active, a.button2:active {
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color: #ffffff;
/*
  color: #529214;
*/
}

.button_blue:hover, button_blue.positive:hover {
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
.button_blue, .button_blue:active {
  padding: 6px 15px 6px 10px !important;
  background-color: #336699;
  border:1px solid #336699;
  color:#dff4ff;
}

.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
.positive, .positive:active {
  background-color: #91d721;
  border:1px solid #91d721;	
  color:#fff;
}

/* Negative */
body .negative {
  background-color: #FF5B01;
  border: 1px solid #FF5B01;
  color: #ffffff;
}
a.negative:hover, button.negative:hover {
  background-color:#FFeBc1;
  border:1px solid #FF5B01;
  color: #E71E27;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}
