@charset "utf-8"; 
#wrapper {
	margin:auto auto;
	width: 825px;
	height:800%;
	text-align: left;
	position: relative;
}
body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	text-align:center;
}
input.button {
	width:60px;
	height:28px;
	background:url(images/button.png) no-repeat;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:none;
	padding-bottom:4px;
}
input.textfield
{ 
	height:28px;
	width:269px;
	background:url(images/textfield.png) no-repeat;
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	border:none;
}