/* Header */
.header {
    width: 100%;
    min-width: 328px;
    height: 50px;
    background: url(images/Banner.png) no-repeat right top #ff5300;
    background: url(images/Banner.png) no-repeat right top,-webkit-linear-gradient(top,#ff7100 0%,#ff5300 65%,#ff3e00 100%) ; 
    background: url(images/Banner.png) no-repeat right top,-moz-linear-gradient(top,#ff7100 0%,#ff5300 65%,#ff3e00 100%) ; 
    background: url(images/Banner.png) no-repeat right top,linear-gradient(to bottom,#ff7100 0%,#ff5300 65%,#ff3e00 100%) ; 
}
.header .title
{
	color: #FFFFFF;
	font-size: large;
	font-family:  微軟正黑體, tahoma, sans-serif;
	padding: 10px;
  line-height: 32px;
  text-shadow: 0 1px 0 #C90000;
}
.pay_stage{
  width: 100%;
  min-width: 328px!important;
}
/* Common Style */
body {
	color: #000000;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 80%/150% Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
}
table{
  width: 100%;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 125%;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	background: url(images/centertopic.gif) no-repeat left top;
	padding-left: 38px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: .05em;
}
h3 {
	font-size: 120%;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
h5 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
strong {
	color: #555555;
	line-height: 150%;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 3px;
	letter-spacing: .05em;
}
em {
	font-style: normal;
	color: #FF6600;
}
select {
	margin: 2px;
	color: #333333;
	vertical-align: middle;
}
input, textarea {
	margin: 2px;
	vertical-align: middle;
	color: #333333;
	font-family: Verdana;  
	font-size: 100%;
}

.button {
	vertical-align: middle;
	background: #FFFFFF url(images/btn_green.gif) repeat-x left top;
	border: 1px solid #6DAAD5;
	height: 22px;
	color: #444444;
	text-decoration: none;
	padding: 3px 2px 0px;
	margin-right: 2px;
	margin-left: 2px;
}
.btn, .LargeBtn {
	vertical-align: middle;
	background: #FFFFFF url(images/btn_gray.gif) repeat-x left;
	border: 1px solid #B0B0B0;
    height: 26px;
	color: #000000;
	text-decoration: none;
    padding: 0px 2px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 100%;
	cursor:pointer;
}
.iconbutton {
	border: 1px solid #b6e0f9;
	font-size: 13px;
	color: #122654;
	height: 26px;
	vertical-align: middle;
	text-indent: 20px;
	width: 100px;
}

li.currencies{
	width:180px;
	float:left;
	padding:0 0 0 15px;
	_padding:12px 0 0 15px;
	color:#676d77;
	font-size:15px;
}

/* general view page css */
@media(max-width:460px){
  .pay_middle table tr td{
    display: block;
  }
  .pay_middle table tr{
    border-bottom:1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  input{
    margin-bottom: 5px;
  }
}


table.maintable
{
	width: 100%;
	color: #333333;
}
td.maincaption
{
	vertical-align: top;
	padding-top: 5px;
	text-align: right;
	width: 150px;
	white-space: nowrap;
}
td.required
{
	
}

label.requiredmark
{
	font-size: 13px;
	color: Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
a.smaller
{
	font-size: x-small;
}
a.gray:link
{
	color: GrayText;
}
a.gray:visited
{
	color: GrayText;
}
.xswidthbox
{
    width: 50px;
}
.shortdate
{
	width: 100px;
}
.smallwidthbox
{
	width: 240px;
}
.mediumwidthbox
{
	width: 360px;
}
.Highlight
{
	color: Red;
}
 .Processing 
 {
    z-index: 101;
    position: relative;
    padding:0;
    cursor: default;
    top:0px;
    left:0px;
    background-image:url(images/nav1.gif);
    background-repeat:no-repeat;
    background-position:center left;
    width: 20px;
    height: 20px;
    color: gray;
}
.validation-summary-valid {
    display: none;
}