/* 
    Document   : index
    Created on : 14/04/2011, 09:00:30
    Author     : Emilio
    Description:
    Purpose of the stylesheet follows.
*/

body{
    font-family: Arial;
    background-color: #CCC;
}
#login{
    height: 380px;
    width: 126px;
    text-align: left;
    background-color: #FFF;
    padding: 20px 5px 0px 5px;
    font-family: Arial;
    font-size: 12px;
    border: solid #000099 1px;
    border-radius: 10px;
}

#logo_login{  
    height: 400px;
    width: 600px;
    text-align: center;
    background-color: #FFF;
    background-image: url("../../images/rcasistemas3.png");
    background-position: center;
    background-repeat: no-repeat;
    border: solid #000099 1px;
    border-radius: 10px;
}

#form_login{
    font-family: Arial;
    font-size: 12px;
}

input[type="text"],input[type="password"],select{
    width: 120px;
    border: solid 1px #999;
    border-radius: 3px;
}

#submitbutton{
    margin-top: 15px;
}

a{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: underline;
}