﻿body
{
	font-family: Helvetica;
	background-color: #eef;
}

#wrapper
{
	width: 80%;
	margin: auto;
	padding: 8px;
	background-color: #fff;
	min-height: 500px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header {
margin: 0 50px;

}
#header ul {
display: inline;
	
}

#header li {
display: inline;
	
}

ul.tag li
{
margin: 100px 0px;

}

#tagwrapper li 
{
	display: inline-block;
	background-image: url(tag.png);
	background-color: #eef;
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 3px 6px 3px 30px;
	margin: 5px 4px;	
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-spacing: 10px;
/* list-style-image: url(/wp-images/image.gif);*/
}

.tagEditor
{
	margin: 4px 0;
	padding: 0;
}

.tagEditor li
{
	display: inline;
	background-image: url(minus_small.png);
	background-color: #eef;
	background-position: right center;
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0 18px 0 6px;
	margin: 0 4px;	
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tagEditor li:hover
{
	background-color: #eee;
}

