﻿body { background: #fff; margin: 0 auto; margin-top:20px; }
form { font-family: Merriweather; font-size: 0.8em; color: #222; border:none; margin:0 auto; width:100%; max-width:960px; line-height:1.4em; margin-top:0px; margin-bottom:10px; padding:0px; overflow-x:hidden; }

.bg { width:calc(100% - 40px); background: #fff; padding: 20px; }
.left { float:left; width: 280px; margin-right:25px; }
.left img { width:100%; }
.right { float:left; width:calc(100% - 320px); }
.clear { clear:both; height:0px; }
.item { float: left; margin-left:15px; margin-bottom:15px; }
.item .input { font-family: Arial; color: #888; padding: 10px; background: #fff; border: solid 1px #ccc; }
.button { margin-left:15px; margin-top:15px; }
.button .input { font-family: Merriweather; background: #5C77B9; border: solid 2px #fff; padding: 10px 30px; font-size:1.4em; color: #fff; }
.button .input:hover { cursor: pointer; background: #4C6399; }
.button .input:disabled { opacity:0.3; background: #888; }
.button .input:disabled:hover { cursor: default; background: #888; }
h2 { font-size:2.0em; font-weight:300; letter-spacing:0.02em; margin-bottom:30px; color: #444; margin-top:10px; margin-left:15px; }
input:focus { outline:none; }
