﻿body, wrapper{
    position:absolute;
    font-size:.8em;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

h2{
    margin-top: 200px;
    text-align: center;
}

div#header{
    position:relative;
}
#logo{
    position:absolute;
    width:500px;
    height:128px;
    bottom: 0;
    left:50%;
    margin-left:-256px;
    margin-bottom:10px;
}
#login_form{
    position:relative;
    width:222px;
    left:50%;
    margin-left:-153px;
    padding:20px 30px 20px 30px;
}

#id_copyright{
    position: fixed;
    width: 600px;
    text-align:  center;
    left: 50%;
    margin-left: -300px;
    margin-top: 330px;
    bottom: 20px;
}

.cs_element_row, .cs_element_row ul{
    height:40px;
    padding:0;
    margin:0 0 10px 0;
}
.cs_element_row ul li{
    list-style-type:none;
}

.cs_element_value input[type="text"],input[type="password"]{
    width:206px;
    height:20px;
    padding:8px 10px 6px 4px;
    margin-bottom:10px;
    outline:none;
    -webkit-border-radius: 2px; /*Safari, Google Chrome, Opera 15 */
    -moz-border-radius: 2px;    /*Mozilla Firefox */
    border-radius:2px;          /* world */
}

.cs_element_value select{
    width: 222px;
    height: 36px;
    -webkit-border-radius: 2px; /*Safari, Google Chrome, Opera 15 */
    -moz-border-radius: 2px;    /*Mozilla Firefox */
    border-radius: 2px;         /* world */
    outline:none;
}

.cs_tip_icon{
    margin-top: 2px;
    position: absolute;
    margin-left: -45px;
    font-size: 32px;
}

.cs_login_icon{
    float: right;
    font-size: 35px;
    cursor: pointer;
}

input[type="submit"]{
    float:right;
    margin-top:5px;
    height:35px;
    min-width:80px;
    border: none;
    font-weight:bold;
    -webkit-border-radius: 4px; /*Safari, Google Chrome, Opera 15 */
    -moz-border-radius: 4px;    /*Mozilla Firefox */
    border-radius: 2px;         /* world */
    cursor:pointer;
}

.cs_failed_tip{
    color: lightgoldenrodyellow;
    text-align: center;
    font-size: 1.2em;
}
