/* CSS Document */


body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	min-width:680px;
}
p {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#part1 label, #part3 label {
	display: block;
	width: 300px;
	text-align: right;
	padding-right: 10px;
	clear: left;
	float: left;
}

input[type="text"], input[type="email"], input[type="password"], select {
	width:300px;
}

fieldset {
	border: 1px solid #999;
	margin-bottom: 6px;
}

input[type="submit"] {
	width: 200px;
	background-color: #F30;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
}
