@charset "utf-8";
/* CSS Document */
body{
/*
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;*/
}
#wrapper {
	display: table;
	width: 900px;
	border: 0px solid #999;
	margin: 0 auto 1% auto;
}


input.field { 
	width: 200px;
	border:#FFFFFF 0px solid;
	color:#000000;
	background-color:#999999;
	font-size:14px;
}

#content{
	position:relative;
	top:60px;
}

