body {
    background-color: #efefef;
    font-family: 'futura-pt', sans-serif; ;
}
#page_banner{
    background-image: url("../images/login_banner.jpg");
    background-repeat: no-repeat;
    heught:95%
        position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    height: 95vh;
}
#sub_page_banner{
    background-image: url("../images/login_banner_sub.jpg");
    background-repeat: no-repeat;
    heught:95%
        position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    height: 95vh;
}
.login_form {
    position: fixed;
    margin-top:288px;
    margin-left:115px;
    z-index: 7;
    background-color:#d3d3d3;
    padding-left:15px;
    width:400px;
    padding-bottom:10px;
}

.button {
    background: #011e48 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: 'futura-pt', sans-serif; ;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 2px 4px;
    text-decoration: none;
}
.text_input {
    color: #011e48;
    font-family:'futura-pt', sans-serif; ;
}
h4.blue_head{
    color:#011e48;
    font-size:18px;
}
.login_boxes{
    float: left;
    width:40%;
}
.line {
    padding-right: 21px; /* 20+1 */
    position: relative;
}
.line:after {
    content: '';
    position: absolute;
    right: 0;
    border-right: 1px solid #929294;
    top: 10%;
    bottom: 10%;
}
.login_links{
    float: left;
    font-family: 'futura-pt', sans-serif; ;
    margin-left: 5%;
    margin-top: 4%;
    width: 45%;
}
a{
    font-size:12px;
    text-decoration: none;
    color:#000;
}
a:hover{
    font-size:12px;
    text-decoration: underline;
    color:#000;
}
.link_arrow{
    font-size:12px;
    padding-right:5px;
    color:#011e48;
}

.page_content {
    font-family: 'futura-pt', sans-serif; ;
    font-size: 14px;
    margin-left: 646px;
    margin-top: 132px;
    position: fixed;
    width: 700px;
    z-index: 7;
}
.page_content
{
    text-align: justify;
    text-justify: inter-word;
}
.page_content a{
    color:#007e7e;
    font-size:14px;
    text-decoration:underline;
}
.para_head
{
    font-weight:bold;
}
.para_content{
    margin-top:-10px;
    padding-bottom:10px;
}

#box-link 
{ 
    background-color: transparent;
    height: 95px;
    left: 105px;
    position: absolute;
    top: 26px;
    width: 242px;
}

.sts_msg {
    margin-left: 115px;
    margin-top: 262px;
    padding-bottom: 10px;
    padding-left: 15px;
    position: fixed;
    width: 400px;
    z-index: 7;
    color:red;
}

.ui-widget-header, .ui-dialog-content, .ui-dialog .ui-dialog-buttonpane button{
    font-size: 13px;
}
.ui-dialog .ui-dialog-content,.ui-widget-content{
    min-height: 20px;
}