html
{
  height: 100%;
  margin-bottom: 0.01em;
}
* {
	margin:0;
	padding:0;
	list-style-type:none;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	letter-spacing:-1px;
	background-color: #FFF;
	padding: 10px;
	}

br.clear {
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
	}
a {
	color:#7C3192;
	text-decoration:none;
	}
a:hover {
	color:#0468AD;
	text-decoration:underline;
	}

h1 {
	/* font-family: Impact; /**/
	font-size: 12px;
	background: url('../images/www/wizard/popup-heading.png') top left repeat-x transparent;
	color: #fff;
	padding: 5px;
}

ul.error
{
	margin-top: 1em;
}

ul.error li
{
	list-style: disc;
	color: red;
	margin-left: 20px;
}

#publish
{
	margin-top: 1em;
}
