/*by baon*/
.f-button {
   border-top: 1px solid #63c8d2;
   background: #990000;
   background: -webkit-gradient(linear, left top, left bottom, from(#63c8d2), to(#1c82cc));
   background: -webkit-linear-gradient(top, #63c8d2, #1c82cc);
   background: -moz-linear-gradient(top, #63c8d2, #1c82cc);
   background: -ms-linear-gradient(top, #63c8d2, #1c82cc);
   background: -o-linear-gradient(top, #63c8d2, #1c82cc);
   height:45px;
   line-height:45px;
   display:inline-block;
   width:70%;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -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: 16px;
   font-weight:700;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.f-button:hover {
   border-top-color: #1c82cc;
   background: #1c82cc;
   color: #ccc;
   }
.f-button:active {
   border-top-color: #63c8d2;
   background: #63c8d2;
   }
   
input[type=checkbox]{
    width:18px;
    height:18px;
}

/*by baon*/
input[type=checkbox]:after{
    width:20px;
    height:20px;
    display:block;
    background-image:url('../img/checkbox_normal.png');
    content:' ';
    position:relative;
    top: -2px;
    left: -2px;
}

input[type=checkbox]:checked:after{
    background-image:url('../img/checkbox_sel.png');
}

/* 载入中样式 */
.sp_loading{
	background:url('../images/loading.gif') no-repeat left;
}
