/* 
    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;
    
}

.menu_center table {
    border-collapse: collapse;
}

ul.errors{
    list-style-type: none;
    color:red;
    font-weight: bold;
    padding:0;
    margin:0;
    height:30px;
}
ul.errors li:after {
    content: '';
    width:100%;
    display:inline-block;
}
label.required{
    display: inline-block;
    width: 8em;
    color:#000 !important;
}
.loginFields div{
    width : 25em;
    height : 4em;
}
div.button{
    height:2.5em;
}