﻿/*==========================================button======================================================*/
Inherited from 
user agent stylesheettable {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
}


user agent stylesheetinput[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

user agent stylesheetinput[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  padding: 2px 6px 3px;
  border: 2px outset buttonface;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: buttonface;
  box-sizing: border-box;
}

user agent stylesheetinput[type="button" i], input[type="submit" i], input[type="reset" i] {
  -webkit-appearance: push-button;
  -webkit-user-select: none;
  white-space: pre;
}


user agent stylesheetinput, input[type="password" i], input[type="search" i] {
  -webkit-appearance: textfield;
  padding: 1px;
  background-color: white;
  border: 2px inset;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  cursor: auto;
}

user agent stylesheetinput, textarea, keygen, select, button {
  margin: 0em;
  font: normal normal normal 13.3333330154419px/normal Arial;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
}

user agent stylesheetinput, textarea, keygen, select, button, meter, progress {
  -webkit-writing-mode: horizontal-tb;
}

.abroad {
	-moz-box-shadow:inset 0px 1px 0px 0px #8eb33d;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8eb33d;
	box-shadow:inset 0px 1px 0px 0px #8eb33d;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8eb33d), color-stop(1, #7a9a36) );
	background:-moz-linear-gradient( center top, #8eb33d 5%, #7a9a36 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eb33d', endColorstr='#7a9a36');
	background-color:#8eb33d;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #8fb341;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #718f2f;
}
.abroad:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7a9a36), color-stop(1, #8eb33d) );
	background:-moz-linear-gradient( center top, #7a9a36 5%, #8eb33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a9a36', endColorstr='#8eb33d');
	background-color:#7a9a36;
	height:65px;
	line-height:65px;
	width:300px;
}
.abroad:active {
	position: relative;
	top: 1px;
	height:65px;
	line-height:65px;
	width:300px;
}
.ACH{
	-moz-box-shadow: inset 0px 1px 0px 0px #b39a37;
	-webkit-box-shadow: inset 0px 1px 0px 0px #b39a37;
	box-shadow: inset 0px 1px 0px 0px #b39a37;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c2a841), color-stop(1, #9c8932) );
	background: -moz-linear-gradient( center top, #c2a841 5%, #9c8932 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2a841', endColorstr='#9c8932');
	background-color: #c2a841;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 0;
	border: 1px solid #b59d3c;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	height: 65px;
	line-height: 65px;
	width: 300px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #968231;
}
.ACH:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9c8932), color-stop(1, #c2a841) );
	background:-moz-linear-gradient( center top, #9c8932 5%, #c2a841 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c8932', endColorstr='#c2a841');
	background-color:#9c8932;
	height:65px;
	line-height:65px;
	width:300px;
}
.ACH:active {
	position:relative;
	top:1px;
	height:65px;
	line-height:65px;
	width:300px;
}

.boxMenu{
	height: 45px;
	line-height: 30px;
}

.CreditCard {
	-moz-box-shadow:inset 0px 1px 0px 0px #af7936;
	-webkit-box-shadow:inset 0px 1px 0px 0px #af7936;
	box-shadow:inset 0px 1px 0px 0px #af7936;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c0853d), color-stop(1, #9e6c30) );
	background:-moz-linear-gradient( center top, #c0853d 5%, #9e6c30 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0853d', endColorstr='#9e6c30');
	background-color:#c0853d;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #c0853d;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #8b5f29;
}
.CreditCard:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e6c30), color-stop(1, #c0853d) );
	background:-moz-linear-gradient( center top, #9e6c30 5%, #c0853d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e6c30', endColorstr='#c0853d');
	background-color:#9e6c30;
	height:65px;
	line-height:65px;
	width:300px;
}.CreditCard:active {
	position:relative;
	top:1px;
	height:65px;
	line-height:65px;
	width:300px;
}

.label_css11{
  letter-spacing: 0.2em;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  }

.label_css{
  letter-spacing: 0.1em;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size:15px;
  font-weight:bold;
  padding-top: 20px; 
  padding-left: 17px; 	
  }

.label_css13{
  letter-spacing: 0.1em;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size:15px;
  font-weight:bold;
  padding-top: 20px; 
  padding-left: 10px; 	
  }
  
.label_css12{
  letter-spacing: 0.1em;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size:15px;	     
  padding-top: 20px; 
  padding-left: 10px;
  }
	
body:nth-of-type(1) .myButton
    {
	-moz-box-shadow: 0px 2px 2px 0px #aea89c;
	-webkit-box-shadow: 0px 2px 2px 0px #aea89c;
	box-shadow: 0px 2px 2px 0px #aea89c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f6e4), color-stop(1, #ebe5c4));
	background: -moz-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -webkit-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -o-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -ms-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: linear-gradient(to bottom, #f9f6e4 5%, #ebe5c4 50%);
	letter-spacing: 0.1em;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6e4', endColorstr='#ebe5c4',GradientType=0);
	background-color: #f9f6e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #D2BE80;
	display: inline-block;
	cursor: pointer;
	color: #1b1601;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: 0px 1px 0px #FFFFFF;*/
	height: 38px;
	width: 225px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-bottom: 10px;
    }

body:nth-of-type(1) .myButton:hover
    {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebe5c4), color-stop(1, #f9f6e4));
        background: -moz-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
        background: -webkit-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
        background: -o-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
        background: -ms-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
        background: linear-gradient(to bottom, #ebe5c4 5%, #f9f6e4 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe5c4', endColorstr='#f9f6e4',GradientType=0);
        background-color: #ebe5c4;
    }
	
body:nth-of-type(1) .myButton:active
    {position: relative;top: 1px;}

.myButton1
    {
	-moz-box-shadow: 0px 2px 2px 0px #aea89c;
	-webkit-box-shadow: 0px 2px 2px 0px #aea89c;
	box-shadow: 0px 2px 2px 0px #aea89c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f6e4), color-stop(1, #ebe5c4));
	background: -moz-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -webkit-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -o-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -ms-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: linear-gradient(to bottom, #f9f6e4 5%, #ebe5c4 50%);
    letter-spacing: 0.2em;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6e4', endColorstr='#ebe5c4',GradientType=0);
	background-color: #f9f6e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #D2BE80;
	display: inline-block;
	cursor: pointer;
	color: #342a04;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	height: 35px;
	width: 380px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 3px;
	margin-bottom: 8px;
    }
.myButton1:hover
    {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebe5c4), color-stop(1, #f9f6e4));
        background: -moz-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
        background: -webkit-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
        background: -o-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
        background: -ms-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
        background: linear-gradient(to bottom, #ebe5c4 5%, #f9f6e4 50%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe5c4', endColorstr='#f9f6e4',GradientType=0);
        background-color: #ebe5c4;
    }
.myButton1:active
    {position: relative;top: 1px;}
	
.myButton2{
	-moz-box-shadow: 0px 2px 2px 0px #aea89c;
	-webkit-box-shadow: 0px 2px 2px 0px #aea89c;
	box-shadow: 0px 2px 2px 0px #aea89c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f6e4), color-stop(1, #ebe5c4));
	background: -moz-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -webkit-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -o-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: -ms-linear-gradient(top, #f9f6e4 5%, #ebe5c4 50%);
	background: linear-gradient(to bottom, #f9f6e4 5%, #ebe5c4 50%);
	letter-spacing: 0.1em;



filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6e4', endColorstr='#ebe5c4',GradientType=0);
	background-color: #f9f6e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 0px solid #D2BE80;
	display: inline-block;
	cursor: pointer;
	color: #342a04;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	height: 40px;
	width: 270px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 3px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 60px;
    }

.myButton2:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebe5c4), color-stop(1, #f9f6e4));
	background: -moz-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
	background: -webkit-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
	background: -o-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
	background: -ms-linear-gradient(top, #ebe5c4 5%, #f9f6e4 50%);
	background: linear-gradient(to bottom, #ebe5c4 5%, #f9f6e4 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebe5c4', endColorstr='#f9f6e4',GradientType=0);
	background-color: #ebe5c4;
	height: 40px;
	width: 270px;
    }
	
.myButton2:active{
	position: relative;
	top: 1px;
	height: 40px;
	width: 270px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.modalbackground
    {
        filter: alpha(opacity=70); /*for IE*/
        opacity: 0.7; /*for Other*/
        background-color: #E0E0E0;
    }	

	
 .next2 {
	-moz-box-shadow: inset 0px 1px 0px 0px #86770a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86770a;
	box-shadow: inset 0px 1px 0px 0px #A69C48;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A69C48), color-stop(1, #918109) );
	background: -moz-linear-gradient( center top, #A69C48 5%, #918109 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A69C48', endColorstr='#918109');
	background-color: #A69C48;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #918109;
	display: inline-block;
	color: #ffffff;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	width: 130px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #918109;
	letter-spacing: 0.1em;
}

.next2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #918109), color-stop(1, #A69C48) );
	background:-moz-linear-gradient( center top, #918109 5%, #A69C48 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#918109', endColorstr='#A69C48');
	background-color:#918109;
}

.next2:active {
	position:relative;
	top:1px;
}




.next3 {
	-moz-box-shadow: inset 0px 1px 0px 0px #86770a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86770a;
	box-shadow: inset 0px 1px 0px 0px  #A69C48;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #A69C48), color-stop(1, #918109) );
	background: -moz-linear-gradient( center top, #A69C48 5%, #918109 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#A69C48', endColorstr='#918109');
	background-color: #A69C48;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #918109;
	display: inline-block;
	color: #ffffff;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	width: 250px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #918109;
	letter-spacing: 0.1em;
	
}

.next3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #918109), color-stop(1, #A69C48) );
	background:-moz-linear-gradient( center top, #918109 5%, #A69C48 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#918109', endColorstr='#A69C48');
	background-color:#918109;
}
.next3:active {
	position:relative;
	top:1px;
}

.number {
	-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, #eeeeee), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #eeeeee 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	background-color:#eeeeee;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dddddd;
	display:inline-block;
	color:#333333;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:16px;
	line-height:16px;
	width:21px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 0px #ffffff;
}
.number:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-color:#ffffff;
	height:16px;
	width:21px;
}
.number:active {
	position:relative;
	top:1px;
	height:16px;
	width:21px;
}



.po_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c43a38;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c43a38;
	box-shadow:inset 0px 1px 0px 0px #c43a38;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c43a38), color-stop(1, #a0312d) );
	background:-moz-linear-gradient( center top, #c43a38 5%, #a0312d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c43a38', endColorstr='#a0312d');
	background-color:#c43a38;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #c43a38;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #7a1e1b;
}
.po_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a0312d), color-stop(1, #c43a38) );
	background:-moz-linear-gradient( center top, #a0312d 5%, #c43a38 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0312d', endColorstr='#c43a38');
	background-color:#a0312d;
	height:65px;
	line-height:65px;
	width:300px;
}
.po_button:active {
	position:relative;
	top:1px;
	height:65px;
	line-height:65px;
	width:300px;
}

.points {
	-moz-box-shadow:inset 0px 1px 0px 0px #adb33b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #adb33b;
	box-shadow:inset 0px 1px 0px 0px #adb33b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b6be42), color-stop(1, #949b35) );
	background:-moz-linear-gradient( center top, #b6be42 5%, #949b35 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6be42', endColorstr='#949b35');
	background-color:#b6be42;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #adb33d;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #8d9431;
}
.points:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #949b35), color-stop(1, #b6be42) );
	background:-moz-linear-gradient( center top, #949b35 5%, #b6be42 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#949b35', endColorstr='#b6be42');
	background-color:#949b35;
	height:65px;
	line-height:65px;
	width:300px;
}
.points:active {
	position:relative;
	top:1px;
	height:65px;
	line-height:65px;
	width:300px;
}
.remittance {
	-moz-box-shadow: inset 0px 1px 0px 0px #c1603a;
	-webkit-box-shadow: inset 0px 1px 0px 0px #c1603a;
	box-shadow: inset 0px 1px 0px 0px #c1603a;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c1603a), color-stop(1, #9e4d2d) );
	background: -moz-linear-gradient( center top, #c1603a 5%, #9e4d2d 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1603a', endColorstr='#9e4d2d');
	background-color: #c1603a;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	text-indent: 0;
	border: 1px solid #c1603a;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	height: 65px;
	line-height: 65px;
	width: 300px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #8a3a1d;
}
.remittance:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e4d2d), color-stop(1, #c1603a) );
	background:-moz-linear-gradient( center top, #9e4d2d 5%, #c1603a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e4d2d', endColorstr='#c1603a');
	background-color:#9e4d2d;
	height:65px;
	line-height:65px;
	width:300px;
}
.remittance:active {
	position:relative;
	top:1px;
	height:65px;
	line-height:65px;
	width:300px;
}

.step_02
        {
	background-image: url(../images/STEP_LINK02_20150722.png);
	height : 63px;
	background-repeat: no-repeat;
        }
.step_03
        {
	background-image: url(../images/STEP_LINK03_20150722.png);
	height : 63px;
	background-repeat: no-repeat;
        }


.write1 {
  -moz-box-shadow: inset 0px 1px 0px 0px #deb95d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #deb95d;
  box-shadow: inset 0px 1px 0px 0px #deb95d;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d999), color-stop(1, #d6b04f) );
  background: -moz-linear-gradient( center top, #f2d999 5%, #d6b04f 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d999', endColorstr='#d6b04f');
  background-color: #f2d999;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #cca54b;
  display: inline-block;
  color: #000000;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  height: 21px;
  line-height: 21px;
  width: 75px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #c9a34a;
  letter-spacing: 0.2em;
  margin: 0px;
}


.write2 {
  -moz-box-shadow: inset 0px 1px 0px 0px #deb95d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #deb95d;
  box-shadow: inset 0px 1px 0px 0px #deb95d;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d999), color-stop(1, #d6b04f) );
  background: -moz-linear-gradient( center top, #f2d999 5%, #d6b04f 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d999', endColorstr='#d6b04f');
  background-color: #f2d999;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #cca54b;
  display: inline-block;
  color: #000000;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  height: 35px;
  line-height: 21px;
  width: 60px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #c9a34a;
  letter-spacing: 0.2em;
  margin: 0px;
}

.write3 {
	text-indent: 0;
	display: inline-block;
	height: 35px;
	line-height: 21px;
	width: 60px;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	background-image: url(../images/Delete.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
}
.write3:hover {
	background-image: url(../images/Delete_hover.png);
	height: 35px;
	width: 60px;
	background-position: center top;
}
.write3:active {
	background-image: url(../images/Delete.png);
	position: relative;
	top: 1px;
	height: 35px;
	width: 60px;
}



.write4 {
	height: 30px;
	line-height: 21px;
	width: 30px;
	text-decoration: none;
	margin: 0px;
	background-image: url(../images/Delete02_LINK.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	
}



.write4:hover {
	background-image: url(../images/Delete02_hover.png);
	height: 30px;
	width: 30px;
	background-position: center top;
}
.write4:active {
	background-image: url(../images/Delete02_LINK.png);
	position: relative;
	top: 1px;
	height: 30px;
	width: 30px;
}
.write9 {
  -moz-box-shadow: inset 0px 1px 0px 0px #deb95d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #deb95d;
  box-shadow: inset 0px 1px 0px 0px #deb95d;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2d999), color-stop(1, #d6b04f) );
  background: -moz-linear-gradient( center top, #f2d999 5%, #d6b04f 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d999', endColorstr='#d6b04f');
  background-color: #f2d999;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #cca54b;
  display: inline-block;
  color: #000000;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  height: 35px;
  line-height: 21px;
  width: 130px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #c9a34a;
  letter-spacing: 0.2em;
  margin: 0px;
}

.PagerCss {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	position: relative;
	top: 4px;
	padding: 2px;
}

.PagerCss a{
	border-radius: 50%;
	background-color: #c2bd92;
	color: #fff;
	text-decoration: none;
	-o-box-shadow: 1px 1px 1px #111;
	-moz-box-shadow: 1px 1px 1px #111;
	-webkit-box-shadow: 1px 1px 1px #111;
	box-shadow: 1px 1px 1px #111;
	margin-top: auto;
	margin-right: 1%;
	margin-bottom: auto;
	margin-left: 1%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.PagerCss a:hover{
    background-color:#93840f;
    color:#fff;
	
}

.PagerCss span{
    background-color:#c2bd92;
    color:#fff;
	-o-box-shadow:1px 1px 1px #111;
	-moz-box-shadow:1px 1px 1px #111;
	-webkit-box-shadow:1px 1px 1px #111;
	box-shadow:1px 1px 1px #111;
    border-radius:50%;
    padding:5px 10px 5px 10px;
}
