.tasks{
	display:block;
	width:666px;
}
.tasks .top{
	background:url(../img/fbook_tasks_top.png) no-repeat;
	display:block;
	height:12px;
	width:666px;
}
.tasks .bottom{
	background:url(../img/fbook_tasks_bottom.png) no-repeat;
	display:block;
	height:12px;
	width:666px;
}
.tasks .middle{
	background:url(../img/fbook_tasks_middle.png) repeat-y;
	display:block;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	width:666px;
}
.tasks .middle .tasks_content{
	padding:0px 15px 10px 15px;
}
.tasks .middle .tasks_content .header{
	overflow:hidden;
	margin-bottom:10px;
}
.tasks .middle .tasks_content .header img{
	vertical-align:middle;
}
.tasks .middle .tasks_content .header p{
	padding:5px 0 0 10px ;
}
.tasks .middle .tasks_content .header a{
	color:#FF0000;
	font-size:12px;
	font-weight:normal;
	margin-right:12px;
}

