body {
	background: #FFF;
	font: normal 12px arial, sans;
	margin: 0;
}

#authBox {
	
	margin: 50px auto;
	width: 400px;
}

#noie6 {
	display :none;
	margin: 50px auto;
	width: 500px;
}

* html #authBox {
	display: none;
}

* html #noie6 {
	display: block;
}

#noie6 p, #noie6 ul{
	text-align:center;
}

#authBox .titleBar , #noie6 .titleBar {
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	background: #fff url(../media/admin/onglet.gif) 0 -24px no-repeat;
	font-size : 14px ; font-weight: bold;
}

#authBox input.submit{
	background-color:#8BB604;
	font-size : 12px ; font-weight: bold;
	color: #fff;
	border:1px solid #444;
	padding: 1px 10px 1px 10px;
	
}
#authBox .alert{
	text-align:center;
	color:#8BB604;
	font-size : 12px ; font-weight: bold;
}

#authBox form {
	padding: 0;
	margin: 10px;
	font-size : 12px ; font-weight: bold;
}

#authBox form label {
	display: block;
	margin-bottom: 5px;
	text-align: right;
}

#authBox form label span {
	display: block;
	float: left;
	text-align: left;
}

#authBox form label .field {
	border: 1px solid #888;
	width: 200px;
}