#main_content {
	position: relative;
}
.content_top {
	width: 100%;
	float: left;
}
.content_toolbar {
	position: absolute;
	right: 10px;
}
.content_toolbar .tool {
	float: left;
}
.content_toolbar a {
	border: 0px;
	text-decoration: none;
}
h2.contentheading {
	margin-top: 2px;
	float: left;
	width: 100%;
}
.content {
	clear: both;
}

li .text, li .img {
	float: left;
}
li .img {
	width: 40px;
	margin-right: 10px;
	overflow: hidden;
}
.msgbox {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
	padding: 4px;
}
.del {
	background: url('http://code.netvistun.is/icon/silk/delete.png') no-repeat 50% 50%;
	width: 16px;
	cursor: pointer;
	float: right;
}
.add {
	background: url('http://code.netvistun.is/icon/silk/add.png') no-repeat 50% 50%;
	width: 16px;
	cursor: pointer;
}
