div.background
{
  width: 425px;
  height: 210px;
  background:url(http://cheatyourwayslim.com/images/signup3.jpg) repeat;
  border: 0px solid red;
}
div.transbox
{
  width: 310px;
  height: 45px;
  margin: 20px 70px;
  font: 24px;
  background-color: #EEEE00;
  border: 3px solid green;
  filter:alpha(opacity=80);
  opacity:.91;
}
div.transbox p
{
  margin: 4px 4px;
  font-weight: bold;
  color: #EEEE00;
}