@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
ul,li{list-style-type:none;}
.clear:after{content:".";display:block;clear:both;height:0px;visibility:hidden;}
.clear{zoom:1;}
body {font-family: "\5fae\8f6f\96c5\9ed1", Helvetica, Arial, sans-serif;}
header{background:#59bee5;box-shadow:0 3px 3px #729cad;padding:10px 0;color:#fff;position:relative;width:100%;height:25px;}
header h1{text-align:center;font-size:24px;line-height:25px;text-shadow: #0f6287 0 1px 2px;}
header .close{display:block;text-indent:-10000px;position:absolute;right:20px;top:10px;width:50px;height:50px;background:url("../img/close.png") no-repeat;}
footer{box-shadow:0 -1px 0 #bbbaba;background:#cbcbcb;font-size:12px;border:1px solid #e6e6e6;height:25px;line-height:25px;color:#1b1b1b;padding:0 0 0 20px;margin-top:20px;}
figure{border-bottom:1px solid #ddd;padding:10px 20px;margin:0;}
figcaption{float:left;}
mark{color:#ff0000;background:none;}
.pay_way{clear:both;padding-top:20px;}
.pay_way li{float:left;padding:0 18px 0 0;position:relative;}
.pay_way li em{display:none;position:absolute;top:-10px;right:0;width:33px;height:33px;background:url("../img/choosed.png") no-repeat;}
.pay_way .choosed em{display:block;}
.txt_c{text-align:center;padding:20px 0 0;}
.button {
    background-clip: border-box;
    /*background-image: url("http://demo.tutorialzine.com/2010/10/css3-animated-bubble-buttons/buttons/button_bg.png");*/
    background-position: left bottom, right top, 0 0px, 0 0;
    background-repeat: no-repeat;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 1px #FFFFFF inset;
    cursor: pointer;
    display: inline-block;
    font: 15px Calibri,Arial,sans-serif;
    padding: 10px 20px;
    position: relative;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
    transition: background-position 1s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.orange.button {
    background-color: #E38D27;
    /*background-image: url("http://demo.tutorialzine.com/2010/10/css3-animated-bubble-buttons/buttons/button_bg.png"), url("http://demo.tutorialzine.com/2010/10/css3-animated-bubble-buttons/buttons/button_bg.png"), radial-gradient(circle at center bottom , #E8BD2D 0px, rgba(232, 189, 45, 0) 100px), linear-gradient(#F1982F, #D4821F);*/
    border: 1px solid #BEA280 !important;
    color: #693E0A !important;
	font-size:30px;font-weight:bold;
	padding:10px 30px;
}
.orange.button:hover{
	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
	background-color:#ec9732;
	/*background-image:url('http://demo.tutorialzine.com/2010/10/css3-animated-bubble-buttons/buttons/button_bg.png'), url('http://demo.tutorialzine.com/2010/10/css3-animated-bubble-buttons/buttons/button_bg.png'), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);*/
	/*background-image:url('http://demo.tutorialzine.com/2010/10/css3-animated-bubble-buttons/buttons/button_bg.png'), url('http://demo.tutorialzine.com/2010/10/css3-animated-bubble-buttons/buttons/button_bg.png'), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));*/
}
.i_input {
    background: -moz-linear-gradient(center top , #BCBCBE, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #717171;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 0 #EFEFEF;
    font-size: 15px;
    outline: medium none;
    padding: 5px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.i_input:focus{box-shadow:0 0 5px #007EFF;}
.i_input.fail {box-shadow: 0 0 5px #FF4848;}
