﻿html, body, th, td, dl, dt, dd, ul, ol, li, form, textarea, input, select {
    margin: 0;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
}

dl, ul {
    list-style: none;
}

img, body, html {
    border: 0;
}

img, input, select, button {
    vertical-align: middle;
}

a {
    color: #336;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

body, html {
    height: 100%;
}

body {

}

#container {
    height: 100%;
    width: 100%;
    background: url(../images/bg.png);
}

#container .top {
    height: 76px;
    background: url(../images/topBg.png) repeat-x top left;
}

#container .bottom {
    height: 76px;
    background: url(../images/bottomBg.jpg) repeat-x bottom left;
}

#content-frame {
    background: url(../images/bannerBg.png) repeat-x 0 118px;
    text-align: center;
}

#content {
    margin: auto;
}

#content .tl {
    height: 118px;
    width: 661px;
    background: url(../images/logo.jpg) no-repeat 90px 27px;
}

#content .tr {
    width: 306px;
    background: url(../images/boxTop.jpg) no-repeat top right;
}

#content .ml {
    height: 172px;
    background: url(../images/banner.jpg) no-repeat;
}

#content .mc {
    width: 5px;
    background: url(../images/bannerRight.jpg) no-repeat;
}

#content .mr {
    vertical-align: top;
    width: 301px;
    background: url(../images/boxBg.png) repeat-y;
}

#content .mr ul {
    padding-top: 40px;
}

#content .mr li {
    padding-bottom: 10px;
}

#content .mr .errors {
    color: red;
}

#content .mr label {
    font-size: 14px;
    font-weight: bold;
    color: #02336C;
}

#content .mr .ipt {
    border: 1px solid #01233f;
    background: #cfebff;
    font-size: 14px;
    width: 126px;
    padding: 2px 1px;
}

#content .mr .hover {
    background: #fffebf;
}

#content .mr .chk {
    font-weight: normal;
}

#content .mr .chk input {
    margin-left: 2px;
}

#content .mr .sbt {
    width: 77px;
    height: 28px;
    border: none;
    cursor: pointer;
    margin-left: 23px;
    _margin-left: 15px;
    background: url(../images/loginBtn.png) no-repeat;
}

#content .bl {
    text-align: right;
    color: #5d5d5d;
    padding: 10px 20px 0 0;
    line-height: 150%;
}

#content .br {
    height: 73px;
    background: url(../images/boxBottom.jpg) no-repeat bottom right;
}
