body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/bg.png) repeat-x center top;
}

#bg {
	margin: 0 auto;
	width: 839px;
	text-align: center;
}

#header {
	padding-top: 40px;
	height: 40px;
	padding-bottom: 40px;
}

#ftop {
	height: 29px;
	background: url(images/frTop.png) no-repeat center top;
}

#fmid {
	background: url(images/frMid.png) repeat-y center center;
}

#pad {
	padding: 0 20px 20px;
}

#pad hr {
	border: 0px;
	height: 1px;
	background-color: #c3c2c3;
}

td#fields {
	padding-right: 15px;
}

#fbot {
	height: 26px;
	background: url(images/frBot.png) no-repeat center top;
}

td#titles {
	font-family: Arial;
	color: #afadaf;
	font-weight: bold;
	font-size: 15px;
	width: 100px;
}

#theField {
	font-size: 19px;
	border: 0;
	padding: 5px;
	width: 270px;
	height: 39px;
	background-image: url(images/field.png);
	color: #c22e24;
}

#tall {
	height: 40px;
}