﻿.button_red {
   border: none;
   background: #611010;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#611010));
   background: -webkit-linear-gradient(top, #ff0000, #611010);
   background: -moz-linear-gradient(top, #ff0000, #611010);
   background: -ms-linear-gradient(top, #ff0000, #611010);
   background: -o-linear-gradient(top, #ff0000, #611010);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#611010',GradientType=0 );
   padding: 6px 12px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button_red:hover {
   border-top-color: #a31f1f;
   background: #dd1010;
   color: #ffffff;
   }
.button_red:active {
   border-top-color: #f74040;
   background: #f74040;
   }

.button_green {
   border: none;
   background: #077153;
   background: -webkit-gradient(linear, left top, left bottom, from(#077153), to(#0a261e));
   background: -webkit-linear-gradient(top, #077153, #0a261e);
   background: -moz-linear-gradient(top, #077153, #0a261e);
   background: -ms-linear-gradient(top, #077153, #0a261e);
   background: -o-linear-gradient(top, #077153, #0a261e);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#077153', endColorstr='#0a261e',GradientType=0 );
   padding: 6px 12px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button_green:hover {
   border-top-color: #134a3a;
   background: #177d60;
   color: #ffffff;
   }
.button_green:active {
   border-top-color: #108f69;
   background: #108f69;
   }
   
.button_green2 {
   border-top: 1px solid #008000;
   background: #008000;
   background: -webkit-gradient(linear, left top, left bottom, from(#008000), to(#008000));
   background: -webkit-linear-gradient(top, #008000, #008000);
   background: -moz-linear-gradient(top, #008000, #008000);
   background: -ms-linear-gradient(top, #008000, #008000);
   background: -o-linear-gradient(top, #008000, #008000);
   padding: 4px 8px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button_green2:hover {
   border-top-color: #00aa00;
   background: #00aa00;
   color: #ffffff;
   }
.button_green2:active {
   border-top-color: #00cc00;
   background: #00cc00;
   }
   
.button_blue {
   border: none;
   background: #5777b8;
   background: -webkit-gradient(linear, left top, left bottom, from(#104d96), to(#5777b8));
   background: -webkit-linear-gradient(top, #104d96, #5777b8);
   background: -moz-linear-gradient(top, #104d96, #5777b8);
   background: -ms-linear-gradient(top, #104d96, #5777b8);
   background: -o-linear-gradient(top, #104d96, #5777b8);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104d96', endColorstr='#5777b8',GradientType=0 );
   padding: 6px 12px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button_blue:hover {
   border-top-color: #5195c2;
   background: #5195c2;
   color: #ffffff;
   }
.button_blue:active {
   border-top-color: #5e97bd;
   background: #5e97bd;
   }
.StandardFont {
		font-size: 15pt;
		font-weight: bold;
		font-family: Microsoft JhengHei;
		text-decoration: none;
		color: #008000;
	}