
body {
    margin: 0px;
    font-family: Calibri;
    font-size: 14px;
    font-weight: normal;
    color: #686765;
    background: url(../images/login_bg.png) center top;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: underline;
        color: #c22d00;
    }

h1, h2, h3, p, ul, li {
    margin: 0px;
    padding: 0px;
}

/*HTML 5 Display Rules */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}
/* Left & Right alignment */

#top {
    width: 100%;
    height: 130px;
    float: left;
    background: url(../images/top.jpg) top right no-repeat #fff;
}


#top_in {
    width: 1000px;
    height: 130px;
    margin: 0px auto;
}

#wrap_out {
    width: 100%;
    float: left;
}

#wrap {
    width: 100%;
    position: absolute;
    top: 80px;
    background: url(../images/top_m1.png) center top no-repeat;
}


#wrap_in {
    width: 1000px;
    height: auto;
    margin: 0px auto;
}

#header {
    width: 1000px;
    height: 100px;
    margin: 0px auto;
}

#logo {
    width: 206px;
    height: 60px;
    float: left;
    margin-top: 5px;
}

#head_right {
    width: 645px;
    height: 80px;
    float: right;
    margin-top: 5px;
}

#cont_box {
    width: 1000px;
    float: left;
    padding-top: 20px;
}

#cont_box_top {
    width: 1000px;
    height: 22px;
    float: left;
    background: url(../images/con_bg_top.png) center top no-repeat;
}

#cont_box_mid {
    width: 1000px;
    height: auto;
    float: left;
    background: url(../images/con_bg_mid.png) center top repeat-y;
}

#cont_box_mid_con {
    width: 960px;
    height: auto;
    float: left;
    padding: 0px 20px 40px 20px;
}

#left {
    width: 635px;
    height: auto;
    float: left;
}

#left .span {
        line-height: 20px;
        text-align: justify;
        display: block;
    }

#right {
    width: 300px;
    height: auto;
    float: right;
}

.depat_link {
    margin-bottom: 10px;
}

    .depat_link h2 {
        font-size: 24px;
        color: #f75f13;
        display: block;
        text-align: center;
        padding: 5px 0px;
    }

    .depat_link ul {
        margin: 0;
        padding: 0;
    }

    .depat_link li {
        color: #FFFFFF;
        display: block;
        line-height: 35px;
        background: 15px 10px no-repeat #e3e3e3; 	/*url(../images/box_icon.png) */
        list-style: none;
        margin-bottom: 2px;
        margin-left: 0;
        padding: 2px 4px 0;
    }

    .depat_link a {
        color: #414141;
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
        text-decoration: none;
        padding: 0 0 2px 40px;
    }

        .depat_link a:hover {
            color: #0c0c0c;
        }



#footer {
    width: 986px;
    height: 50px;
    float: left;
    margin: 0px 7px;
    padding-top: 15px;
    background: url(../images/footer.png) center top no-repeat #fff;
}

.ft_left {
    width: 200px;
    color: #5f5f5f;
    height: 35px;
    float: left;
    line-height: 35px;
}

.ft_right {
    width: 590px;
    color: #5f5f5f;
    height: 35px;
    margin-right: 15px;
    float: right;
    text-align: right;
    line-height: 35px;
}

    .ft_right a {
        color: #5f5f5f;
        text-decoration: none;
    }

        .ft_right a:hover {
            color: #000000;
        }


table.tbllist {
    width: 100%;
    font-family: Calibri;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background-color: #f4f4f4;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

    table.tbllist td {
        color: #616161;
        padding: 4px;
        empty-cells: show;
        vertical-align: top;
        border: 1px #d3d3d3 solid;
    }

    table.tbllist .inputbox {
        width: 115px;
        border: 1px solid #d1d1d1;
        display: inline-block;
        padding: 4px 2px;
        font-size: 12px;
        color: #555555;
        vertical-align: middle;
    }

    table.tbllist .select {
        width: 120px;
        border: 1px solid #d1d1d1;
        background: #FFFFFF;
        display: inline-block;
        padding: 4px 2px;
        font-size: 12px;
        color: #555555;
        vertical-align: middle;
    }

    table.tbllist .Multibox {
        width: 105px;
        border: 1px solid #d1d1d1;
        background: #FFFFFF;
        margin: 0px;
        display: inline-block;
        padding: 4px 2px;
        font-size: 12px;
        color: #555555;
        vertical-align: middle;
    }


    table.tbllist th {
        background-color: #da4900;
        color: #fff;
        padding: 4px;
        vertical-align: top;
        border: 1px #da4900 solid;
        font-size: 12px;
        font-weight: bold;
    }


    table.tbllist .inputbox, .select {
        float: left;
    }
    .list  {margin:0px; padding:0px; padding-left:15px;}
.list li {
    padding:8px 5px 5px 8px; text-align:justify;}



.button2{
  /**ADD this**/ 
  padding:5px 10px 5px 10px; 
  border:none;
  background-color:#d64d08;
  color:#fff;  
  cursor:pointer;
}

.button2:hover{
  

  background:#af3d04;
   cursor:pointer;
}
