.cob-form { max-width: 420px; padding: 12px; border: 1px solid #eee; background: #fff; }
.cob-form label { display:block; margin-bottom:8px; font-size:14px; }
.cob-form input[type="text"], .cob-form textarea, .cob-form select { width:100%; padding:8px; margin-top:4px; box-sizing:border-box; }
.cob-form-actions { margin-top:12px }
.cob-form button { padding:8px 12px; cursor:pointer }
.cob-message { margin-top:10px; }