/* CSS Document */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000000;
	background-color: #FFFFFF;
	}
#page {
  	position: absolute;
 	top: 50%;
 	left: 0px;
  	width: 100%;
 	height: 1px;
  	overflow: visible;
	}
#container {
	width: 950px;
	height: 520px;
	padding: 2px;
	background-color: #000000;
	position: absolute;
	left: 50%;
    margin-left: -475px;
	top: -260px;
	}
#textfield {
	float: right;
	background-color: #FFFFFF;
	width: 257px;
	padding: 15px 30px 20px 20px;
	position: absolute;
	left: 50%;
    margin-left: 170px;
	top: 40px;
	}