﻿.btnOrange, a.btnOrange, .btnLightOrange, a.btnLightOrange, .btnRed, a.btnRed, .btnBlue, a.btnBlue, .btnLightBlue, a.btnLightBlue, .btnDarkBlue, a.btnDarkBlue, .btnWhite, a.btnWhite, 
.btnGreen, a.btnGreen, .btnDarkGreen, a.btnDarkGreen, .btnLightGreen, a.btnLightGreen, .btnYellow, a.btnYellow, .btnBlack, a.btnBlack, .btnGray, a.btnGray,
.btnMaroon, a.btnMaroon, .btnPink, a.btnPink, .btnLightPink, a.btnLightPink, .btnPurple, a.btnPurple, .btnLightPurple, a.btnLightPurple
{ border: 1px solid black; text-align: center; vertical-align: middle;padding: 2px 8px; margin: 0px 4px; text-decoration: none; }

.btnOrange.larger, a.btnOrange.larger, .btnLightOrange.larger, a.btnLightOrange.larger, .btnRed.larger, a.btnRed.larger, .btnBlue.larger, a.btnBlue.larger, 
.btnLightBlue.larger, a.btnLightBlue.larger, .btnDarkBlue.larger, a.btnDarkBlue.larger, .btnWhite.larger, a.btnWhite.larger, 
.btnGreen.larger, a.btnGreen.larger, .btnDarkGreen.larger, a.btnDarkGreen.larger, .btnLightGreen.larger, a.btnLightGreen.larger, 
.btnYellow.larger, a.btnYellow.larger, .btnBlack.larger, a.btnBlack.larger, .btnGray.larger, a.btnGray.larger, .btnMaroon.larger, a.btnMaroon.larger, 
.btnPink.larger, a.btnPink.larger, .btnLightPink.larger, a.btnLightPink.larger, .btnPurple.larger, a.btnPurple.larger, .btnLightPurple.larger, a.btnLightPurple.larger
{ padding: 4px 12px; margin: 2px 10px 4px 4px; }

