/*  

Copyright © 2007 Troll d'idées. Tous droits réservés.

Compte client : Identification
Thème : Kiwi
Créé le : 08/07/2006
*/

.identification .content_left {
	float: left;
	width: 48%;
}

.identification .content_right {
	float: right;
	width: 48%;
}

.identification .content_left p {
	padding: 5px 0 0 0;
	height: 55px;
}

.identification .content_right p {
	padding: 0 0 0 100px;
}

.identification .bouton {
	margin: 10px 0 0 0;
	height: 23px;
}

.identification .textfield {
	width: 200px;
}

.identification label {
	float: left;
	line-height: 23px;
	display: block;
	width: 100px;
}

.identification div {
	margin: 0 0 5px 0;
}

