@CHARSET "UTF-8";

/**
 * (c) Firma JAKUBIAK 2007
 * Antoni Jakubiak
 * http://www.jakubiak.biz/
 */
/**
 * Wyświetlanie ostatnio zarejestrowanych osób na FSO
 */

a.newProfile {
	display: block;
	float: left;
	width: 70px;
	height: 90px;
	border: 1px solid #5686c6;
	padding: 0px;
	margin: 0px 1px 1px 0px;
}
a.newProfile:hover {
	border-color: #ed125a;
}
a.newProfile img {
	border: 0px;
	background-color: #49454b;
}
