table.user_info {
	/* padding-top: 10px; */
	padding-bottom: 10px;
	/* margin-top: 20px; */
	height: 180px;
	max-height: 180px;
	background: url(img/user_info_bg.png) bottom #082642;

	border-top: 1px solid #273953;
	border-left: 1px solid #273953;
	border-right: 1px solid #032340;
	border-bottom: 1px solid #032340;
}
table.user_avatar {
	height: 150px;
	background: #102d48;

	-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;
}
