html * { margin: 0px; padding: 0px; cursor: pointer; }
div { text-align: center; font-family: "Helvetica Neue",Helvetica,sans-serif; border: 2px solid rgb(204, 204, 204); background: -moz-linear-gradient(center top , rgba(253, 253, 253, 0.8), rgba(248, 248, 248, 0.98)) repeat-x scroll 0% 0% rgba(248, 248, 248, 0.98); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08); color: rgb(119, 119, 119); padding: 7px 0px; margin: 0px; opacity: 0.9; cursor: pointer; font-size: 13px; line-height: 1; z-index: 1000; }
div.north { border-top: 0px none; border-radius: 0px 0px 4px 4px; }
