div.container_login {
    background-color: #373737;
}


#sign_up {
    color: white;
    float:right;
    font-weight:bold;
    padding-right:10px;
}



#loginPanel {
    clear:both;
    padding-top:145px;
    margin-top:200px;
    margin-bottom:100px;
    background-position:top left;
    background-image: url(images/logo.png);
    background-repeat : no-repeat;
    margin-left : auto; 
    margin-right : auto; 
    width : 450px;  
}

#loginPanel .links {
    color: white;
    padding-left: 15px;
}

#loginPanel .links a {
    color: white;
}

#loginPanel .links input {
    width:10px;
}

#loginPanel .error {
    padding-left: 15px;
}

#loginPanel fieldset {
    border:none;    
}

#loginPanel input {
    border:2px solid black; 
    width:150px;
    outline: 0;
}

#loginPanel input:focus {
    background-color: wheat;
}


#loginPanel input[type=submit], #registerPanel input[type=submit]  {
    width:auto;
    border:1px solid #bec0c2;
    padding-top:2px;
}

.error {
    margin-top : 10px;
    font-size : 14px;
    color: orange;
    font-weight : bolder;
}

.message {
    margin-top : 30px;
    margin-bottom : 10px;
    font-size : 14px;
    color: white;
    font-weight : bolder;   
}

#registerPanel {
    clear:both;
    padding-top:125px;
    margin-top:80px;
    background-position:left top;
    background-image: url(images/logo.png);
    background-repeat : no-repeat;
    margin-left : auto; 
    margin-right : auto; 
    width : 460px;  
    color:white;
}

#registerPanel .passwordNotice {
    margin:0;
    padding:0;
    font-size: 10px;
}

#registerPanel fieldset {
    border:none;    
}

#registerPanel input {
    border:2px solid black; 
    width:150px;
    outline: 0;
}

#registerPanel input:focus {
    background-color: wheat;
}

#registerPanel label {
    width:150px;
    float:left;
    display:block;
}

#registerPanel p.captcha  input {
    margin-left:150px;
}

#registerPanel p.captcha  img {
    border:2px solid black; 
}

*+html #loginPanel input#loginSubmit  {
    width:110px;
    padding-top:0;
}