.cccdiv3 {
margin-top: 0px;
    
    color: #ffffff;
    padding: 5px;
    text-align: left;
     background-color: #7DAED4;
  /*  background-image: url(/images/gradients/grad2.png);
	background-repeat: no-repeat;*/
      border: 0px solid black;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
/*  -webkit-border-radius-topright: 10px; */
/* only full-rounded corners supported on ie7 and ie8, above line breaks it*/
   -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px; 
}

