form{display:block}form *{font:12px Lucida Grande,Arial,Tahoma,Verdana,"Sans-serif"}form input[type=password],form input[type=text],form select,form textarea{padding:14px 20px;border:1px solid #e5e5e5;margin-bottom:7px;color:#777;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background:#fff;width:300px;display:block}form input[type=password]:focus,form input[type=text]:focus,form textarea:focus{border-color:#999;box-shadow:0 0 7px #ccc}form input[type=password].form-big,form input[type=text].form-big,form textarea.form-big{width:718px}form input[type=password].form-small,form input[type=text].form-small,form textarea.form-small{width:70px}form textarea{height:150px;resize:vertical;max-height:300px;width:300px;line-height:18px}form textarea.static{height:100px;resize:none}form select{padding:14px 15px;width:342px}form>button{padding:10px 15px;font-size:11px;border:1px solid #aaa;color:#777;text-transform:uppercase;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background:none;display:block}form>button:hover{border-color:#e74c3c;color:#fff;background:#e74c3c;cursor:pointer}form .input-title{border-left:3px solid #ddd;font-size:11px;font-weight:700;text-transform:uppercase;margin:25px 0 5px;padding-left:5px}form .checkbox{overflow:hidden;margin:12px 0}form .checkbox input{float:left}form .checkbox span{font-weight:700;color:#666;margin-left:5px;float:left}.form-error,.form-success{padding:10px 12px;font-weight:700;margin-bottom:10px;display:block}.form-success{border-left:3px solid #74ad00;color:#74ad00;background:#f1f5e9}.form-error{border-left:3px solid #ad0000;color:#ad0000;background:#f5e9e9}