@charset "UTF-8";

html {
    color: black;
    background: white;
    -webkit-text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

fieldset,
img,
iframe {
    border: 0 none;
}

img[src] {
    image-rendering: optimizequality;
    -ms-interpolation-mode: bicubic;
}

iframe {
    display: block;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    /* font-size: 100%; */
}

legend {
    color: #000;
}

.pager {
    clear: both;
    margin: 5px 0;
    display: block;
    /* zoom: 1; */
}

.pager:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.pager .pagernum {
    padding: 0 6px;
    line-height: 19px;
    border: 1px solid #ccc;
    margin: 0 1px;
    float: left;
    _display: inline;
}

.pager .pagernum:hover {
    color: #FF9C00;
    padding: 0 6px;
    border: 1px solid #FF9C00;
    margin: 0 1px;
}

.pager .pageall,
.pager .line {
    float: left;
    _display: inline;
    height: 21px;
    line-height: 21px;
    padding: 0 3px;
}

.pager .prev,
.pager .next,
.pager .onprev,
.pager .onnext,
.pager .unprev,
.pager .unnext {
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    _display: inline;
    margin: 0 2px;
}

.pager .last {
    margin-right: 0;
}

.pager .prev,
.pager .onprev,
.pager .unprev {
    background: url(../images/pager_pre.gif) no-repeat 0 0;
    width: 50px;
    height: 21px;
    line-height: 21px;
}

.pager .next,
.pager .onnext,
.pager .unnext {
    background: url(../images/pager_next.gif) no-repeat 0 0;
    width: 50px;
    height: 21px;
    line-height: 21px;
}

.pager .onprev,
.pager .onnext {
    background-position: 0 -18px;
}

.pager .unprev,
.pager .unnext {
    background-position: 0 -42px;
}

.pager .pagecurrent {
    padding: 0 6px;
    border: 1px solid #F60;
    background-color: #FFEDE1;
    line-height: 19px;
    color: #f60;
    margin: 0 1px;
    float: left;
    _display: inline;
}

.calendar {
    border: 1px #ccc solid;
    z-index: 262130;
}

.datepicker {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: none !important;
    overflow: hidden;
    width: 226px;
}

.datepicker table {
    background: #BEBEBE;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border-spacing: 0;
    border: 1px solid #000;
    border-top: none;
    width: 100%;
}

.datepicker caption {
    color: #333;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 25px;
    line-height: 26px;
    background: url(../images/calbg.gif) repeat-x #4e6a81;
    border: 1px solid black;
}

.datepicker caption a {
    cursor: pointer;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.datepicker caption span.month {
    width: 120px;
    padding-left: 10px;
}

.datepicker caption span.year {
    width: 80px;
    padding-right: 10px;
}

.datepicker th,
.datepicker td {
    cursor: default;
    font-size: 12px;
    background: white;
    height: 25px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #BEBEBE;
}

.datepicker th {
    background: #FDFDDB;
    border: none;
    color: #888;
    font-family: Verdana;
    font-size: 10px;
}

.datepicker td.active {
    cursor: pointer;
}

.datepicker td.inactive {
    background: #eee;
    color: #BEBEBE;
}

.datepicker td.today {
    border-top: 1px solid #FFD700;
    background: #FFD;
}

.datepicker td.hilite {
    background: black;
    color: white;
}

.dialog {
    position: absolute;
    text-align: left;
    z-index: 4000;
    font-size: 12px;
    background: white;
    border: 3px #369 solid;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    top: 100px;
    left: 100px;
    box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    -moz-box-shadow: 2px 2px 5px #666;
    -o-box-shadow: 2px 2px 5px #666;
}

.dialog .title {
    font-size: 14px;
    font-weight: bold;
}

.dialog-box {
    display: none;
}

.dialog-title {
    overflow: hidden;
    padding: 0 5px;
    border-bottom: 1px dotted #ccc;
}

.dialog-close-btn {
    float: right;
    color: #369;
    cursor: pointer;
}

.dialog-content {
    clear: both;
    padding: 9px;
}

.dialog-iframe {
    position: absolute;
    z-index: -1;
    border: none;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
    clear: both;
}

.textnowrap {
    white-space: nowrap;
}

.textwrap {
    white-space: normal;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #f90;
    text-decoration: underline;
}

.lnk {
    text-decoration: underline;
    cursor: pointer;
}

p img .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}

p img .right {
    float: right;
    _display: inline;
    margin: 1.5em 0 1.5em 1.5em;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

dfn {
    font-weight: bold;
}

sup,
sub {
    line-height: 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
}

del {
    color: #666;
}

pre,
code {
    margin: 1.5em 0;
    white-space: pre;
}

pre,
code,
tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

.highlight {
    background: red;
}

.added {
    background: #060;
    color: white;
}

.removed {
    background: #900;
    color: white;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.inline-block {
    display: inline-block;
    /* display: inline; */
    zoom: 1;
}

.FormWrap {
    margin: 10px 0;
    margin-bottom: 0;
    border: 1px solid #D5D5D5;
    background: #F5F5F5;
    padding: 7px;
    line-height: 150%;
}

.FormWrap label {
    width: auto;
}

.FormWrap th label {
    cursor: pointer;
}

.FormWrap em {
    font-style: normal;
    color: #f60;
    margin: 0 2px;
}

.inputstyle,
.x-input {
    border: 1px solid #ccc;
    padding: 4px;
    background: url(../images/input-bg.gif) no-repeat 0 0 white;
    font-size: 12px;
    _vertical-align: middle;
}

.buttonstyle {
    padding: 1px 5px;
    font-size: 14px;
}

.vm {
    vertical-align: middle;
}

.vt {
    vertical-align: top;
}

.vb {
    vertical-align: bottom;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.db {
    display: block;
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.dn {
    display: none;
}

.bn {
    background: transparent none;
}

.font9px {
    font-size: 9px;
}

.font10px {
    font-size: 10px;
}

.font11px {
    font-size: 11px;
}

.font12px {
    font-size: 12px;
}

.font14px {
    font-size: 14px;
}

.font16px {
    font-size: 16px;
}

.font18px {
    font-size: 18px;
}

.font20px {
    font-size: 20px;
}

.font22px {
    font-size: 22px;
}

.font24px {
    font-size: 24px;
}

.font26px {
    font-size: 26px;
}

.t2 {
    text-indent: 2em;
}

.t5 {
    text-indent: 5em;
}

.t10 {
    text-indent: 10em;
}

.t15 {
    text-indent: 15em;
}

.lh150 {
    line-height: 150%;
}

.lh180 {
    line-height: 180%;
}

.lh200 {
    line-height: 200%;
}

.lh20 {
    line-height: 20px;
}

.lh25 {
    line-height: 25px;
}

.lh30 {
    line-height: 30px;
}

.lh35 {
    line-height: 35px;
}

.unl {
    text-decoration: underline;
    cursor: pointer;
}

.no-unl {
    text-decoration: none;
    cursor: pointer;
}

.no-unl:hover {
    text-decoration: none;
    cursor: pointer;
}

.fontbold {
    font-weight: bold;
}

.fontnormal {
    font-weight: normal;
}

.font-red {
    color: red;
}

.font-green {
    color: #618605;
}

.font-orange {
    color: #F60;
}

.font-black {
    color: black;
}

.font-gray {
    color: #666;
}

.font-blue {
    color: #369;
}

.bg-red {
    background: #FBEEEF;
}

.bg-gray {
    background: #EFEFEF;
}

.bg-graydark {
    background: #EFEFEF;
}

.bg-green {
    background: #EEFBEE;
}

.bg-blue {
    background: #F7F7F9;
}

.bg-orange {
    background: #FBF7EE;
}

.bg-white {
    background: white;
}

fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

.division {
    background: white;
    border: 1px solid #E1E1E1;
    padding: 7px;
    margin-bottom: 7px;
}

.borderdown {
    border-top: 1px solid #BEC6CE;
    border-left: 1px solid #BEC6CE;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.borderup {
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #BEC6CE;
    border-bottom: 1px solid #BEC6CE;
}

.borderbottom {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.division .forform th,
.division .forform td {
    vertical-align: top;
    padding: 5px;
}

.division .forform th {
    width: 120px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
    color: #777;
    white-space: nowrap;
    text-align: right;
}

.shop-iformation {
    padding: 10px;
}

.shop-iformation th td {
    border: none;
    padding: 10px 0;
    text-align: right;
}

.notice,
.note {
    padding: .8em;
    margin-bottom: 1em;
}

.error,
.error-tips {
    padding: 2px 12px;
    margin: 0 2px 1em 2px;
    border: 1px solid #FCC;
    background: #FFFFE6;
    color: #F00;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.note {
    background: #F5F4EC;
    color: #514721;
    border-color: #E5DDC7;
}

.success-message,
.error-message,
.show-message {
    position: absolute;
    z-index: 131070;
    overflow: hidden;
    height: 90px;
    padding: 10px 25px 10px 10px;
    border-width: 3px;
    border-style: solid;
    background: #FFF;
    box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -o-box-shadow: 0 0 5px #999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
}

.success-message-body,
.error-message-body {
    background: url(../images/feedback-icon.gif) no-repeat;
    color: red;
    height: 52px;
    margin: 20px 6px 0 26px;
    padding: 13px 0 0 52px;
}

.error-message-body {
    background-position: 0 -97px;
}

.success-message-body {
    background-position: 0 2px;
}

.show-message-body {
    color: #293f14;
    margin: 10px 0 0 10px;
    vertical-align: middle;
}

.notice h4,
.note h4 {
    margin: 30px 0 0 0;
    font-weight: normal;
}

.success-message {
    border-color: #D5D5D5;
}

.error-message {
    border-color: #FCC;
}

.show-message {
    border-color: #C6DFA9;
}

.error-tips {
    position: relative;
    padding: 20px 10px;
    color: red;
}

.error-tips .close,
.error-tips .arrow {
    position: absolute;
    background: url(../images/error-tips-icon.gif) no-repeat;
    height: 6px;
    display: block;
}

.error-tips .close {
    background-position: 0 5px;
    left: 90%;
    top: 5px;
    width: 7px;
    cursor: pointer;
}

.error-tips .arrow {
    background-position: 0 -44px;
    left: 80%;
    bottom: -6px;
    width: 9px;
}

.error a {
    color: #8A1F11;
}

.notice a {
    color: #514721;
}

.note a {
    color: black;
    text-decoration: none;
}

.success a {
    color: #264409;
}

.error .option,
.notice .option,
.note .option,
.success .option {
    float: right;
    cursor: pointer;
}

.error .pic,
.notice .pic,
.note .pic,
.success .pic {
    width: 52px;
    height: 52px;
}

.error .pic {
    background: url(../images/infoerror.gif) no-repeat;
}

.notice .pic {
    background: url(../images/infonotice.gif) no-repeat;
}

.note .pic {
    background: url(../images/infonote.gif) no-repeat;
}

.success .pic {
    background: url(../images/infosuccess.gif) no-repeat;
}

.popup {
    width: 280px;
    height: 100px;
}

.infotips {
    color: #999;
    padding-left: 5px;
    _zoom: 1;
}

.feed-back {
    margin: 50px auto;
    color: #333;
    width: 100%;
}

.feed-back .success,
.feed-back .error {
    margin: 0 auto;
    background: none;
    border: 0;
}

.feed-back .success .pic,
.feed-back .error .pic {
    background: url(../images/feedbackinfo.gif) no-repeat center;
    width: 128px;
    height: 128px;
    padding: 0 10px;
    border-right: 1px solid #eee;
}

.feed-back .success .pic {
    background-position: 0 18px;
}

.feed-back .error .pic {
    background-position: 0 -97px;
}

.feed-back h1 {
    margin: 0 0 0 5px;
    font-size: 14px;
}

.feed-back .success h1 {
    color: #060;
}

.feed-back .error h1 {
    color: #900;
}

.valierror {
    padding: 3px 5px 3px 21px;
    margin: 0 5px;
    display: inline;
    height: 20px;
    border: 1px solid #E6594E;
    white-space: nowrap;
    text-align: left;
    color: #E6594E;
    background: #fceae8 url(../images/stop.gif) no-repeat 3px;
}

.valisuccess {
    padding: 2px 5px 2px 15px;
    padding-left: 21px;
    margin-left: 10px;
    display: inline;
    border: 1px solid #99D073;
    white-space: nowrap;
    text-align: left;
    color: #539A33;
    background: #ebf7e3 url(../images/success.gif) no-repeat 3px;
}

.tip-text {
    font-size: 13px;
    font-weight: bold;
    border: 1px white solid;
    background: #E9E9E9;
    padding: 10px;
}

.tip {
    border: 1px #ccc solid;
}

.x-vali-error {
    color: #E6594E;
}

ul.list {
    margin: 10px 0;
}

ul.list li {
    background: url(../images/ra.gif) no-repeat 0 8px;
    padding-left: 15px;
    color: #666;
    display: block;
    border-bottom: 1px solid #EFEFEF;
    line-height: 23px;
}

ul.list ul {
    margin-left: 10px;
}

ul.list li.nolist {
    border-bottom: 0;
    background: none;
}

ul.list.WithRight li {
    position: relative;
}

ul.list.WithRight li.span {
    position: absolute;
    right: 0;
    color: #666;
}

ul.list.float li {
    width: 45%;
    float: left;
    margin-left: 15px;
}

ol li {
    margin: 0 0 0 20px;
    color: black;
    border-bottom: 1px solid #EFEFEF;
    line-height: 20px;
    list-style: decimal;
}

ol li ol {
    margin-top: 1px 0 0 10px;
}

.liststyle {
    border: 1px solid #ddd;
    width: 100%;
    margin: 0;
}

.liststyle a {
    padding-right: 5px;
    text-decoration: underline;
}

.liststyle a.lnk {
    text-decoration: none;
}

.liststyle thead th {
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    background: #EFEFEF;
    padding: 4px 3px;
}

.liststyle td,
.liststyle th {
    padding: 4px;
    word-break: break-word;
    text-align: center;
    background: white;
}

.liststyle.data td,
.liststyle.data th {
    word-break: break-word;
}

.liststyle.data tbody th {
    text-align: right;
    color: black;
    font-size: 12px;
}

.liststyle.data td {
    text-align: left;
}

.liststyle.data .colspan {
    text-align: center;
    color: black;
    font-weight: 700;
}

.thumbnailPic ul {
    float: left;
    text-align: center;
    margin-right: 10px;
}

.thumbnailPic ul li.pic a {
    display: block;
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
}

div.span-auto,
div.span-1,
div.span-2,
div.span-3,
div.span-4,
div.span-5,
div.span-6,
div.span-7,
div.span-8,
div.span-9,
div.span-10,
div.span-11,
div.span-12,
div.span-13,
div.span-14,
div.span-15,
div.span-16,
div.span-17,
div.span-18,
div.span-19,
div.span-20,
div.span-21,
div.span-22,
div.span-23,
div.span-24 {
    float: left;
    margin-right: 10px;
}

div.last {
    margin-right: 0;
}

.w {
    width: 100%;
}

.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w160 {
    width: 160px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w550 {
    width: 550px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.w800 {
    width: 800px;
}

.w900 {
    width: 900px;
}

.w950 {
    width: 950px;
}

.wa {
    width: auto;
}

.h {
    height: 100%;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px;
}

.h300 {
    height: 300px;
}

.h400 {
    height: 400px;
}

.h450 {
    height: 450px;
}

.h500 {
    height: 500px;
}

.h550 {
    height: 550px;
}

.h600 {
    height: 600px;
}

.h700 {
    height: 700px;
}

.h800 {
    height: 800px;
}

.ha {
    height: auto;
}

.m2 {
    margin: 2px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m30 {
    margin: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.p2 {
    padding: 2px;
}

.p3 {
    padding: 3px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.pt2 {
    padding-top: 2px;
}

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt8 {
    padding-top: 8px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pb2 {
    padding-bottom: 2px;
}

.pb3 {
    padding-bottom: 3px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pl2 {
    padding-left: 2px;
}

.pl3 {
    padding-left: 3px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl70 {
    padding-left: 70px;
}

.pl80 {
    padding-left: 80px;
}

.pl90 {
    padding-left: 90px;
}

.pl100 {
    padding-left: 100px;
}

.pr2 {
    padding-right: 2px;
}

.pr3 {
    padding-right: 3px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr60 {
    padding-right: 60px;
}

.pr70 {
    padding-right: 70px;
}

.pr80 {
    padding-right: 80px;
}

.pr90 {
    padding-right: 90px;
}

.noborder {
    border: none;
}

.border-all {
    border: 1px solid #ddd;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-bottom-dot {
    border-bottom: 1px dotted #ddd;
}

.span-auto {
    width: auto;
}

.span-0 {
    width: 10px;
}

.span-1 {
    width: 30px;
}

.span-2 {
    width: 70px;
}

.span-3 {
    width: 110px;
}

.span-4 {
    width: 150px;
}

.span-5 {
    width: 190px;
}

.span-6 {
    width: 230px;
}

.span-7 {
    width: 270px;
}

.span-8 {
    width: 310px;
}

.span-9 {
    width: 350px;
}

.span-10 {
    width: 390px;
}

.span-11 {
    width: 430px;
}

.span-12 {
    width: 470px;
}

.span-13 {
    width: 510px;
}

.span-14 {
    width: 550px;
}

.span-15 {
    width: 590px;
}

.span-16 {
    width: 630px;
}

.span-17 {
    width: 670px;
}

.span-18 {
    width: 710px;
}

.span-19 {
    width: 750px;
}

.span-20 {
    width: 790px;
}

.span-21 {
    width: 830px;
}

.span-22 {
    width: 870px;
}

.span-23 {
    width: 910px;
}

.span-24 {
    width: 950px;
    margin: 0;
}

.border {
    padding-right: 4px;
    margin-right: 5px;
    border-right: 1px solid #ccc;
}

.colborder {
    padding-right: 24px;
    margin-right: 25px;
    border-right: 1px solid #ccc;
}

div.floatLeft,
.flt,
.fl {
    float: left;
    _display: inline;
}

div.floatRight,
.frt,
.fr {
    float: right;
    _display: inline;
}

div.floatNone {
    float: none;
}

.box {
    padding: 7px;
}

.boxBlue {
    background: #ECF2F5;
    border: 1px solid #C7DBE5;
    padding: 7px;
}

.boxBrown {
    background: #F5F4EC;
    border: 1px solid #E5DDC7;
    padding: 7px;
}

.boxGray {
    background: #EFEFEF;
    border: 1px solid #E1E1E1;
    padding: 7px;
}

.cut {
    overflow: hidden;
}

hr {
    background: transparent;
    color: #ddd;
    float: none;
    width: 100%;
    height: 0;
    margin: 5px 0;
    padding: 0;
    border: 1px solid #eee;
}

hr.space {
    background: white;
    color: white;
}

.clearfix {
    display: block;
    /* zoom: 1; */
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearboth {
    clear: both;
}

.ma {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.register-wrap {
    margin: 10px;
}

.register-wrap .leftpart {
    float: left;
    width: 58%;
    margin-right: 50px;
}

.register-wrap .righttop {
    float: right;
    width: 35%;
    height: 120px;
}

.register-wrap .rightbottom {
    float: right;
    width: 35%;
    height: 100px;
}

.register-wrap h4 {
    font-size: 14px;
    padding: 0;
    margin: 3px 0;
}

.register-wrap .intro {
    color: #999;
}

.register-wrap .form {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0;
}

.register-wrap .form table th {
    width: 100px;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    padding: 7px 0;
    vertical-align: middle;
}

.register-wrap .form table td {
    vertical-align: middle;
}

.register-wrap .form table th i {
    padding: 0 5px;
    color: #f60;
}

.pageWrap h2 {
    margin: 15px 0;
    color: #666;
}

.pageWrap h4 {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    padding-left: 14px;
}

.pageWrap ol li {
    color: #666;
}

.section .row {
    clear: both;
    overflow: hidden;
}

.lineheight-free,
.lineheight-free * {
    line-height: normal;
}

.themefoot {
    margin: 0 auto;
}

.customMessages * {
    line-height: 140%;
}

.uarea-output table {
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}

.uarea-output table td {
    border: 1px solid;
}

.uarea-output ul,
.uarea-output ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

.uarea-output ul li {
    list-style: disc inside;
    border: none;
    margin: 0;
}

.uarea-output ol li {
    list-style: decimal inside;
    border: none;
    margin: 0;
}

.uarea-output i,
.uarea-output em {
    font-style: italic;
}

.footArticle .span-5,
.span-6 {
    text-align: center;
}

.install-outer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.install-outer[class] {
    display: table;
    position: static;
}

.install-middle {
    position: absolute;
    top: 50%;
}

.install-middle[class] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}

.install-inner {
    width: 536px;
    height: 293px;
    border: 3px solid #D7DCE2;
    box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    -moz-box-shadow: 1px 1px 8px #ddd;
    -o-box-shadow: 1px 1px 8px #ddd;
    padding: 25px;
    margin: 0 auto;
    position: relative;
    top: -50%;
}

.install-inner .leftpic {
    width: 179px;
    height: 180px;
    background: url(../images/install_pic.gif) no-repeat;
    float: left;
    margin-top: 50px;
}

.install-inner .rightcont {
    width: 340px;
    font-size: 14px;
    float: right;
    margin-top: 100px;
    line-height: 25px;
}

.install-inner .rightcont a {
    color: #06C;
    margin: 0 3px;
}

.install-inner .rightcont a:hover {
    color: #F60;
}