﻿body, wrapper{
    position:absolute;
    font-family:verdana, Arial;
    font-size:.8em;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

div#header{
    position:relative;
}
#logo{
    position:absolute;
    width:400px;
    height:90px;
    bottom: 0;
    left:50%;
    margin-left:-200px;
    margin-bottom:10px;
}
#login_form{
    position:relative;
    width:246px;
    left:50%;
    margin-left:-153px;
    padding:20px 30px 20px 30px;
}

.cs_arearow, .cs_arearow ul{
    height:40px;
    padding:0;
    margin:0 0 10px 0;
}
.cs_arearow ul li{
    list-style-type:none;
}

.cs_coltip{
    width:85px;
    float:left;
    padding-top:10px;
    font-size:14px;
    font-weight: bold;
    font-family: verdana,Arial;
}

.cs_colval input[type="text"],input[type="password"]{
    margin-bottom:10px;
    width:211px;
    outline:none;
    font-size:14px;
    padding:10px 4px 6px 30px;
    border-radius:5px;
    font-family: verdana,Arial;
}

.cs_auth_username{
    position: absolute;
    margin: 11px 0px 0px 5px;
    font-size: 18px;
}
.cs_auth_password{
    position: absolute;
    margin: 11px 0px 0px 5px;
    font-size: 18px;
}
.cs_auth_language{
    position: absolute;
    margin: 12px 0px 0px 5px;
    font-size: 18px;
    z-index: 10000;
}

label.cs_rbt_styled_select {
    position: relative;
    float: left;
    width: 246px;
}

.cs_rbt_styled_select select {
    width:246px;
    height:34px;
    line-height:34px;
    padding: 6px 0px 6px 26px;
    margin: 0;
    font-size:14px;
    outline:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    position: absolute;
    top:4px;
    font-family: verdana,Arial;
}
    
.cs_rbt_styled_select:after {
    content: "\2228";
    position: absolute;
    top:4px;
    right: 0px;
    font-size: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    font-weight:bold;
    pointer-events:none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

input[type="submit"]{
    margin-top:4px;
    width:100%;
    height:35px;
    border: none;
    cursor:pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight:bold;
    font-family: verdana,Arial;
}

/*
placeholder attribute
Safari, Google Chrome, Opera 15+ (::-webkit-input-placeholder)
Mozilla Firefox 4 to 18 (:-moz-placeholder)
Mozilla Firefox 19+ (::-moz-placeholder)
Internet Explorer 10+ (:-ms-input-placeholder)
*/
input:-moz-placeholder { color:gray; }
input::-moz-placeholder{ color:gray; }

input:focus::-webkit-input-placeholder { color:transparent; } 
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder{ color:transparent; }
input:focus:-ms-input-placeholder{ color:transparent; }


#content h2{
    text-align:center;
}
div.cs_ie_use_tip{
    position:absolute;
    left: 50%;
    margin-left: -400px;
    bottom:120px;
    font-size: 16px;
    line-height: 35px;
    height:35px;
    width: 800px;
    /*background-color: rgb(0,150,200);*/
    /*color:#fff;*/
    text-align:center;
}

div.cs_invalid_tip{
    text-align: left;
    color: red;
    width: 600px;
    position: relative;
    left: 50%;
    margin-left: -260px;
}

div span.cs_invalid_title{
    font-size: 1.8em;
    line-height: 30px;
    display: block;
	color: red;
}

div span.cs_invalid_content{
    font-size: 1.1em;
    line-height: 20px;
    display: block;
}