body {
	background: #FFF;
	color: #bdbbbc;
	font-family: Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 100;
}
#box{
	width:300px;
	margin: 0 auto;
	background: #090909;
}
.centerVerticaly{
	position:absolute;
	left:50%;
	top:50%;
	padding: 0;
	margin:-100px 0 0 -150px;
}
#logo img {
	width:300px;
	height:141px;
}
#login {
	position: relative;
	border: 1px solid #bdbbbc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 20px 0 20px 0;
	padding: 5px 5px 10px 5px;
	display: none;
}
#title {
	background: #9d9d9c;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 5px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin: 0 0 10px 0;
}
#formulaire {
	width:100%;
	color:#bdbbbc;
	padding:0;
}
#formulaire table {
	width:100%;
	margin: 0px;
	padding: 0px;
}
#formulaire table td {
	padding:8px 0 0 0;
}
#formulaire table .label{
	width:70px;
	text-align:right;
}
#formulaire input[type="text"],
#formulaire input[type="password"]{
	border-radius: 0px;
	background:none;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #bdbbbc;
	float:left;
	width:202px;
}
#formulaire input[type="submit"] {
	background: #e30613;
	border-radius: 2px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 5px;
	color: #FFF;
	text-align: center;
	display: none;
}
#alert {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position: relative;
	top: -26px;
	padding: 5px;
	color: #e30613;
	text-align: left;
	display: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
}









