#offers .register_box, #wanted .register_box { background-color: #009900; color: #ffffff;  float: left; border-radius: 0.2em; -webkit-border-radius: 0.2em; -moz-border-radius: 0.2em; -o-border-radius: 0.2em; -khtml-border-radius: 0.2em; }
#offers h3, #wanted h3 { margin: 0; line-height: 100%; }
#offers p, #wanted  p { margin: 0.2em 0; }
#offers .register_box a, #wanted .register_box a {color: #ffffff;padding: 0.1em 0.5em; font-size: 0.75em; }
#offers  .divider, #wanted  .divider { border-bottom: 1px #009900 dotted; float:left; width: 90%; }


.offer_tab {float: left; width: 150px; text-align: center; border-radius: 10px 10px 0 0; padding:0.2em; margin-right: 5px; border-left: 1px solid #090; border-top: 1px solid #090; border-right: 1px solid #090; border-bottom: none;}

#offers_on { background-color: #090; color: #fff; }
#offers_off { background-color: #E5F4E5; color: #090; display: none; cursor: pointer; }
#wanted_on { background-color: #090; color: #fff; display: none; }
#wanted_off { background-color: #E5F4E5; color: #090;  cursor: pointer; }