@CHARSET "UTF-8";

#Container { width: auto; }
#Main {
	margin-top: 0;
}
form {
	font-size: 13px;
	line-height: 22px;
}
	form table {
		border: 10px solid #093459;
		padding: 35px;
		border-radius: 15px;
	}
		form table td {
			padding: 2px 2px;
		}
	form .button { cursor: pointer; }
		.button:hover { font-weight: bold; }