#overlay {

	display: none ;
	position: fixed ;
	height: 100% ;
	width: 100% ;
	top: 0 ;
	left: 0 ;
	background: #000 ;
	z-index: 6 ;

}

#login_dlg {

	position: fixed ;
	z-index: 500 ;
	display: none ;
	background-image: url(../images/login_dlg_bg.png);
	width: 534px ;
	height: 316px ;

}

.input_front {

	text-decoration: none ;
	color:#333 ;
	font-family: Arial, sans-serif ;
	font-size:16px ;
	padding: 8px ;
	padding-left: 9px ;
	border: none ;

}

.label {

	color: #666 ;
	font-family: 'Lucida Sans', sans-serif ;
	font-size: 15px ;

}

.interface {

	float:left ;
	width: 44px ;
	height: 44px ;

}

a.link_interface, a.link_interface:hover {

	float: left ;
	color: #666 ;
	font-family: 'Lucida Sans', sans-serif ;
	font-size: 15px ;
	line-height: 44px ;
	margin-left: 13px ;
	text-decoration: underline ; 

}

a.interface_2, a.interface_2:hover {

	color: #666 ;
	font-family: 'Lucida Sans', sans-serif ;
	font-size: 15px ;
	text-decoration: underline ; 

}

#dlg_hr {

	width: 100% ;
	height: 1px ;
	background-image:url(../images/interface/hr.png);
	background-repeat: repeat-x ;
	margin-top: 11px ;
	margin-bottom: 11px ;

}