/*	styles pour le formulaire espace distributeurs	*/

	.alerte {
		color: red;
		font-weight: bold;
	}
	.good {
		font-weight: bold;
	}

/**
	#login-name, #login-pass {
		background-color : <?php echo $sStyleAlerte; ?>;
	}
*/
	
	div#login-first label span, div#alerte {
		font-size: 12px;
	}
	
	div#alerte {
		color: white;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.input-mini, submit {
		height: 12px;
		width: 65%; 
		text-align: left;
	} 
	
	#login-second, #login-second input, .getlink {
		margin: 0px;
		padding: 0px;
	}
	
	#demande-espace-distrib {
		font-size: 13px;
		padding-top: 5px;
		font-weight: bold;
	}
	
	#oublie-mdp {
		margin-top: 5px;
	}