
.rounded-corners
{
  background-color:#EBEBEB;
  width:;
  height:;
  padding:1px;
  alignment-adjust:center;
  
  border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
}

