#red_green .red {
background: -webkit-gradient(linear, left top, left bottom, from(#d9333d), to(#910c14)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #d9333d,  #910c14); /* for firefox 3.6+ */ 
}
#red_green .green {
background: -webkit-gradient(linear, left top, left bottom, from(#a3d60b), to(#648308)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #a3d60b,  #648308); /* for firefox 3.6+ */ 
}

.bo_col_1 { -o-border-radius:15px 0 0 15px; -webkit-border-radius:15px 0 0 15px; -moz-border-radius:15px 0 0 15px; border-radius:15px 0 0 15px; }
.bo_col_3 { -o-border-radius:0 15px 15px 0; -webkit-border-radius:0 15px 15px 0; -moz-border-radius:0 15px 15px 0; border-radius:0 15px 15px 0; }
