#login_partenaire{
	margin-top:15px;
	text-align:left;
	padding:15px;
	background-color: #EEE;
	clear:both;
}

#form_login input {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:10px;
	float:left;
	margin-left:10px;
	margin-right:30px;
	width:150px;
	height:30px;
	line-height:30px;
	background-color: #F7F7F7;
	-webkit-box-shadow: inset 1px 1px 1px #aaaaaa;
	-moz-box-shadow: inset 1px 1px 1px #aaaaaa;
	box-shadow: inset 1px 1px 1px #aaaaaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	font-weight:normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#login_partenaire .tit {
	font-family: 'Trebuchet MS', Tahoma, serif; /*'MYRIADPRO-REGULAR',*/ 
	letter-spacing: 0.10em;
	text-transform: uppercase;
	color: #3b7610;
	font-size: 14px;
	height:30px;
	line-height:30px;
	float:left;

}


#form_login #btn_envoi {
	cursor:pointer;
	display:block;
	float:right;
	background-image: url(images/enveloppe.png);
	height: 30px;
	width: 32px;
	background-repeat: no-repeat;
	background-position: center center;
}


#form_login #loading {
	margin-top:5px;
	margin-right:5px;
	float:left;
	display:none;
	
}

#form_login #err {
	color: #F00;
	height:30px;
	line-height:30px;
	margin-top:10px;	
}


#end_inscription {
	color: #3b7610;
	text-decoration: blink;	
}