textarea, input[type="text"], input[type="password"] {
    background: url("/img/style/input_bg_sd.png") no-repeat scroll 0px 0px rgb(255, 255, 255);
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select {
    margin: 0.5em 0px;
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(187, 187, 187);
    color: rgb(0, 0, 0);
}
.pagination {
    padding: 3px;
    margin: 30px 0px 15px;
    text-align: center;
}
.pagination b {
    background-color: rgb(255, 238, 229);
    border: 1px solid rgb(255, 85, 0);
    color: rgb(255, 85, 0);
    font-weight: bold;
    margin-right: 6px;
    padding: 4px 8px;
}
.pagination a b {
   background-color:#fff;
   border: 0px;
   padding:0px;
   color: rgb(42, 154, 210);
}

.pagination a {
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border: 1px solid rgb(213, 213, 213);
    color: rgb(42, 154, 210);
    font-weight: bold;
    margin-right: 6px;
    padding: 4px 8px;
    text-decoration: none;
}
.pagination a:hover{border:1px solid #F50;color:#F50;}
.pagination span.current, .pagination a.current {
    background-color: rgb(255, 238, 229);
    border: 1px solid rgb(255, 85, 0);
    color: rgb(255, 85, 0);
    font-weight: bold;
    margin-right: 6px;
    padding: 4px 8px;
}
.pagination .omit {
    padding: 4px 2px;
    margin-right: 6px;
}
.pagination .pg-prev {
    margin-right: 10px;
}

.green-btn {
    background: -moz-linear-gradient(center top , rgb(125, 183, 47), rgb(78, 125, 14)) repeat scroll 0% 0% transparent;
    border: 1px solid rgb(83, 131, 18);
}
/*
.button {
    border: 1px solid rgb(204, 153, 51);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear 0s;
    background: -moz-linear-gradient(center top , rgb(255, 153, 51), rgb(204, 102, 0)) repeat scroll 0% 0% transparent;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 2px;
    outline: medium none;
    padding: 5px 13px 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    min-width: 80px;
    width: auto !important;
    line-height: normal;
}
*/
.ajax-loader{background:url("/img/style/icons/ajax-loader.gif") no-repeat left center;padding-left:18px;}
.indicator-error {
    background: url("/img/style/indicator-error.png") no-repeat scroll left center transparent;
    padding-left: 18px;
    color: red;
}
.gradient-white {
    background-color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient(center top , rgb(255, 255, 255), rgb(245, 245, 245));
}
.btn {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: rgb(64, 64, 64);
    padding: 0px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgb(200, 200, 200) rgb(153, 153, 153) rgb(153, 153, 153) rgb(200, 200, 200);
    border-radius: 2px 2px 2px 2px;
}
.btn:hover, .btn .i, .btn .i:hover {
    text-decoration: none;
}
.btn .i {
    display: inline-block;
    cursor: pointer;
    color: rgb(64, 64, 64);
    font: 100 12px/14px '宋体',serif;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    background-color: rgb(246, 246, 246);
    background-image: url("/img/style/btn-bg.png");
    background-repeat: repeat-x;
    background-position: 0px -60px;
    overflow: visible;
    padding: 1px 12px;
    height: 16px;
    line-height: 16px;
    border: 0px none;
    margin: 1px;
}
.yellow-tip {
    background-color: rgb(255, 255, 224);
    border: 1px solid rgb(249, 223, 178);
    color: rgb(212, 166, 57);
    margin: 0px;
    padding: 5px 10px;
    border-radius: 5px 5px 5px 5px;
}
.gradient-gray {
    background: -moz-linear-gradient(center top , rgb(254, 254, 254), rgb(245, 245, 245)) repeat scroll 0% 0% transparent;
}
