textarea,  input { padding: .3em .4em .15em .4em; }
fieldset { border: none; }
textarea, input[type='text'],input[type='password'], select { border: 1px solid #f3f3f3; background: #f3f3f3; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #ddd; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }
