body {
	background-color: rgb(99,100,102);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#wrap {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -350px;
	background-color: #FFF;
	border: 2px outset #999;
	width: 720px;
}

input {
	font-size: 11px;
	background-color: #EEE;
	color: rgb(165,55,22);
	border: 1px solid rgb(165,55,22);
	font-weight: bold;
}