input, textarea, select {font-size: 100%; padding: 0px; color: #000; border: 1px solid #156935; background: #FFF url('../images/bgform.gif') repeat-x top left;}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {border: 1px solid #156935; background: #FFF url('../images/bgformover.gif') repeat-x bottom left;}

input[type="checkbox"], input[type="radio"], input[type="image"] {border: none; background: none;}
input[type="submit"], input[type="button"] {cursor: pointer;}
input[disabled="disabled"] {font-weight: normal; color: #999;}

#frm_edit input[type="text"], textarea {width: 300px;}
textarea {height: 30px;}

form div {margin: 1px;}
