#loginwrapper {
	height: 500px;
	width: 100%;
	margin: 0 auto;	
}

#errmsg {
    /*height: 238px;*/
    /*position: relative;*/
    width: 350px;
	margin: 0 auto;
	text-align: center;
}

#login {
    background-image: url("../../images/login_fr.png");
    height: 238px;
    position: relative;
    width: 251px;
	margin: 0 auto;
}

#form-login-username{
	position:absolute;
	top:88px;
	left:20px;
}

#form-login-password{
	position:absolute;
	top:148px;
	left:20px;
}


#form-login-send{
	position:absolute;
	top:210px;
	left:110px;
}

#password-raccourci{
	position:absolute;
	top:190px;
	left:20px;
}

#password-raccourci{
	position:absolute;
	top:190px;
	left:20px;
}



/* Ajout de raccourci pour la boite Nouvel utilisateur et le lien redirigeant
   sur http:\\peak-ggweb01\secure_gg\new_client_access.asp  
   Marc Fellahi  14:51  12/13/2011  FM */
#login-raccourci {
	position:absolute;
	top:268px;
	left:10px;
	color:#1f1d57;
}

#lien-raccourci{
	position:absolute;
	text-align:center;
	width:200px;
	padding-top:5px;
	padding-left: 5px;	
	padding-right: 5px;
	padding-bottom:5px;
	overflow: hidden;
	background: #fbfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfcfc 45%, #fbfcfc 55%, #a0acbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#fbfcfc), color-stop(72%,#fbfcfc), color-stop(100%,#a0acbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfcfc 3%,#fbfcfc 72%,#a0acbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfcfc 3%,#fbfcfc 72%,#a0acbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fbfcfc 3%,#fbfcfc 72%,#a0acbb 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFCFC', endColorstr='#A0ACBB',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fbfcfc 3%,#fbfcfc 72%,#a0acbb 100%); /* W3C */
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #c8d3e2;
}

input#txtUserID {
	width:200px;
	height:15px;
}

input#txtMotPasse {
	width:200px;
	height:15px;
}

#login input {
	background:transparent;
	border:none
}


.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;  
  border-left: 6px solid orange;
  width: 500px;

}

span.top6 {
top: -6px;
}

span.algn {
position: relative;
   display: inline-block;
   vertical-align: middle;
   
   left:10px;   
}

