/* Acme Challenge */

BODY {
	background-color: #4d0201;
	height: 100%;
	margin: 0;
	padding: 50px 0 0 0; /* padding for PixelGood banner */
	text-align: center;
	}
#wrapper {
	background: url(graphics/ridges.gif) repeat-x 0 0;
	height: 8px;
	left: 0;
	margin: 12px auto 0 auto;
	padding: 0;
	text-align: left; /* IE6 fix, prevents centered text, from above body spec  */
	top: 0;
	width: 100%;
	}
#container {
	background: url(graphics/swatch.gif) repeat 0 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left; /* IE6 fix, prevents centered text, from above body spec  */
	top: 0;
	width: 100%;
	}
/* IE Box Model Fix */
* html #container {
	background: url(graphics/swatch.gif) repeat 0 0;
	height: 100%;
	left: 0;
	margin: -16px 0 0 0;
	padding: 0;
	text-align: left; /* IE6 fix, prevents centered text, from above body spec  */
	top: 0;
	width: 100%;
	}
.mast {
	margin: -3px;
	}
.text {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #300201;
	line-height: 17px;
	text-decoration: none;
	margin: 0;
	padding: 0 35px;
	}
.text2 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #300201;
	line-height: 17px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
.header {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #300201;
	line-height: 19px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	}
.fields {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #912520;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	}
.fields2 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #300201;
	line-height: 15px;
	text-decoration: none;
	margin: 0;
	}
.fields3 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #912520;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	}
.feedback {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #300201;
	line-height: 15px;
	text-decoration: none;
	margin: 0;
	}
.journey {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #300201;
	line-height: 15px;
	text-decoration: none;
	margin: 0;
	}
.link {
	color:#912520;
	}
a:link, a:visited {
	color: #300201;
	text-decoration: underline;
	}
a:hover, a:active {
	color:#912520;
	text-decoration: underline;
	}
INPUT, SELECT, TEXTAREA {
	border: #4d0201 solid 1px;
	color: #300201;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-color: #f1f1be;
	/*background-color: #e9e9d8;*/
	}
.fieldsFix {
	background-color: transparent;
	border: 0;
	}