@CHARSET "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    text-align: center;
    background: #FFF;
    font: 12px / 1.8 Verdana, Arial, serif, sans-serif;
    color: #666;
}

img {
    border: none;
    vertical-align: middle;
}

h1 {
    font-size: 16px;
    font-family: Verdana, Arial, serif, sans-serif;
}

h2 {
    font-size: 14px;
    font-family: Verdana, Arial, serif, sans-serif;
}

h3, h4, h5, h6, input {
    font-size: 12px;
    font-family: Verdana, Arial, serif, sans-serif;
}

small {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}

.red {
    color: #F00;
}

a:link, a:visited {
    color: #009;
    text-decoration: none;
}

a:hover, a:active {
    color: #F60;
    text-decoration: underline;
}

.blankColor2Px {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 2px;
    background: #5DB30A;
    overflow: hidden;
}
/*form*****************************/
form .input, form .textarea {
    padding: 2px 2px 1px 2px;
    background: #FFC;
    border: 1px solid #EBEBEB;
    border-top: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;
    font-family: Verdana, Arial, serif, sans-serif;
}

form .button1, form .button2, form .button3, form .button4, form .button5, form .button6, form .button7, form .button8 {
    background: url(http://static.56pin.com/static/images/56pin_bg1.gif) no-repeat;
    text-align: center;
    border: none;
    height: 21px;
    color: #000;
    margin: 0;
    padding: 0;
}

form .button1, form .button2 {
    background-position: 0 -286px;
    width: 44px;
}

form .button3 {
    background-position: -52px -286px;
    width: 51px;
}

form .button4 {
    background-position: -112px -286px;
    width: 60px;
}

form .button5 {
    background-position: -180px -286px;
    width: 70px;
}

form .button6 {
    background-position: -259px -286px;
    width: 86px;
}

form .button7 {
    background-position: -354px -286px;
    width: 95px;
}

form .button8 {
    background-position: -458px -286px;
    width: 108px;
}

.ok {
    padding: 3px 5px 2px 25px;
    color: #000;
    font-size: 12px;
}

.ok {
    border: 1px solid #5EBF01;
    background: #E7FBC0 url(http://static.56pin.com/static/images/global/ok.gif) no-repeat 5px 3px;
}

.error_b, .success_b, .alert_b, .notice_b {
    padding: 5px 10px 5px 50px;
    color: #000;
    font-size: 12px;
}

.error_b span.errmsg_b, .success_b span.errmsg_b, .alert_b span.errmsg_b, .notice_b span.errmsg_b {
    font-size: 14px;
    font-weight: bold;
}

.error_b {
    border: 1px solid #FF0000;
    background: #FEE9E1 url(http://static.56pin.com/static/images/global/error-32.gif) no-repeat 10px 12px;
}

.success_b {
    border: 1px solid #5EBF01;
    background: #E7FBC0 url(http://static.56pin.com/static/images/global/success-32.gif) no-repeat 10px 12px;
}

.alert_b {
    border: 1px solid #FFE304;
    background: #FEF8D1 url(http://static.56pin.com/static/images/global/alert-32.gif) no-repeat 10px 12px;
}

.notice_b {
    border: 1px solid #FFE304;
    background: #FEF8D1 url(http://static.56pin.com/static/images/global/notice-32.gif) no-repeat 10px 12px;
}

.error, .success, .load, .alert, .notice {
    padding: 4px 5px 2px 25px;
    color: #000;
    font-size: 12px;
}

.error span.errmsg, .success span.errmsg, .load span.errmsg, .alert span.errmsg, .notice span.errmsg {
    font-size: 12px;
    font-weight: normal;
}

.error {
    border: 1px solid #FF0000;
    background: #FEE9E1 url(http://static.56pin.com/static/images/global/error-16.gif) no-repeat 8px 3px;
}

.success {
    border: 1px solid #5EBF01;
    background: #E7FBC0 url(http://static.56pin.com/static/images/global/success-16.gif) no-repeat 8px 8px;
}

.load {
    border: 1px solid #FFBD33;
    background: #FFC url(http://static.56pin.com/static/images/global/ajax_loader.gif) no-repeat 8px 8px;
}

.alert {
    border: 1px solid #FFE304;
    background: #FEF8D1 url(http://static.56pin.com/static/images/global/alert-16.gif) no-repeat 8px 8px;
}

.notice {
    border: 1px solid #FFE304;
    background: #FEF8D1 url(http://static.56pin.com/static/images/global/notice-16.gif) no-repeat 8px 8px;
}

.error_r, .success_r {
    padding: 1px 0px 1px 25px;
    font-size: 12px;
}

.error_r span, .success_r span {
    font-size: 14px;
    font-weight: bold;
}

.error_r {
    border: 0;
    color: #F00;
    background: url(http://static.56pin.com/static/images/global/error_r.gif) no-repeat 3px 4px;
}

.success_r {
    border: 0;
    color: #5EBF01;
    background: url(http://static.56pin.com/static/images/global/success_r.gif) no-repeat 3px 4px;
}

#header, #content {
    clear: both;
    text-align: left;
    width: 950px;
    margin: 5px auto 0;
    padding: 0;
}

#header ul {
    float: left;
    margin: 0;
    padding: 0;
}

#header .province {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 0 2px;
    padding: 0;
}

#header .changeProvince {
    text-decoration: none;
    margin: 0 0 0 6px;
    padding: 0;
}

#header .changeProvince a {
    color: #F60;
}
/*tab*/
#header .tab {
    margin: 51px 0 0 40px;
    padding: 0;
}

#content .tab {
    clear: both;
    margin: 0px 0 0 0;
    padding: 0;
}

.tab li {
    display: inline;
}

.tab a {
    background: url(http://static.56pin.com/static/images/56pin_bg1.gif) no-repeat;
    font-size: 14px;
}

.tab a:link, .tab a:visited {
    float: left;
    background-position: left -134px;
    text-decoration: none;
    margin-left: 5px;
    line-height: 24px;
    vertical-align: middle;
}

.tab a:link span, .tab a:visited span {
    display: block;
    background: url(http://static.56pin.com/static/images/56pin_bg1.gif) no-repeat right -134px;
    margin: 0;
    padding: 2px 8px;
    color: #000;
}

.tab a:hover, .tab a:active {
	background: url(http://static.56pin.com/static/images/56pin_bg1.gif) no-repeat right -309px;
    background-position: left -210px;
}

.tab a:hover span, .tab a:active span {
    background-position: right -210px;
}

.tab .on a:link, .tab .on a:visited {
    background-position: left -309px;
}

.tab .on a span, .tab .on a:link span, .tab .on a:visited span {
    background: url(http://static.56pin.com/static/images/56pin_bg1.gif) no-repeat right -309px;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

#header .login {
    float: right;
    padding: 2px 0 0 0;
    text-align: right;
}

#search {
    clear: both;
    text-align: center;
    padding: 4px;
    background: url(http://static.56pin.com/static/images/56pin_bg2.jpg) repeat-x left 5px;
    border-top: 5px solid #5FA325;
}

#search .ctl {
    margin: 0 3px;
}

#search input .ctl {
    padding: 2px 0 1px 2px;
    height: 15px;
}

#search select option .alt {
    background: #E7EFE0;
}

#footer {
    padding: 10px 0;
    clear: both;
    text-align: center;
    margin: 10px 0 0 0;
    background: url(http://static.56pin.com/static/images/56pin_bg2.jpg) repeat-x left -50px;
}