html {
  font-size: 14px;
}
body {
    background: #26a9e0;
    background: linear-gradient(135deg, rgba(120, 155, 255, 0.8) 25%, rgba(209, 198, 82, 0.8) 75%);
    background-attachment: fixed;
}

.header{
    margin: 0;
    padding: 0;
    height: 80px;
    background-color: #ffffff;
    background-image: url('../img/head_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.header .webLogo{
    display: block;
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    color: #ffa500 !important;
}

.header .webLogo > img{
    float: left;
    height: 70px;
    margin-right: 10px;
}

.header .webLogo > div{
    float: left;
}

.header .webLogo > div > .title{
    height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.header .webLogo > div > .subtitle{
    height: 40px;
    text-transform: none;
    color: #888;
}

.mTop0{
    margin-top: 0 !important;
}

.webtimes{
    margin-top: 25px !important;
    font-size: 22px !important;
}

.mainContent *{
    font-size: 14px;
}

.mainContent .span2{
    text-align: right;
    font-size: 14px;
}

.maxWindow{
    position: absolute !important;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 20;
}

.alertMSG{
    position: fixed;
    z-index: 100;
    width: 200px;
    bottom: 20px;
    left: 20px;
    cursor: default;
}

.alertMSG > div{
    font-size: 16px;
    padding: 10px 10px 15px 10px !important;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.txtleft{
    text-align: left !important;
}

textarea[name='address']{
    min-height: 20px !important;
}

.banner{
    position: absolute;
    top: 140px;
    right: 10px;
    z-index: -1;
}

textarea{
    font-family: Arial;
    font-size: 12px;
}

textarea[name='intro']{
    height: 100px;
}

#addFileField, #delFileField{
    margin-top: 3px;
}

.fileuploadinfo > .process{
    float: left;
    margin-top: 8px;
    margin-right: 3px;
    max-width: 90%;
    height: 5px;
    background-color: #7ad61d;
}

.fileuploadinfo > .percent{
    font-size: 11px;
    font-family: Times New Roman;
}

.notediv{
    background-color: #efefef;
    padding: 10px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

.previewTable{
    width: 650px;
}

.previewTable tr td{
    font-family: Tahoma, Arial;
    font-size: 12px;
    text-align: center;
    width: 30%;
    text-align: left;
    padding: 2px 5px;
    padding-bottom: 5px;
}

.previewTable tr td.title{
    font-weight: bold;
    color: #444;
    text-align: right;
    width: 20%;
}

.previewTable tr td.title[colspan='2']{
    text-align: left;
    padding-top: 10px;
}

.previewTable tr td[colspan='4']{
    text-align: justify;
}

#submitBtn{
    margin-right: 10px;
}

*[required=required]{
    outline: none;
}