﻿
.btn {
    display: inline-block;
    float: right;
    margin-top: 20px;
    width: 15%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    background-color: #2ea6df
}

.lkblook {
    display:block;
    width:114px;
    height:24px;
    line-height:24px;
    background: url("../images/base2img2.png") no-repeat center center;
    text-align:left;
    text-indent:2em;
    float:right;
    margin-top:4px;
    margin-right:10px;
}
.lkblook a {
        margin:0px !important;
        padding:0px !important;
        line-height:normal !important;
}
#content-wrap {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#content {
    width: 100%;
    height: auto;
    padding-bottom:20px;
}
#content .bg {
    position: relative;
    float: right;
    width: 98%;
    height: auto;
    border: 2px solid #b5b5b6;
    border-radius: 5px;
}

#content .bg .position {
    width: 100%;
    height: auto;
    /*border: 1px solid #f00;*/
}

#content .bg .top {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 30px;
    /*background-color: #ccc;*/
}

#content .bg .top img {
    position: absolute;
    left: -14px;
    width: 102%;
}

#content .bg .top .name {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#content .bg .top .right {
    position: absolute;
    right: 0px;
    width: 500px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
}

#content .bg .position .top .right span {
    margin-right: 10px;
}

#content .bg .position .top .right a {
    position: relative;
    right: 15px;
    top: 4px;
    float: right;
    color: #fff;
    display: inline-block;
    width: 100px;
    height: 20px;
}

#content .bg .position .top .right a img {
    position: absolute;
    left: 0px;
    width: auto;
    height: 100%;
}

#content .bg .position .down {
    width: 100%;
    height: 80px;
    /*background-color: #f00;*/
    margin-top: 40px;
}

#content .bg .position .down ul {
    width: 100%;
    height: auto;
    list-style: none;
}

#content .bg .position .down ul li {
    width: 15.8%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    float: left;
    margin-bottom: 5px;
}

#content .bg .position .down ul li.aa {
    margin-right: 1%;
}

#content .bg .position .down ul li.blue {
    background-color: #eaf6fd;
    color: #7c7c7c;
    font-weight: bold;
    font-size: 13px;
}

#content .bg .position .down ul li.gray {
    background-color: #efefef;
    color: #7c7c7c;
    font-size: 13px;
}

#content .bg .function {
    width: 100%;
    height: auto;
    /*border: 1px solid #ff0;*/
}

#content .bg .function .down {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

#content .bg .function .down ul {
    list-style: none;
    width: 100%;
}

#content .bg .function .down ul li {
    width: 100%;
    height: 30px;
    list-style: 30px;
    color: #595757;
    text-align: left;
    font-size: 13px;
}

#content .bg .rqstd {
    width: 100%;
    height: auto;
    /*border: 1px solid #ff0;*/
    margin-bottom: 20px;
}

#btnSubmit {

    cursor:pointer;
}