.hclitem{
	margin:0 0 20px;
	position:relative;
	padding:10px;
	border:1px solid rgb(240,240,240);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 5px rgb(200,200,200);
	-webkit-box-shadow:0px 0px 5px rgb(200,200,200);
	box-shadow:0px 0px 5px rgb(200,200,200);
}

.hclstatus{
	position:absolute;
	width:30%;
	vertical-align:center;
	clear:left;
	top:10px;
	bottom:10px;
	left:10px;
}

.hclstatus label{
	display:block;
	vertical-align:center;
}

.hclinfo{
	float:right;
	width:70%;
	clear:right;
}

.hclitemuser{
	position:absolute; 
	bottom:10px;
	right:10px;
}

.pending{
	background-color:rgb(250,250,250);
}

.done{
	background-color:rgb(200,250,200);
	border:1px solid rgb(190,240,190);
}
.error{
	background-color:rgb(250,200,200);
	border:1px solid rgb(240,190,190);
}

.clear{
	clear:both;
}