padding: 1px;
}
+input[type="text"], input[type="password"]
+textarea,
select {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
+}
+
+select {
appearance : none;
background: white url('../../image/select-down.png') no-repeat scroll right center;
padding: 0 14px 0 0;
.customer_dunning_level {
font-weight: bold;
}
+
+#expand_all, .expand {
+ cursor: pointer;
+ display: block;
+ max-width: 16px;
+ max-height: 16px;
+}