body {
    margin: 0;
    padding: 0;
    background-color: #a2bdda;
}

img {
    border: 0;
    margin: 1px 0 1px 0;
    padding: 0;
}

div#box {
    margin: 30px auto auto auto;
    width: 386px;
    height: auto;
    background-image: url(../images/box-bg.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    border: none;
}

div#box div#top {
    width: 386px;
    height: auto;
    background-image: url(../images/box-top.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
}

div#box div#bottom {
    width: 386px;
    height: auto;
    background-image: url(../images/box-bottom.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    border: none;
}

div#box div.content {
    margin: 0 14px 0 13px;
    padding: 10px 0 10px 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #2f72a9;
    border: none;
}

div#box div.content .company_name {
    font-family: Franklin Gothic Medium Cond;
    font-size: 22px;
    color: #1a1413;
    line-height: 20px;
}

div#box div.content .members_sign {
    font-family: Arial;
    font-size: 16px;
    color: #c90306;
    line-height: 14px;
    font-weight: bold;
}

div#box div.content .page_form td.left_side {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}

div#box div.content .page_form {
    margin-top: 10px;
}

div#box div.content .ip_address {
    color: #666;
    font-weight: bold;
}

div#box div.content .page_form input.rounded {
    border: 1px solid #fff;
    width: 140px;
    height: 15px;
    background-color: transparent;
    font-size: 11px;
    font-family: arial;
    margin-top: 1px;
    font-style: normal;
}

div#box div.content .rounded-bg {
    background-image: url(../images/rounded-bg.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    height: 22px;
    float: left
}

div#box div.content .rounded-left {
    background-image: url(../images/rounded-left.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 22px;
    width: 5px;
    float: left;
}

div#box div.content .rounded-right {
    background-image: url(../images/rounded-right.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 22px;
    width: 5px;
    float: left;
}

.sign_in {
    float:left;
    margin-top: 7px;
}

.sign_in2 {
    float:right;
    margin-top: 7px;
}

div.container {
    padding-bottom: 3px;
    white-space: nowrap;
}

div.container2 {
    padding-bottom: 3px;
    white-space: nowrap;
    margin-top: 5px;
}

.docs {
    background-image: url(../images/docs2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 152px;
    height: 152px;
}

.not-bold {
    font-weight: normal;
}

.mrgn-left {
    margin-left: 20px;
}
