
input.login{
	border:none;
	border-left:1px solid #D3D1D1;
	margin-left:10px; padding-top:12px;
	padding-bottom:12px;
	width:136px; float:left;
	background-color:#EEEBEB;
	padding-left:10px;
	padding-right:10px;
	color:#2f3744;
	font-size:11px;
	margin-top:1px;
}

.input_login{
	background-color:#EEEBEB;
	float:left;
	padding-left:10px;
	width:226px;
	margin-bottom:5px;
	margin-top:5px;
	height:42px;
}
.input_login_top{
	background-image:url(https://oto-labo.com/user/image/login/input_login.png);
	float:left;
	height:4px;
	width:236px;
	margin-left:-10px;
}
.input_login_bottom{
	background-image:url(https://oto-labo.com/user/image/login/input_login.png);
	float:left;
	height:4px;
	width:236px;
	background-position:0px -4px;
	margin-left:-10px;
	margin-top:-3px;
}

#login_button{
	background-image:url(https://oto-labo.com/user/image/login/login_button.png) !important;
	width:80px;
	height:36px;
	float:right;
	background-repeat:no-repeat;
	cursor:pointer;
	border: none;
}
#find_button{
	background-image:url(https://oto-labo.com/user/image/login/find_button.png) !important;
	width:72px;
	height:36px;
	float:right;
	background-repeat:no-repeat;
	border: none;
}
#register_button{
	background-image:url(https://oto-labo.com/user/image/login/register_button.png) !important;
	width:200px;
	height:36px;
	float:right;
	background-repeat:no-repeat;
	cursor:pointer;
	border: none;
	margin-left:20px;
	margin-top:2px;
}

#register_button:hover{
	background-position:0px -36px;
	cursor:pointer;
}
#login_button:hover{
	background-position:0px -36px;
	cursor:pointer;
}
#find_button:hover{
	background-position:0px -36px;
}

.comment_content{
	float:right;
	width:445px;
}

.fieldlogin{
	color:#71767E;
	background-color:transparent;
	width:54px;
	text-align:right !important;
	float:left;
	font-size:11px;
	padding-top:4px;
	padding-bottom:4px;
}

.fieldname{
	color:#71767E;
	background-color:transparent;
	width:54px;
	text-align:right;
	padding-right:11px;
	float:left;
	font-size:11px;
	padding-top:10px;
}

.required{
	color:#71767E;
	background-color:transparent;
	width:54px;
	text-align:right;
	padding-right:11px;
	float:left;
	font-size:11px;
	padding-top:10px;
	background-image:url(https://oto-labo.com/user/image/login/required.png);
	background-repeat:no-repeat;
	background-position:57px 14px;
}

#dark {
	position: absolute;
	left: 0px;
	top: 0px;
}
body > div#dark { position: fixed; }

#dark{
	width:100%;
	height:100%;
	background-color:#000000;
	background-repeat: repeat;
	z-index:1000;
	float:left;
	display:none;
	background-attachment: scroll;
	z-index:100;
}

#login_box{
	color: #FFFFFF;
	background-repeat:repeat-x;
	background-attachment: scroll;
	z-index:1000;
	left: 50%; 
	width: 280px;
	height: 260px;
	margin-top: -140px; /* moitie' de la hauteur */
	margin-left: -140px; /* moitie' de la largeur */
	position:fixed;
	display:none;
	text-align:left;
	overflow:hidden;
}

#login_box_content{
	background-image:url(https://oto-labo.com/user/image/login/login_box_bg.png);
	float:left;
	background-repeat:repeat-x;
	padding-top:20px;
	padding-left:14px;
	padding-right:14px;
	width:235px;
	height:206px;
	padding-bottom:55px;
}

#login_box_content.min{
	background-image:url(https://oto-labo.com/user/image/login/login_box_bg.png);
}

#login_box_bottom{
	width:235px;
	position:absolute;
	bottom:-8px;
	height:55px;
	float:left;
	padding-left:14px;
	padding-right:14px;
	left:3px;
	margin-top:28px;
}

#login_box_left{
	background-image:url(https://oto-labo.com/user/image/login/login_box_l_r.png);
	float:left;
	background-repeat:no-repeat;
	width:4px;
	height:281px;
}

#login_box_left.min{
	background-image:url(http://oto-labo.com/user/image/login/login_box_l_r.png);
	float:left;
	background-repeat:no-repeat;
	width:4px;
	height:281px;
}

#login_box_right{
	background-image:url(https://oto-labo.com/user/image/login/login_box_l_r.png);
	float:left;
	background-repeat:no-repeat;
	width:4px;
	background-position:-4px 0px;
	height:281px;
}

#login_box_right.min{
	background-image:url(https://oto-labo.com/user/image/login/login_box_l_r.png);
	float:left;
	background-repeat:no-repeat;
	width:4px;
	background-position:-4px 0px;
	height:281px;
}


a.close_button{
	background-image:url(https://oto-labo.com/user/image/login/close_button.png);
	width:16px;
	height:16px;
	float:right;
	margin-top:-10px;
	margin-right:-8px;
}
