/*
THis file has css for the new icon.
only add classes fir this in here
070909
*/

.beta{
  background-image: url(../images/beta-feature-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left:30px;
}

.fjuly08{
  background-image: url(../images/new-feature-icon.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right:15px;
}

.ffeb09, .nov10{
  background-image: url(../images/new-feature-icon.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right:30px;
  ddisplay:inline;
}

/*whats new*/
.may09{
  background-image: url(../images/new-feature-icon.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding-right:20px;
  bbackground:red;
}

.ssept09 {
background-image:url(../images/new-feature-icon.png);
background-position:left top;
background-repeat:no-repeat;
padding-left:28px;
}

.aapril10 {
background-image:url(../images/new-feature-icon.png);
background-position:left top;
background-repeat:no-repeat;
padding-left:28px;
}

.feb11 {
background-image:url(../images/new-feature-icon.png);
background-position:left top;
background-repeat:no-repeat;
padding-left:28px;
}
