/* 
    Document   : login
    Created on : 04-jul-2013, 12:32:11
    Author     : goabar
    Description:
        Purpose of the stylesheet follows.
*/

html,body{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    
}
#main_content{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 100px;
}
#main_content .error{
    color: red;
    font-size: 14px;
    font-weight: bold;
}
#main_content p{
    font-size: 22px;
    color: #666;
}
#password{
    height: 35px;
    margin-bottom: 10px;
    border: 1px solid #666;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    

}
#main_content p img{
    margin-bottom: 25px;
}
#submit{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    height: 37px;
    background: url(../images/btn.png) top left no-repeat;
    color: white;
    width: 152px;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 37px;
    
    
}



