/* base style */
body {font:12px/1.5 Tahoma,Arial,"ËÎÌå",Helvetica,sans-serif; *font-family: simsun; color: #333;background: #fff;font-size:12px;}
a{color:#333;text-decoration:none;}
a:hover{color:#c70000;}
a.em {color: #0063c8;}
:focus { -moz-outline-style: none; }
/* for webkit */
textarea { resize: none; overflow: auto; }
input[type=text]:focus,
input[type=password]:focus,
textarea:focus { outline: 0 }
input,select,button {vertical-align: middle;}
select{height:22px;}
/* for IE */
.oldie input { line-height: 1.3;}
.oldie textarea {overflow: auto; line-height: 1.3; }
.oldie a span,
.oldie a i,
.oldie a b {cursor: pointer;}
/*.oldie label {cursor: pointer;}*/

/* common class */
.mark {color: #f00;}
.em {color: #cf1917;}
.lnk {color: #3f79d0;}
.muted {color: #999;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.c-red {color: red;}
.c-blue{color: blue;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.fl{float:left;}
.fr{float: right;}
.none{display:none;}
.gray{color:#999!important;}
.red{color:#d80000!important;}
.orange{color:#fa6705!important;}
.green{color:#63a72a!important;}
.blue{color:#096ed6!important;}
.gray999{color:#999!important;}
.gray666{color:#666!important;}
.gray333{color:#333!important;}

.absolute{position: absolute}
.relative{position: relative}
.btn:hover{color:#c70000;}

.w45{width: 45px !important;}
.w60{width: 60px !important;}
.w90{width:90px !important;}
.w120{width: 120px !important;}
.w150{width: 150px !important;}

.f-s16{font-size:16px;}
