.bluebtn {
	  font-size: 14px; 
	  background-color:#0099CC;
    background: -moz-linear-gradient(top,#BFD9E5, #3D95B7 50%,#0080B3 50%,#0099CC);
    background: -webkit-gradient(linear, left top, left bottom, from(#BFD9E5), color-stop(0.5,#3D95B7), color-stop(0.5,#0080B3), to(#0099CC));
    color: #FFF !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #0099CC;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    padding: 4px 10px;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BFD9E5', endColorstr='#0099CC');
    cursor:pointer;
}
.greenbtn {
	  font-size: 14px; 
	  background-color:#009900;
    background: -moz-linear-gradient(top,#49C53F, #45C73D 50%,#30C300 50%,#009900);
    background: -webkit-gradient(linear, left top, left bottom, from(#49C53F), color-stop(0.5,#45C73D), color-stop(0.5,#30C300), to(#009900));
    color: #FFF !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #009900;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    padding: 4px 10px;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49C53F', endColorstr='#009900');
    cursor:pointer;
}
.scarletbtn {
	  font-size: 14px; 
	  background-color:#DC3000;
    background: -moz-linear-gradient(top,#F589BF, #D7453D 50%,#C34900 50%,#DC3000);
    background: -webkit-gradient(linear, left top, left bottom, from(#F589BF), color-stop(0.5,#D7453D), color-stop(0.5,#C34900), to(#DC3000));
    color: #FFF !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #DC3000;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    padding: 4px 10px;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F589BF', endColorstr='#DC3000');
    cursor:pointer;
}

.yellowbtn {
	  font-size: 14px; 
	  background-color:#DC9900;
    background: -moz-linear-gradient(top,#F5D9BF, #C7953D 50%,#C38000 50%,#DC9900);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5D9BF), color-stop(0.5,#C7953D), color-stop(0.5,#C38000), to(#DC9900));
    color: #FFF !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #DC9900;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    padding: 4px 10px;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5D9BF', endColorstr='#DC9900');
    cursor:pointer;
}

.button-blue{
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');
}
.button-blue:hover{
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}
.button-blue:active{background: #4477a1;}
.button-brown{
	  background: #8f3714;
    background: -webkit-gradient(linear, left top, left bottom, from(#bf6f50), to(#8f3714) );
    background: -moz-linear-gradient(-90deg, #bf6f50, #8f3714);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bf6f50', EndColorStr='#8f3714');
}
.button-brown:hover{
	  background: #bf6f50;
	  background: -webkit-gradient(linear, left top, left bottom, from(#8f3714), to(#bf6f50) );
	  background: -moz-linear-gradient(-90deg, #8f3714, #bf6f50);
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#8f3714', EndColorStr='#bf6f50');
}
.button-brown:active{background: #8f3714;}
.button-green{
    background: #428739;
    background: -webkit-gradient(linear, left top, left bottom, from(#c8dd95), to(#428739) );
    background: -moz-linear-gradient(-90deg, #c8dd95, #428739);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739');
}
.button-green:hover{
	  background: #c8dd95;
	  background: -webkit-gradient(linear, left top, left bottom, from(#428739), to(#c8dd95) );
	  background: -moz-linear-gradient(-90deg, #428739, #c8dd95);
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#428739', EndColorStr='#c8dd95');
}
.button-green:active{background: #428739;}
.button-red{
    background: #D82741;
    background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#D82741) );
    background: -moz-linear-gradient(-90deg, #E84B6E, #D82741);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#D82741');
}
.button-red:hover{
    background: #E84B6E;
    background: -webkit-gradient(linear, left top, left bottom, from(#D82741), to(#E84B6E) );
    background: -moz-linear-gradient(-90deg, #D82741, #E84B6E);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D82741', EndColorStr='#E84B6E');
}
.button-red:active{background: #D82741;}
.button-purple{
	  background: #6F50E7;
	  background: -webkit-gradient(linear, left top, left bottom, from(#B8A9F3), to(#6F50E7) );
	  background: -moz-linear-gradient(-90deg, #B8A9F3, #6F50E7);
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#B8A9F3', EndColorStr='#6F50E7');
}
.button-purple:hover{        
	  background: #B8A9F3;        
	  background: -webkit-gradient(linear, left top, left bottom, from(#6F50E7), to(#B8A9F3) );        
	  background: -moz-linear-gradient(-90deg, #6F50E7, #B8A9F3);        
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6F50E7', EndColorStr='#B8A9F3');    
}        
.button-purple:active{background: #6F50E7;}
.button-black{
	  background: #141414;
    background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#141414) );
    background: -moz-linear-gradient(-90deg, #656565, #141414);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#656565', EndColorStr='#141414');
}        
.button-black:hover{
	  background: #656565;
	  background: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#656565) );
	  background: -moz-linear-gradient(-90deg, #141414, #656565);
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#141414', EndColorStr='#656565');
}        
.button-black:active{background: #141414;}
.button-orange{
	  background: #f09c15;
	  background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15) );
	  background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');
}
.button-orange:hover{
	  background: #f8c939;
    background: -webkit-gradient(linear, left top, left bottom, from(#f09c15), to(#f8c939) );
    background: -moz-linear-gradient(-90deg, #f09c15, #f8c939);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f09c15', EndColorStr='#f8c939');
}        
.button-orange:active{background: #f09c15;}
.button-silver{
	  background: #c5c5c5;
	  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c5c5c5) );
	  background: -moz-linear-gradient(-90deg, #eaeaea, #c5c5c5);
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#c5c5c5');
}
.button-silver:hover{
	  background: #eaeaea;
	  background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#eaeaea) );
	  background: -moz-linear-gradient(-90deg, #c5c5c5, #eaeaea);
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c5c5c5', EndColorStr='#eaeaea');
}
.button-silver:active{background: #c5c5c5;}

.button-khaki {
  background: #A2B598;
  background: -webkit-gradient(linear, left top, left bottom, from(#BDD1B4), to(#A2B598) );
  background: -moz-linear-gradient(-90deg, #BDD1B4, #A2B598);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BDD1B4', EndColorStr='#A2B598');
}
.button-khaki:hover {
  background: #BDD1B4;
  background: -webkit-gradient(linear, left top, left bottom, from(#A2B598), to(#BDD1B4) );
  background: -moz-linear-gradient(-90deg, #A2B598, #BDD1B4);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#A2B598', EndColorStr='#BDD1B4');
}
.button-khaki:active{background: #A2B598;}
