
.workerbox{
	display: block;
	float: left;
	width: 130px;
	height: 200px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.workerbox .imgbox{
	display: block;
	float: left;
	width: 126px;
	height: 126px;
	background-image: url(images/munkatarsak_img_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
}

.workerbox .imgbox img{
	position: relative;
	top: 12px;
	left: 7px;
}

.workerbox .databox{
	display: block;
	float: left;
	width: 129px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.workerbox .databox p{
	display: block;
	float: left;
	width: 129px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	
}

.workerbox .databox p.name{
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
