.button1 { background: url(../images/j_button1_left.png) no-repeat; white-space: nowrap; padding-left: 10px; margin-left: 5px;}
.button1 .next { background: url(../images/j_button1_next.png) 100% 0 no-repeat; }
.button1 a {
	display: block;
	height: 26px;
	float: left;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding: 0 30px 0 6px;
}
.button1 a:hover { text-decoration: none; color: #0B55C4; }

#form-login label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding: 4px;
	color: #666;
	font-weight: bold;
}

#form-login .button_holder {
	float: left;
	padding-left: 180px;
}

#form-login div.button1{
 	float: left;
}

#form-login div.button1 div.next {
	float: left;
}

/*		CONNEXION	*/
.connexion {
	height: 350px;
	width:420px;
	border: 1px none #ADAAB5;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size : 11px; 
}								
.connexion table{
	border-spacing: 10px;
}	
.connexion td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
