﻿body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: inherit;
    color: #6b6b6b;
}

textarea {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: inherit;
}

.father {
    width: 100%;
    height: 758px;
    border: 1px solid #e9e9e9;
    border-top: 3px solid #Fdc003;
    box-shadow: -2px 0px 6px #e9e9e9,2px 0px 6px #e9e9e9;
}
.general_father {
    width: 100%;
    min-height: 748px;
    border: 1px solid #e9e9e9;
    border-top: 3px solid #Fdc003;
    box-shadow: -2px 0px 6px #e9e9e9,2px 0px 6px #e9e9e9;
}

.head {
    height: 100px;
}

.top-bar {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    float: left;
    font-size: 12px;
    color: #a2a2a2;
}
.top-bar-box {
width:925px;
margin:0 auto;
}
.logo {
    width: 925px;
    margin: 0 auto;
}

    .logo img {
        width: auto;
        height: 70px;
        float: left;
    }
.top-bar-login {
float:right;
line-height:80px;
}
    .top-bar-login a {
        color: #F78E1E;
        text-decoration:none;
    }
        .top-bar-login a:hover {
            text-decoration:underline;
        }
.content {
    width: 925px;
    min-height: 455px;
    margin: 80px auto;
    text-align: center;
}

.content-left {
    float: left;
}
    .content-left img {
    width:450px;
    }
.content-right {
    float: right;
}

.foot {
    float: left;
    width: 100%;
    height: 63px;
    line-height: 63px;
    background: #F2F2F2;
}

    .foot span {
        display:block;
        width:925px;
        margin:0 auto;
    }

.foot-line {
    height: 5px;
    width: 100%;
    background: #Fdc003;
    margin: 0 auto;
}
.buttons {
    color:#F78E1E;
            background-color:Window;
            height: 25px;
            cursor: pointer;
        }
        .buttons:hover {color:white; background-color: #F78E1E;  }
.buttonclick {
    color:white; background-color: #F78E1E;
}

.BorderUnline {
            border: 1px solid #e9e9e9;
            border-top:0px;
         }
.BorderUnlines {
            border: 1px solid #e9e9e9;
            border-bottom: 3px solid #f0f0f0;
            border-left:3px #f0f0f0 solid; border-right:3px #f0f0f0 solid;
         }
.BorderUnlines td { text-align: left; padding: 4px 0; }

 .InfoBorderlow {
            border: 1px solid #e9e9e9;
         }
        .InfoBorderlow td { text-align: left; padding: 4px 0; }




.lbuttons {
            color:#F78E1E;
            background-color:Window;
            height: 30px;
            cursor: pointer;
            font-size:14px
        }
.lbuttons:hover {color:white; background-color: #F78E1E;  }

.pres { text-align:left;
     /*margin-top: 0px; margin-bottom: 0px;text-align:left;*/
}
