body{
	width: 700px;
	margin: 0 auto;
	text-align: center;
	background: #fff url('../images/bg.gif') top repeat-x;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 14px;
}

.container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin-top: 8px;
}

a {
	color: #134b7a;
	font-weight: bold;
	text-decoration: underline;
}

.theInput {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #444;
	background: #fff url('../images/small-sun.gif') 3px center no-repeat;
	padding: 5px 5px 5px 22px;
	border: 1px solid #ccc;
}