/* 
    Document   : login
    Created on : 25.08.2010
    Author     : Lionel
    Description:
       css page de login
*/
#sendPassword{
    font-size:8px;font-style:italic;position:absolute;top:265px;left:570px
}

#main{
	background: url(../../images/techedulab/accueil.jpg) no-repeat;
	margin: auto;
	position: relative;
	width: 750px;
	height: 500px;
}

#add_user{
	position: absolute;
	top: 168px;
	left: 450px;
}

#submit-element{
	position: relative;
	top: -30px;
	left: 215px;
    margin: 0;
}

#login-label, #password-label{
	font-size: 12px;
	font-weight: bold;
}

#submitbutton{
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
    height: 25px;
}

.form-errors{
	position: relative;
	top: -131px;
	left: 171px;
	font-size: 12px;
	font-style: italique;
	list-style: none;
	color: #ff0000;
}

.errors{
	list-style: none;
}
	