body, input { font-family: Arial, sans-serif; font-size: 15px; line-height: 1.2; }
body { background: #eee; min-height: 100%; position: relative; }
label { display: inline-block; width: 100px; margin-bottom: 10px; }
select { display: inline-block; width: 314px; padding: 5px; height: 32px; }
input[type="text"] { display: inline-block; width: 300px; padding: 5px; }
input[type="submit"], input[type="button"] { display: inline-block; width: 100%; padding: 10px; border: 1px solid #666; border-radius: 10px; background: #ccc; cursor: pointer; }
input.smallbutton { width: 100px; }
section { background: #fafafa; padding: 30px; border-radius: 10px; box-shadow: 0 1px 3px #ddd; margin: 0 auto; width: 414px; margin-top: 50px; }
h1 { margin: 0 0 20px 0; }
p { margin: 20px 0; }
p:last-child { margin-bottom: 0; }

section.widelabel label { width: 170px; }
section.widelabel input[type="text"] { width: 230px; }
section.widelabel select { width: 244px; }
