/* 
    Document   : transBox
    Created on : Aug 27, 2013, 3:40:49 PM
    Author     : Rickem
    Description:
        Purpose of the stylesheet follows.
*/

#transbox
  {
  width:625px;
  height:55px;
  margin:30px 50px;
  background-color:#FFFF00;
  border:1px solid #FFFF00;
  margin:30px 40px;
  font-size: 45px;
  font-family: Tahoma;
  font-weight:bold;
  color:#000000;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  }
div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  }
  #txOne{
  width:300px;
  height:155px;
  margin:30px 50px;
  background-color:#FFFF00;
  border:1px solid #FFFF00;
  margin:30px 40px;
  font-size: 20px;
  font-family: Tahoma;
  font-weight:bold;
  color:#000000;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */  
  }

