body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
a {
	color: #6a6a6a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

label {
	font-weight: bold;
	display: block;
}
input {
	width: 400px;
	margin-bottom: 10px;
}
input[type="radio"], input[type="submit"] {
	width: auto;
}

textarea {
	width: 400px;
	height: 150px;
}

.preview {
	background-color: #8080a0;
	padding: 20px;
}