/* CSS Document */

body {
	height: 600px;
	width: 600px;
	margin: 0px auto;
	clear: none;
	float: none;
	top: 100px;
	background-image: none;
		}
#content {
	height: 480px;
	width: 480px;
	position: absolute;
	top: 7px;
	}
#form {
	height: 450px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	top: 15px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	padding: 0 50px 50px 50px;
	font-size: 14px;
	background-color: #FFF;
	}
style {
	color: #FFF;
}

