body {
	margin: 0px;
	background-color: ffffcc;
	background-image: url(images/bg_stripe.gif);
}
a img {
 	border: none;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: 1px;
}
a {
	text-decoration: none;
	color: #333333;
}
.logo {
	background-repeat: no-repeat;
}
.form {
	padding: 8px;
	background-image: url(images/line_06.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.formlabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #4e2512;
	font-weight: bold;
}
	input.typeText,
	option.contents{
	background-color:#f4f4f4;
	color:#666;
	font-size: 10px;
	overflow: hidden;
	}
	input.focused,
	textarea.focused{
		color:#505050;
		background-color:#fff;
}
#info {
	border-top:dashed 1px #999966;
	border-bottom:dashed 1px #999966;
	padding-top:10px;
	padding-bottom:10px;
}