.btnBlack, a.btnBlack { color: #FFF; background: #45494d; /* Old browsers */
background: -moz-linear-gradient(top, #45494d 0%, #393b3f 24%, #0d0d0e 79%, #010101 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45494d), color-stop(24%,#393b3f), color-stop(79%,#0d0d0e), color-stop(100%,#010101)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45494d 0%,#393b3f 24%,#0d0d0e 79%,#010101 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45494d 0%,#393b3f 24%,#0d0d0e 79%,#010101 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #45494d 0%,#393b3f 24%,#0d0d0e 79%,#010101 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45494d', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #45494d 0%,#393b3f 24%,#0d0d0e 79%,#010101 100%); /* W3C */                        
}
.btnBlack:hover, a.btnBlack:hover { color: #FFF; background: #010101;
background: -moz-linear-gradient(top, #010101 0%, #0d0d0e 21%, #393b3f 76%, #45494d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010101), color-stop(21%,#0d0d0e), color-stop(76%,#393b3f), color-stop(100%,#45494d));
background: -webkit-linear-gradient(top, #010101 0%,#0d0d0e 21%,#393b3f 76%,#45494d 100%);
background: -o-linear-gradient(top, #010101 0%,#0d0d0e 21%,#393b3f 76%,#45494d 100%);
background: -ms-linear-gradient(top, #010101 0%,#0d0d0e 21%,#393b3f 76%,#45494d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#45494d',GradientType=0 );
background: linear-gradient(top, #010101 0%,#0d0d0e 21%,#393b3f 76%,#45494d 100%);                                
}

.btnDarkBlue, a.btnDarkBlue { color: #FFF; background: #3278db;
background: -moz-linear-gradient(top, #3278db 0%, #1c52ce 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3278db), color-stop(100%,#1c52ce));
background: -webkit-linear-gradient(top, #3278db 0%,#1c52ce 100%);
background: -o-linear-gradient(top, #3278db 0%,#1c52ce 100%);
background: -ms-linear-gradient(top, #3278db 0%,#1c52ce 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3278db', endColorstr='#1c52ce',GradientType=0 );
background: linear-gradient(top, #3278db 0%,#1c52ce 100%);
}
.btnDarkBlue:hover, a.btnDarkBlue:hover { color: #FFF; background: #1c52ce;
background: -moz-linear-gradient(top, #1c52ce 0%, #3278db 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c52ce), color-stop(100%,#3278db));
background: -webkit-linear-gradient(top, #1c52ce 0%,#3278db 100%);
background: -o-linear-gradient(top, #1c52ce 0%,#3278db 100%);
background: -ms-linear-gradient(top, #1c52ce 0%,#3278db 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c52ce', endColorstr='#3278db',GradientType=0 );
background: linear-gradient(top, #1c52ce 0%,#3278db 100%);
}

.btnBlue, a.btnBlue { color: #000; background: #6db3f2;
background: -moz-linear-gradient(top, #6db3f2 0%, #3690f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(99%,#3690f0));
background: -webkit-linear-gradient(top, #6db3f2 0%,#3690f0 99%);
background: -o-linear-gradient(top, #6db3f2 0%,#3690f0 99%);
background: -ms-linear-gradient(top, #6db3f2 0%,#3690f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#3690f0',GradientType=0 );
background: linear-gradient(top, #6db3f2 0%,#3690f0 99%);
}
.btnBlue:hover, a.btnBlue:hover { color: #000; background: #3690f0;
background: -moz-linear-gradient(top, #3690f0 1%, #6db3f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3690f0), color-stop(100%,#6db3f2));
background: -webkit-linear-gradient(top, #3690f0 1%,#6db3f2 100%);
background: -o-linear-gradient(top, #3690f0 1%,#6db3f2 100%);
background: -ms-linear-gradient(top, #3690f0 1%,#6db3f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3690f0', endColorstr='#6db3f2',GradientType=0 );
background: linear-gradient(top, #3690f0 1%,#6db3f2 100%);
}

.btnLightBlue, a.btnLightBlue { color: #000; background: #b2e1ff;
background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e1ff), color-stop(100%,#66b6fc));
background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%);
background: -o-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%);
background: -ms-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 );
background: linear-gradient(top, #b2e1ff 0%,#66b6fc 100%);
}
.btnLightBlue:hover, a.btnLightBlue:hover { color: #000; background: #66b6fc;
background: -moz-linear-gradient(top, #66b6fc 0%, #b2e1ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66b6fc), color-stop(100%,#b2e1ff));
background: -webkit-linear-gradient(top, #66b6fc 0%,#b2e1ff 100%);
background: -o-linear-gradient(top, #66b6fc 0%,#b2e1ff 100%);
background: -ms-linear-gradient(top, #66b6fc 0%,#b2e1ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b6fc', endColorstr='#b2e1ff',GradientType=0 );
background: linear-gradient(top, #66b6fc 0%,#b2e1ff 100%);
}

.btnDarkGreen, a.btnDarkGreen { color: #FFF; background: #008a00;
background: -moz-linear-gradient(top, #008a00 0%, #008a00 50%, #006603 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008a00), color-stop(50%,#008a00), color-stop(100%,#006603));
background: -webkit-linear-gradient(top, #008a00 0%,#008a00 50%,#006603 100%);
background: -o-linear-gradient(top, #008a00 0%,#008a00 50%,#006603 100%);
background: -ms-linear-gradient(top, #008a00 0%,#008a00 50%,#006603 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#006603',GradientType=0 );
background: linear-gradient(top, #008a00 0%,#008a00 50%,#006603 100%);                       
}
.btnDarkGreen:hover, a.btnDarkGreen:hover { color: #FFF; background: #006603;
background: -moz-linear-gradient(top, #006603 0%, #008a00 50%, #008a00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006603), color-stop(50%,#008a00), color-stop(100%,#008a00));
background: -webkit-linear-gradient(top, #006603 0%,#008a00 50%,#008a00 100%);
background: -o-linear-gradient(top, #006603 0%,#008a00 50%,#008a00 100%);
background: -ms-linear-gradient(top, #006603 0%,#008a00 50%,#008a00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006603', endColorstr='#008a00',GradientType=0 );
background: linear-gradient(top, #006603 0%,#008a00 50%,#008a00 100%);                              
}

.btnGreen, a.btnGreen { color: #FFF; background: #9dd53a;
background: -moz-linear-gradient(top, #9dd53a 0%, #80c217 50%, #7cbc0a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#80c217), color-stop(100%,#7cbc0a));
background: -webkit-linear-gradient(top, #9dd53a 0%,#80c217 50%,#7cbc0a 100%);
background: -o-linear-gradient(top, #9dd53a 0%,#80c217 50%,#7cbc0a 100%);
background: -ms-linear-gradient(top, #9dd53a 0%,#80c217 50%,#7cbc0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
background: linear-gradient(top, #9dd53a 0%,#80c217 50%,#7cbc0a 100%);                     
}
.btnGreen:hover, a.btnGreen:hover { color: #FFF; background: #7cbc0a;
background: -moz-linear-gradient(top, #7cbc0a 0%, #80c217 50%, #9dd53a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cbc0a), color-stop(50%,#80c217), color-stop(100%,#9dd53a));
background: -webkit-linear-gradient(top, #7cbc0a 0%,#80c217 50%,#9dd53a 100%);
background: -o-linear-gradient(top, #7cbc0a 0%,#80c217 50%,#9dd53a 100%);
background: -ms-linear-gradient(top, #7cbc0a 0%,#80c217 50%,#9dd53a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=0 );
background: linear-gradient(top, #7cbc0a 0%,#80c217 50%,#9dd53a 100%);                            
}

.btnLightGreen, a.btnLightGreen { color: #000; background: #cdeb8e;
background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 );
background: linear-gradient(top, #cdeb8e 0%,#a5c956 100%);                   
}
.btnLightGreen:hover, a.btnLightGreen:hover { color: #000; background: #a5c956;
background: -moz-linear-gradient(top, #a5c956 0%, #cdeb8e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5c956), color-stop(100%,#cdeb8e));
background: -webkit-linear-gradient(top, #a5c956 0%,#cdeb8e 100%);
background: -o-linear-gradient(top, #a5c956 0%,#cdeb8e 100%);
background: -ms-linear-gradient(top, #a5c956 0%,#cdeb8e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c956', endColorstr='#cdeb8e',GradientType=0 );
background: linear-gradient(top, #a5c956 0%,#cdeb8e 100%);                          
}

.btnMaroon, a.btnMaroon { color: #FFF; background: #b73c3c;
background: -moz-linear-gradient(top, #b73c3c 0%, #a60f0f 50%, #9a0101 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b73c3c), color-stop(50%,#a60f0f), color-stop(100%,#9a0101));
background: -webkit-linear-gradient(top, #b73c3c 0%,#a60f0f 50%,#9a0101 100%);
background: -o-linear-gradient(top, #b73c3c 0%,#a60f0f 50%,#9a0101 100%);
background: -ms-linear-gradient(top, #b73c3c 0%,#a60f0f 50%,#9a0101 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b73c3c', endColorstr='#9a0101',GradientType=0 );
background: linear-gradient(top, #b73c3c 0%,#a60f0f 50%,#9a0101 100%);
}
.btnMaroon:hover, a.btnMaroon:hover { color: #FFF; background: #9a0101;
background: -moz-linear-gradient(top, #9a0101 0%, #a60f0f 50%, #b73c3c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a0101), color-stop(50%,#a60f0f), color-stop(100%,#b73c3c));
background: -webkit-linear-gradient(top, #9a0101 0%,#a60f0f 50%,#b73c3c 100%);
background: -o-linear-gradient(top, #9a0101 0%,#a60f0f 50%,#b73c3c 100%);
background: -ms-linear-gradient(top, #9a0101 0%,#a60f0f 50%,#b73c3c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0101', endColorstr='#b73c3c',GradientType=0 );
background: linear-gradient(top, #9a0101 0%,#a60f0f 50%,#b73c3c 100%);
}

.btnRed, a.btnRed { color: #FFF; background: #ff3019;
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
background: linear-gradient(top, #ff3019 0%,#cf0404 100%);
}
.btnRed:hover, a.btnRed:hover { color: #FFF; background: #cf0404;
background: -moz-linear-gradient(top, #cf0404 0%, #ff3019 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(100%,#ff3019));
background: -webkit-linear-gradient(top, #cf0404 0%,#ff3019 100%);
background: -o-linear-gradient(top, #cf0404 0%,#ff3019 100%);
background: -ms-linear-gradient(top, #cf0404 0%,#ff3019 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 );
background: linear-gradient(top, #cf0404 0%,#ff3019 100%);
}

.btnPink, a.btnPink { color: #FFF; background: #ff5db1;
background: -moz-linear-gradient(top, #ff5db1 0%, #ef017c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef017c));
background: -webkit-linear-gradient(top, #ff5db1 0%,#ef017c 100%);
background: -o-linear-gradient(top, #ff5db1 0%,#ef017c 100%);
background: -ms-linear-gradient(top, #ff5db1 0%,#ef017c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 );
background: linear-gradient(top, #ff5db1 0%,#ef017c 100%);
}
.btnPink:hover, a.btnPink:hover { color: #FFF; background: #ef017c;
background: -moz-linear-gradient(top, #ef017c 0%, #ff5db1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef017c), color-stop(100%,#ff5db1));
background: -webkit-linear-gradient(top, #ef017c 0%,#ff5db1 100%);
background: -o-linear-gradient(top, #ef017c 0%,#ff5db1 100%);
background: -ms-linear-gradient(top, #ef017c 0%,#ff5db1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef017c', endColorstr='#ff5db1',GradientType=0 );
background: linear-gradient(top, #ef017c 0%,#ff5db1 100%);
}

.btnLightPink, a.btnLightPink { color: #000; background: #fba6e1;
background: -moz-linear-gradient(top, #fba6e1 0%, #fd89d7 50%, #ff7cd8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fba6e1), color-stop(50%,#fd89d7), color-stop(100%,#ff7cd8));
background: -webkit-linear-gradient(top, #fba6e1 0%,#fd89d7 50%,#ff7cd8 100%);
background: -o-linear-gradient(top, #fba6e1 0%,#fd89d7 50%,#ff7cd8 100%);
background: -ms-linear-gradient(top, #fba6e1 0%,#fd89d7 50%,#ff7cd8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba6e1', endColorstr='#ff7cd8',GradientType=0 );
background: linear-gradient(top, #fba6e1 0%,#fd89d7 50%,#ff7cd8 100%);
}
.btnLightPink:hover, a.btnLightPink:hover { color: #000; background: #ff7cd8;
background: -moz-linear-gradient(top, #ff7cd8 0%, #fd89d7 50%, #fba6e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7cd8), color-stop(50%,#fd89d7), color-stop(100%,#fba6e1));
background: -webkit-linear-gradient(top, #ff7cd8 0%,#fd89d7 50%,#fba6e1 100%);
background: -o-linear-gradient(top, #ff7cd8 0%,#fd89d7 50%,#fba6e1 100%);
background: -ms-linear-gradient(top, #ff7cd8 0%,#fd89d7 50%,#fba6e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7cd8', endColorstr='#fba6e1',GradientType=0 );
background: linear-gradient(top, #ff7cd8 0%,#fd89d7 50%,#fba6e1 100%);
}

.btnPurple, a.btnPurple { color: #FFF; background: #bf73e1;
background: -moz-linear-gradient(top, #bf73e1 0%, #af45d6 50%, #ab39d3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf73e1), color-stop(50%,#af45d6), color-stop(100%,#ab39d3));
background: -webkit-linear-gradient(top, #bf73e1 0%,#af45d6 50%,#ab39d3 100%);
background: -o-linear-gradient(top, #bf73e1 0%,#af45d6 50%,#ab39d3 100%);
background: -ms-linear-gradient(top, #bf73e1 0%,#af45d6 50%,#ab39d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf73e1', endColorstr='#ab39d3',GradientType=0 );
background: linear-gradient(top, #bf73e1 0%,#af45d6 50%,#ab39d3 100%);
}
.btnPurple:hover, a.btnPurple:hover { color: #FFF; background: #ab39d3;
background: -moz-linear-gradient(top, #ab39d3 0%, #af45d6 50%, #bf73e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ab39d3), color-stop(50%,#af45d6), color-stop(100%,#bf73e1));
background: -webkit-linear-gradient(top, #ab39d3 0%,#af45d6 50%,#bf73e1 100%);
background: -o-linear-gradient(top, #ab39d3 0%,#af45d6 50%,#bf73e1 100%);
background: -ms-linear-gradient(top, #ab39d3 0%,#af45d6 50%,#bf73e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab39d3', endColorstr='#bf73e1',GradientType=0 );
background: linear-gradient(top, #ab39d3 0%,#af45d6 50%,#bf73e1 100%);
}

.btnLightPurple, a.btnLightPurple { color: #FFF; background: #fb83fa;
background: -moz-linear-gradient(top, #fb83fa 0%, #e93cec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb83fa), color-stop(100%,#e93cec));
background: -webkit-linear-gradient(top, #fb83fa 0%,#e93cec 100%);
background: -o-linear-gradient(top, #fb83fa 0%,#e93cec 100%);
background: -ms-linear-gradient(top, #fb83fa 0%,#e93cec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 );
background: linear-gradient(top, #fb83fa 0%,#e93cec 100%);
}
.btnLightPurple:hover, a.btnLightPurple:hover { color: #FFF; background: #e93cec;
background: -moz-linear-gradient(top, #e93cec 0%, #fb83fa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e93cec), color-stop(100%,#fb83fa));
background: -webkit-linear-gradient(top, #e93cec 0%,#fb83fa 100%);
background: -o-linear-gradient(top, #e93cec 0%,#fb83fa 100%);
background: -ms-linear-gradient(top, #e93cec 0%,#fb83fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93cec', endColorstr='#fb83fa',GradientType=0 );
background: linear-gradient(top, #e93cec 0%,#fb83fa 100%);
}

.btnOrange, a.btnOrange { color: #000; background: #ffa84c;
background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
background: linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
}
.btnOrange:hover, a.btnOrange:hover { color: #000; background: #ff7b0d;
background: -moz-linear-gradient(top, #ff7b0d 0%, #ffa84c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b0d), color-stop(100%,#ffa84c));
background: -webkit-linear-gradient(top, #ff7b0d 0%,#ffa84c 100%);
background: -o-linear-gradient(top, #ff7b0d 0%,#ffa84c 100%);
background: -ms-linear-gradient(top, #ff7b0d 0%,#ffa84c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 );
background: linear-gradient(top, #ff7b0d 0%,#ffa84c 100%);
}

.btnLightOrange, a.btnLightOrange { color: #000; background: #ffac59;
background: -moz-linear-gradient(top, #ffac59 0%, #ff9e30 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffac59), color-stop(100%,#ff9e30));
background: -webkit-linear-gradient(top, #ffac59 0%,#ff9e30 100%);
background: -o-linear-gradient(top, #ffac59 0%,#ff9e30 100%);
background: -ms-linear-gradient(top, #ffac59 0%,#ff9e30 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac59', endColorstr='#ff9e30',GradientType=0 );
background: linear-gradient(top, #ffac59 0%,#ff9e30 100%);
}
.btnLightOrange:hover, a.btnLightOrange:hover { color: #000; background: #ff9e30;
background: -moz-linear-gradient(top, #ff9e30 0%, #ffac59 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9e30), color-stop(100%,#ffac59));
background: -webkit-linear-gradient(top, #ff9e30 0%,#ffac59 100%);
background: -o-linear-gradient(top, #ff9e30 0%,#ffac59 100%);
background: -ms-linear-gradient(top, #ff9e30 0%,#ffac59 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e30', endColorstr='#ffac59',GradientType=0 );
background: linear-gradient(top, #ff9e30 0%,#ffac59 100%);
}

.btnYellow, a.btnYellow { color: #000; background: #fff45b;
background: -moz-linear-gradient(top, #fff45b 0%, #fffd10 50%, #ffff00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff45b), color-stop(50%,#fffd10), color-stop(100%,#ffff00));
background: -webkit-linear-gradient(top, #fff45b 0%,#fffd10 50%,#ffff00 100%);
background: -o-linear-gradient(top, #fff45b 0%,#fffd10 50%,#ffff00 100%);
background: -ms-linear-gradient(top, #fff45b 0%,#fffd10 50%,#ffff00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff45b', endColorstr='#ffff00',GradientType=0 );
background: linear-gradient(top, #fff45b 0%,#fffd10 50%,#ffff00 100%);
}
.btnYellow:hover, a.btnYellow:hover { color: #000; background: #ffff00;
background: -moz-linear-gradient(top, #ffff00 0%, #fffd10 50%, #fff45b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff00), color-stop(50%,#fffd10), color-stop(100%,#fff45b));
background: -webkit-linear-gradient(top, #ffff00 0%,#fffd10 50%,#fff45b 100%);
background: -o-linear-gradient(top, #ffff00 0%,#fffd10 50%,#fff45b 100%);
background: -ms-linear-gradient(top, #ffff00 0%,#fffd10 50%,#fff45b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#fff45b',GradientType=0 );
background: linear-gradient(top, #ffff00 0%,#fffd10 50%,#fff45b 100%);
}

.btnWhite, a.btnWhite { color: #000; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}
.btnWhite:hover, a.btnWhite:hover { color: #000; background: #efefef;
background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #efefef 0%,#ffffff 100%);
background: -o-linear-gradient(top, #efefef 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #efefef 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
background: linear-gradient(top, #efefef 0%,#ffffff 100%);
}

.btnGray, a.btnGray { color: #000; background: #f4f4f4;
background: -moz-linear-gradient(top, #f4f4f4 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=0 );
background: linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
}
.btnGray:hover, a.btnGray:hover { color: #000; background: #e5e5e5;
background: -moz-linear-gradient(top, #e5e5e5 0%, #f4f4f4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f4f4f4));
background: -webkit-linear-gradient(top, #e5e5e5 0%,#f4f4f4 100%);
background: -o-linear-gradient(top, #e5e5e5 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top, #e5e5e5 0%,#f4f4f4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f4f4f4',GradientType=0 );
background: linear-gradient(top, #e5e5e5 0%,#f4f4f4 100%);
}