input,textarea{box-shadow:inset 0 1px 4px rgba(0,0,0,0.5);-webkit-transition:border box-shadow,333ms;-moz-transition:border box-shadow,333ms;-o-transition:border box-shadow,333ms;transition:border,box-shadow,333ms;font-size:1em}input ::-webkit-input-placeholder,textarea ::-webkit-input-placeholder{color:#999;font-size:1em;font-weight:400}input :moz-placeholder,textarea :moz-placeholder{color:#999;font-size:1em;font-weight:400}input ::-moz-placeholder,textarea ::-moz-placeholder{color:#999;font-size:1em;font-weight:400}input :-ms-input-placeholder,textarea :-ms-input-placeholder{color:#999;font-size:1em;font-weight:400}input:focus,textarea:focus{box-shadow:inset 0 0 0 rgba(0,0,0,0);border-color:#fff;outline:0}input,textarea{display:block;width:100%;resize:none;padding:6px;border:1px solid #e3e3e3;border-radius:2px;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input:focus,textarea:focus{border:1px solid #39f;color:#333;box-shadow:none}input.disabled,input.disabled:focus{border:1px solid #ccc;background-color:#eee;box-shadow:none}input.error{border:1px solid #c00}textarea{overflow:auto}select{display:block;width:100%;padding:7px 8px;line-height:30px;font-weight:400;font-size:16px;color:#000;border:1px solid #bbb;border-radius:2px;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fff),color-stop(25%,#fff),color-stop(100%,#e8e8e8));background:-webkit-linear-gradient(#fff,#fff 25%,#e8e8e8);background:-moz-linear-gradient(#fff,#fff 25%,#e8e8e8);background:-o-linear-gradient(#fff,#fff 25%,#e8e8e8);background:linear-gradient(#fff,#fff 25%,#e8e8e8);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}select:focus{outline:0}input,textarea,select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:2px 0}