/* 
    Document   : login
    Created on : 06-mar-2013, 0:32:32
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#introLogin{
    width: 800px;
    text-align: center;
    font-size: 13px;
}

#tablaLogin{
    width: 300px;
    height: 160px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 250px;
    text-align: center;
    overflow: hidden;
   border-radius: 5px;
   border: 1px solid white;
   padding: 5px 5px;
   background-color: rgba(255,255,255,0.50);
   box-shadow: 2px 2px 5px #333;
}

#tablaLogin tr td{
    height: 40px;
    text-align: center;
    width: 150px;
}

.inputLogin{
    height: 15px;
    border: 1px solid #999;
    width: 130px;
    margin-right: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
}

#errorLogin{
    width: 800px;
    color:red;
    text-align: center;
    font-weight: bold;
}