body {
	background: #e1d89f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.8em;
}

a {
	color: black;
	text-decoration: underline;
}

/**
 * Header elements
 */

#header {
	text-align: center;
	margin-bottom: 1.5em;
}
#header h1 {
	display: none;
}
#logo {
	background: url(../graphics/red.gif) no-repeat;
	width: 341px; height: 140px;
	margin: auto;
}

.logo_text {
	display: none;
}

/**
 * Main page body
 */

#mainbody {
	width: 800px;
	margin: auto;
}
#description {
	margin-bottom: 1.5em;
}
#success p {
	color: #d92f04;
}
#moreinfo {
	font-size: 0.5em;
}

/**
 * Form
 */

#mainform_form p {
	text-align: center;
}
input[type=text] {
 	font-size: 1.5em;
	color: #999;
}
#goItem {
	cursor: pointer;
}
