/* 
    Document   : login
    Created on : 25.08.2010
    Author     : Lionel
    Description:
       css page de login
*/
#sendPassword{
    font-size:8px;font-style:italic;
}
#main{
	background: url(../../images/common/bg/connexion.png) no-repeat;
}

#add_user{
	position: absolute;
	top: 285px;
	left: 195px;
}
#BacSable{
    position:absolute;
    right:0px;
    top:0px;
}

#submit-element{
	position: relative;
	top: -53px;
	left: 215px;
}

#login-label, #password-label{
	font-size: 12px;
	font-weight: bold;
}

#submitbutton{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
}

.form-errors{
	position: relative;
	top: -305px;
	left: 68px;
	font-size: 12px;
	font-style: italique;
	list-style: none;
	color: #ff0000;
}

.errors{
	list-style: none;
}
	