/**********************************************************************************************************************************************************************************/
/***********************************************************************                            LOGIN ESPACE PRO                               **************************************************************/
/*********************************************************************************************************************************************************************************/

.tx-felogin-pi1 .login_bloc {
	float:left;
	width:100% !important;
	width: 98%;
	margin:8px 0;
}


.tx-felogin-pi1 label {
	display:block;
	width:120px;
	height: 20px;
	float:left;
	font-weight: bold;
}


.tx-felogin-pi1 input {
	display:block;
	float:left;
	width:65%;
	height: 20px;
	border:1px solid #CFCDCD;
}

 

.login_bloc_pass input {
  display:block;
	float:left;
	width:219px;
	height: 20px;
	border:1px solid #CFCDCD;
}

.login_bloc_pass {
  margin-bottom: 5px;
}

.tx-felogin-pi1 input.hidden {
	border:0;
}

div.felogin-hidden {
  display: none;
}


/***** BOUTON LOGIN/LOGOUT *******/



.tx-felogin-pi1 .login {
	cursor:pointer;
	width:36px;
	height:25px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	border:0;
	font-size:1.2em;
	background:url('../images/interface/login-submit.gif') left top no-repeat;
	margin-left:5px;
}   

.tx-felogin-pi1 .logout {
  float: right;
	cursor:pointer;
	width:120px;
	height:25px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	border:0;
	font-size:1.2em;
	background:url('../images/interface/login-submit-logout.gif') left top no-repeat;
	margin-left:5px;
}