html{
width: 460px;
}
body {
	width: 460px;
	margin: 30px;
	background-color: #FFFFFF;
	color: #000000;
	font: 12px Georgia, Arial, Helvetica, sans-serif;
}

form label {
	float: left;
	width: 130px;
}

form div {
	clear:left;
	padding-bottom: 10px;
}

form .text {
	width: 296px;
	border: 1px inset #999999;
	padding: 2px;
}

form div.submit {
	width: 430px;
	text-align: right;
}

form div.captcha {
	padding-left: 130px;
}

