	body {
		vertical-align: top;
		padding: 0 10px;
		
		font-family: Arial, Helvetica, sans-serif;
	}

	#form {
		margin: 10px;
		width: 400px;
	}
	
	#form fieldset {
		border: 0;
		border-top: 2px solid #000000;
	}
	
	#form legend {
		padding: 5px;
		font-weight: bold;
		font-size: 0.8em;
		text-align: center;
		color: #000000;
	}
	
	#form table {
		width: auto;
		font-size: 0.8em;
	}
	
	#form table th {
		text-align: right;
	}
	
	#form table td input[type="text"] {
		width: 250px;
	}
	
	#form table td textarea {
		width: 250px;
	}
	
	#form table td input[type="checkbox"] {
		width: 20px;
	}
	
	#form table td input[type="submit"] {
		margin: 5px auto;
		background-color: #000000;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
	
	#form table td input:hover[type="submit"] {
		background-color: #FFFFFF;
		color: #000000;
		border: 1px solid #000000;
	}
	
	#form table td.submit {
		text-align: center;
	}
	
