body {
	background:#b1b1b1;
	font-family:"lucida grande", tahoma, arial;
}

p {
	color:#000;
	font-size:12px;
}


#global {
	margin:auto;
	width:500px;
	margin-top:150px;
}	
.boxLogin {
	width:460px;
	padding:10px 10px 30px 10px;
	border:10px solid #ccc;
	float:left;
	background: #fff;
}
.boxLogin h4 {
	float:right;
	width: 100%;
	text-align: right;
}
.boxLogin h5 {
	float:right;
	position:relative;
	top:-15px;
	right:25px;
	font-size:11px;
	color:#000;
	width: 100%;
	text-align: right;
}
.boxLogin  div.row {
	float:left;
	width:100%;
	margin: 10px 0 0  0;
	clear:both;
}

div.row p.label {
	float:left;
	width:120px;
	font-weight: 700;
	text-align: right;
	margin:0 20px 0 0;
	height:20px;
	line-height: 20px;
}
div.row p.champ {
	float:left;
	width:320px;
}
div.row input.normal {
	width:250px;
	border:1px solid #ccc;
	height:20px;
	line-height: 20px;
	text-indent:4px;
}

div.row p span.erreur {
	float:left;
	width:100%;
	font-size:11px;
	color:#f00;
	margin:2px 0 0 0;
}

div.row input.submit {
	font-weight: 400;
	color:#000;
	font-size:11px;
	background: #dfdfdf;
	padding:2px 20px;
	border:1px solid #fff;
	margin-left:140px;
	font-weight: 400;
	
	-moz-box-shadow: 0px 0px 2px #b3b3b3; 
    -webkit-box-shadow: 0px 0px 2px #b3b3b3; 
    box-shadow: 0px 0px 2px #b3b3b3; 

}
div.row input.submit:hover {
	color:#fff;
	background: #2161b6;
	text-decoration: none;
	cursor:pointer;
}

div.row input[type=submit].loading {
	background:#fff url(../images/loading.gif) no-repeat 6px center;
	text-indent:14px;
}
.boxLogin  .toolTip{
	width:416px;
	float:right;
}

.boxLogin  .fields p.error {
	background:transparent;
}

.fields p.rem {
	padding:10px 0 0 100px;
}

.fields p label { display:inline-block;}
