.box-gradient1 {
  background: -moz-linear-gradient(center bottom , rgb(223, 223, 223) 0%, rgb(242, 242, 242) 66%, rgb(242, 242, 242) 100%) repeat scroll 0% 0% transparent;
  -webkit-gradient(linear, left bottom, left top, from(rgba(223, 223, 223, 1)), color-stop(66%, rgba(242, 242, 242, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
  border-bottom: 1px solid rgb(235, 235, 235);
}

.rounded-corners {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.rounded-corners-bottom {
  border-radius: 0px 0px 4px 4px;
  -khtml-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

.semi-transparent {
  opacity: 0.5;
}

.shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.inner-shadow {
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:inset 0 3px 3px rgba(0, 0, 0, 0.3); 
}