﻿@charset "utf-8";
/*ajaxbtn css*/
a.ajaxbtn {display: inline-block;padding: 5px 20px 6px;line-height: 1.2em;border:1px solid #bdbcbc;border-radius: 2px;background: #fff no-repeat 4px 5px;font-size: 12px;color: #333;text-decoration: none;font-weight: bold;}
a.ajaxbtn:hover {border:1px solid #9c9b9b;}
.submit_loading {background-image:url('loading.gif') !important;color:#ccc !important;background-position: 3% center;background-repeat: no-repeat;}
.mobile-close {-webkit-overflow-scrolling: touch;position: fixed;right: 0px;top: 0px;background: url(icon_close.png) no-repeat;background-size:30px;width: 30px;height: 30px;background-color:rgba(96,96,96,.2);z-index:1024;}