@charset "utf-8";

html {}
body { min-width: 320px; font: 14px/1.5 Arial; background: #f8f8f8; }

form { width: 200px; margin: 100px auto 0; }
form h2 { color: #900; text-align: center; margin-bottom: 10px; }
form div { margin-bottom: 15px; }
form div label { margin-bottom: 5px; color: #333; }
form div input { width: 100%; padding: 2px; font-size: 16px; }
form button { padding: 4px 12px; }
