.pimg
{
	width:50px;
	height:50px;
	position:relative;
	background-color:rgb(230,230,230);
	border:1px solid rgb(130,130,130);
	border-radius:10px;
	margin-right:10px;
	margin-top:10px;
}
.pimg>img
{
	width:100%;
	height:100%;
}
.pfile
{
	height:50px;
	position:relative;
	border:1px solid rgb(130,130,130);
	border-radius:10px;
	margin-right:10px;
	margin-top:10px;
}
.pfile>a
{
	width:100%;
}
.pfile>a>span
{
	width:100%;
}