﻿.containerbox {
    margin: 100px auto;
    width: 600px;
    height: 280px;
    background: #eef3fa;
    padding: 10px;
    border-radius: 15px;
    position: relative;
}

.mainbox {
    margin: 10px;
}

.logo {
    position: absolute;
    z-index: 100;
    width: 200px;
    height: 200px;
}

.headerbar {
    position: relative;
    width: 100%;
}

    .headerbar .headerbg {
        padding-top: 10px;
        width: 100%;
        height: 40px;
    }

    .headerbar h4 {
        position: absolute;
        top: 8px;
        right: 10px;
        color: white;
    }

.logincontainer {
    position: relative;
    float: left;
    margin: 0px 0px 10px 200px;
    width: 180px;
}

    .logincontainer .loginbox {
        width: 300px;
        height: 100%;
        float: left;
        margin-top:10px;
    }

    .logincontainer .submitbtn {
        position: absolute;
        right: -160px;
        bottom: 6px;
        width: 30px;
    }


.submit-img:hover {    
    width: 24px;
    height: 24px;
}

.submit-img {
    width: 25px;
    height: 25px;
}

div.field-span{
    margin:0px;
}

div.field-span div{
    padding:5px;
    float:left;
}

div.field-span div input, div.field-span div select {
    width:200px;
    height:30px;
}

div.field-span div.CaptchaBox input{
    float:left;
}

div.field-span div.CaptchaBox img{
}

div.field-span div label {
    width:70px;
    margin-top: 5px;
    color: gray;
    text-align:right;
}

.alert-message {
    position: absolute;
    bottom: 10px;
    left: 240px;
}
