.additem
{
	position: relative;
	margin-bottom: 50px;
}

#txtAddItem
{
	width: 100%;
	height: 50px;
	font-size: 130%;
}


.template
{
	display: none;
}

.item
{
	border: 1px solid #00aa44;
	border-radius: 6px;
	background-color: #00aa44;
	color: white;
	margin: 10px;
	padding: 8px;
}

.item .remove
{
	float: right;
	cursor: pointer;
}

.buttons
{
	text-align: center;
}

.hints
{
	font-size: 80%;
	color: #666666;
	text-align: right;
	margin-bottom: 50px;
	margin-top: 10px;
}

.empty
{
	text-align: center;
	border: 1px solid #00aa44;
	border-radius: 10px;
	padding: 20px;
	
}

.list
{
}