body{
	background: #fffff1; /* Set Website Background Color */
	font: 11px 'Verdana'; /* Set Website Font Size & Font Type */
}

#wrap{
margin:50px auto auto auto; 

	margin: 0 auto; /* Center Our Content */
	width: 500px; /* Set The Width For Our Content */
	background: #FFF; /* Set Content Background Color */
	padding: 10px; /* Set Padding For Content */
	border: 1px solid #000; /* Add A Border Around The Content */
}

label{
	display: block; /* Make sure the label is on a single line */
	margin: 3px; /* Create some distance away from the input fields */
}

input{
	padding: 3px; /* Give the text some more space */
	border: 1px solid gray; /* Add a border around the input fields */
	margin: 3px; /* Create some distance away from the labels */
}