/* 
    Document   : login
    Created on : 05.03.2012, 10:50:56
    Author     : sb
    Description:
        Purpose of the stylesheet follows.
*/

.logout{
    height: 5.5em;
    width: 200px;
    text-align: center;
    margin: 2em auto;
}

.logout fieldset{
/*    border: 2px ridge blue;*/
    opacity: 1;
    text-align: center;
    height: 4em;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%); /* W3C */
    font-weight: 900;
    padding-top: 1em;
    
}

.relogin{
    height: 8em;
    width: 370px;
    text-align: center;
    margin: 1em auto;
}

input.button{
    padding: 4px 6px;
    position: relative;
/*    top: 5px;*/
    background: rgb(249,234,212); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,234,212,1) 0%, rgba(249,177,69,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,234,212,1)), color-stop(100%,rgba(249,177,69,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,234,212,1) 0%,rgba(249,177,69,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,234,212,1) 0%,rgba(249,177,69,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,234,212,1) 0%,rgba(249,177,69,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(249,234,212,1) 0%,rgba(249,177,69,1) 100%); /* W3C */
    border: 1px solid #AFA3A3;
    border-radius: 10px 10px 10px 10px;
    color: black;
    cursor: pointer;
    font-family: Arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 8em;
    text-decoration: none;
}
input.button:hover {
    border-left: 1px solid #555;
    border-top: 1px solid #555;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
fieldset.fieldset_login{
    margin: 0 auto;
    
}
.loginFields{
    width : 30em;
    margin: 0 auto;
}
ul.errors{
    list-style-type: none;
    color:red;
    font-weight: bold;
}
label.required{
    display: inline-block;
    width: 8em;
}
.loginFields div{
    width : 25em;
    height : 5em;
    margin: 0 auto;
}
div.button{
    height:2.5em;
}
.menu_center {
    position: absolute; 
    top: 20%;
    left: 30%;
}
.relogin{
    height: 100%;
}