#user_login {
color:#fff !important;
border: none;
}
#login_final{

}
#register {
	float: right;
	background : url("http://lifementor.pl/wp-content/themes/manuedian/images/register.png") no-repeat;
	width : 83px;
	height :25px;
	border : none;
	color : transparent;
	font-size : 0px;
}
#register:hover {
	background : url("http://lifementor.pl/wp-content/themes/manuedian/images/register-hover.png") no-repeat;
}
#facebook {
	float: right;
	background : url("http://lifementor.pl/wp-content/themes/manuedian/images/facebook_connect.png") no-repeat;
	width : 79px;
	height :25px;
	border : none;
	color : transparent;
	font-size : 0px;
}
#facebook:hover {
	background : url("http://lifementor.pl/wp-content/themes/manuedian/images/facebook_connect-hover.png") no-repeat;
}

#main-logo {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	background : url("http://lifementor.pl/wp-content/themes/manuedian/images/logo.png") no-repeat;
	width : 500px;
	height :150px;
	border : none;
}

#login_final input[type=submit] {
	float: right;
	background : url("http://lifementor.pl/wp-content/themes/manuedian/images/submit.png") no-repeat;
	width : 60px;
	height :25px;
	border : none;
	color : transparent;
	font-size : 0px;
}
#login_final input[type=submit]:hover {
	background : url("http://lifementor.pl/wp-content/themes/manuedian/images/submit-hover.png") no-repeat center center;
}

#login_top{
    	float: right;
}

#login_final input[type="text"]{
	background: url("http://lifementor.pl/wp-content/themes/manuedian/images/login-panels.png") no-repeat;
	border: none;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 515px;
	float: left;
	color:#fff;
	width: 100px;
	height: 18px;	
}

#login_final input[type="password"]{
	background: url("http://lifementor.pl/wp-content/themes/manuedian/images/login-panels.png") no-repeat;
	margin-top: 2px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	color:#fff;
	margin-left: 10px;
	width: 100px;
	height: 18px;
}

div.pass{
    position: relative;
}

#fb_connect{
	font-size:12px;
	color:#fff;
	height:20px;	
	background:url(http://lifementor.pl/wp-content/themes/manuedian/images/ico/ico_fb_login.png) no-repeat center right;
    	padding-bottom: 6px;
    	padding-right: 14px;
    	padding-top: 4px;	
    	float: right;	
	margin-left:10px;
	position:relative;
}

#fb_connect span{
    	border-left: 1px solid #7A7A7A;
   	 display: block;
    	float: left;
    	height: 23px;
   	left: -8px;
  	top: 2px;
   	position: absolute;
}

#fb_connect:hover{
	border-bottom:2px solid #33b5e5;
