form.to_be_validated label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
    width: 100%;
    text-align: left;
    font-size: 0.8em;
}

.login-box form.to_be_validated label.error, .login-box label.error { 
    color: #ffffff;
}

input.error {
    border: 2px solid red;
    margin-bottom: 0;
}

.logout-btn {
    border: none;
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 4px 15px;
    display: block;
    text-align: left;
    color: #777;
    cursor: pointer;
}

.logout-btn:hover {
    background-color: #e1e3e9;
}