/* Panel "Tw�j profil" */
.userpanel_username {
	text-align:		center;
	font-size:		11px;
	background:		#656565;
	padding-top:		3px;
	padding-bottom:		3px;
	padding-left:		6px;
	padding-right:		6px;
	border:			1px solid #363636;
}
.userpanel_username span {
	font-size:		12px;
	font-weight:		bold;
}
#userpanel_msg {
	text-align:		center;
	font-weight:		bold;
	padding-top:		6px;
	padding-bottom:		2px;
}
#userpanel_konto {
	padding-bottom:		3px;
	font-size:		10px;
	text-align:		center;
	text-decoration:	none;
  font-family: Tahoma, sans-serif,arial,helvetica;

}
#userpanel_konto span {
	font-weight:		bold;
}


#userpanel_label {
	font-weight:		bold;
	text-align:		center;
}
#userpanel_imput {
	text-align:		center;
	padding-left:		5px;
	padding-right:		5px;
}

#userpanel_imput input {
	width:			100%;
	padding-left:		0px;
	padding-right:		0px;
}
#userpanel_bottom {
	position:		static;

}
#userpanel_remember {
	position:		relative;
	float:			left;
	top:			3px;
	left:			5px;
}
#userpanel_submit {
	position:		relative;
	float:			right;
	top:			3px;
	right:			5px;
}
#userpanel_ul {
	margin-top:		30px;
}





/* ------------------------- new_profile.php ------------------------- */
table.user_info {
	/* padding-top: 10px; */
	padding-bottom: 10px;
	/* margin-top: 20px; */
	height: 180px;
	max-height: 180px;
	background: url(images/bgs/user_info_bg.png) bottom;

	border: 1px solid #363636;
}
table.user_avatar {
	height: 150px;
	background: #363636;

	-moz-border-radius-topright:15px;	/* Gecko */
	-khtml-border-radius-topright:15px;	/* Opera */
	-icab-border-radius-topright:15px;	/* iCab (Mac) */
	-webkit-border-radius-topright:15px;	/* Safari/WebKit */
	-khtml-border-radius-topright:15px;	/* Konqueror */

	-moz-border-radius-bottomright:15px;	/* Gecko */
	-khtml-border-radius-bottomright:15px;	/* Opera */
	-icab-border-radius-bottomright:15px;	/* iCab (Mac) */
	-webkit-border-radius-bottomright:15px;	/* Safari/WebKit */
	-khtml-border-radius-bottomright:15px;	/* Konqueror */

	padding: 10px;
}
td.user_informations {

}
table.nologin {
	background: #0f2c48;
	border: 3px solid #1b4266;
	margin-top: 5px;
	margin-bottom: 5px;

	-moz-border-radius:10px;	/* Gecko */
	-khtml-border-radius:10px;	/* Opera */
	-icab-border-radius:10px;	/* iCab (Mac) */
	-webkit-border-radius:10px;	/* Safari/WebKit */
	-khtml-border-radius:10px;	/* Konqueror */
}
td.login {
	height: 5px;
}
