/* -------------------------------------------------------------------- 
     			      Atos Worldline Web Applications
         	  ---- Technical team stylesheet ----
	        To be used in combination with "main.css an login_dev.css"
			  		       Atos Worldline, 2010
-------------------------------------------------------------------- */
/* Please, be sure to have here ONLY the styles that 
have different properties as defined in the main.css an login_dev.css.
Do not duplicate the original CSS in a whole */ 

.borderedFieldset p {
	margin: 2px 0px; 
/*	float: left;*/
}

#langBoxLeftBorder {
	width: 170px;
}

div.login {
	width : 38%;
	margin : auto;
}

label.login, fieldset.login label {
	width: 15em;
	padding: 0px 8px 0px 0px;
}
input.login,fieldset.login input {
	float: left;
}

div.loginChangePwd {
	width : 40%;
	margin : auto;
}

label.loginChangePwd, fieldset.loginChangePwd label {
	width: 13em;
	padding: 0px 8px 0px 0px;
}
input.loginChangePwd, fieldset.loginChangePwd input {
	float: left;
}

div.resetPwdlogin {
	width : 38%;
	margin : auto;
}

label.resetPwdlogin, fieldset.resetPwdlogin label {
	width: 15em;
	padding: 0px 8px 0px 0px;
}