body {
	font-family: verdana;
	font-size: 82%;
	color: #333;
	text-align: center;
	background: #000;
	padding: 0;
	margin: 0;
}

p.error {
	color: red;
}

p.error a {
	color: red;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

p.error a:hover {
	background: yellow;
	text-decoration: none;
}

#top {
	background: #333 url(/wp-content/themes/Skittlish-Theme_1.06_widgets/skittlish/images/header_bg.gif) top left repeat-x;
	padding: 5px;
	margin: 0 0 1em 0;
	text-align: left;
	border-bottom: 1px solid #333;
	overflow: hidden;  /* to prevent stupid IE7 horizontal scrollbars on p's float: right */
}

#top h1 {
	color: #ddd;
	padding: 22px 0 5px 0px;
	margin: 0;
	background: transparent url(images/ggw-labs.gif) top left no-repeat;
	font-size: 80%;
}

#top p {
	padding: 0;
	margin: 8px .5em 0 0;
	float: right;
	font-size: 16px;
}

#top p a {
	color: #ccc;
	font-style: italic;
	padding: 3px 6px;
	background: #ccc;
	border: 1px solid #999;
	color: #555;
	text-decoration: none;
}

#top p a:hover {
	background: #fff;
	color: #ff9900;
}

#head {
	width: 790px;
	background: #339900;
	color: #fff;
	padding: 10px 5px;
	margin: 0;
}

#head form, #head form input, #head p {
	padding: 0;
	margin: 0;
}

#content {
/*	width: 800px;
	padding: 1em 1em 50px 1em;
	text-align: left;
	background: #fff;
	margin: 0 auto;
*/}

#content p.warning {
	font-style: italic;
	color: #ff9900;
	margin-top: 0px;
	padding-top: 6px;
}


#content p.warning a {
	color: #ff9900;
}

#content .h1x p.warning, #content .h1 p.warning {
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: right;
}

#content .h1x img, #content .h1 img {
	display: none;
}

#content .h1x img.show, #content .h1 img.show {
	display: inline;
}

h2, h3 {
	color: #ff9900;
	font-size: 150%;
	margin-bottom: 0px;
	margin-top: 6px;
	padding-top: 6px;
}

h3 {
	font-size: 125%;
}

a:hover {
	text-decoration: none;
}

td {
	vertical-align: top;
	padding: 6px;
	font-size: 120%;
}

td.tag {
/*	font-size: 90%;
	color: #555;
*/	border: 1px dashed #ddd;
	border-width: 0 1px 0 0;
}

td.result {
	padding-left: 20px;
}

.title, .h1, .h1x {
	background: #ffffcc;
	padding: 10px 20px;
	border: 1px solid #b0dab0;
	font-weight: bold;
}

.h1, .h1x {
	margin-bottom: 6px;
}

.h1x {
	background: #fde0da;
	border-color: #f8afa2;
}

.title img, .h1 img, .h1x img {
	float: left; 
	margin: 0 12px 0 -30px;
}

#bottom {
	padding-bottom: 20px;
}

#bottom p {
	font-size: 82%;
	color: #555;
}

#bottom p a {
	color: #555;
}









