﻿body {
    background-color: #eeeeee;
    background-image: url(../images/main/bg.jpg);
    background-repeat: repeat;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
}

a {
    blr: expression(this.onFocus=this.blur());
}

input[type="submit"] {
    cursor: pointer;
}
/*去掉谷歌的样式*/
input, button, select, textarea {
    outline: none;
}

img {
    border: 0px;
}

.loading {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.loadbox {
    display: block;
    position: absolute;
    width: 400px;
    height: 300px;
    margin: -150px 0px 0px -200px;
    top: 50%;
    left: 50%;
    z-index: 11;
}

    .loadbox img {
        width: 400px;
        height: 300px;
    }

.c_txt {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #2D2D2D;
    clear: both;
}

    .c_txt A {
        color: #676767;
        text-decoration: underline;
    }

        .c_txt A:hover {
            color: #676767;
            text-decoration: underline;
        }

    
.txt80 {
    width: 80px;
    height: 20px;
    line-height: 20px;
}

.txt100 {
    width: 100px;
    height: 20px;
    line-height: 20px;
}

.txt150 {
    width: 150px;
    height: 20px;
    line-height: 20px;
}

.txt200 {
    width: 200px;
    height: 20px;
    line-height: 20px;
}

.txt250 {
    width: 250px;
    height: 20px;
    line-height: 20px;
}

.txt300 {
    width: 300px;
    height: 20px;
    line-height: 20px;
}

.txt350 {
    width: 350px;
    height: 20px;
    line-height: 20px;
}

.txt550 {
    width: 550px;
    height: 20px;
    line-height: 20px;
}