/* CSS Document */ 
div.transbox
  {
  display:none;
  position: absolute;
  margin: 0px 0px;
  background-color: #ffffff;
  border: 0px solid black;
  /* for IE */
  filter:alpha(opacity=65);
  /* CSS3 standard */
  opacity:0.65;
  z-index: 99;
  }
div.transbox p
  {
  margin: 2px 0px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  }
  
div.centerlayer
{
  position: relative;
  width: 800px; height: 650px;
}
div.surveytransbox
  {
  position: absolute;top:0px; left:0px;
  margin: 0px 0px;
  width: 800px; height: 650px;
  text-align:left;
  background-color: #8E7BDD;
  border: 0px solid #666666;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;

  }
  
 div.surveytransboxbasic
  {
  position: relative;
  margin: 0px 0px;
  top:100px; 
  background-color: #555555;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.00;

  }
div.surveytransbox2
  {
  width: 70%; height: 450px;
  left: 15%;
  }
 div.surveytransbox3
  {
  width: 82%; height: 520px;
  left: 9%;
  }
div.surveytransbox4
  {
  width: 82%; height: 525px;
  left: 9%;
  }
  
  div.surveybasic{
	text-algin:left;
   	position: absolute;
  	top:118px;
  	background-color: #333333;
 	color: #AAAAAA;
 }
div.surveytextbox{
    left:140px;
  	width:370px; height:345px;
  	padding: 25px 50px 50px 100px;
	line-height: 250%;
	font-size: 18px;
}
div.surveytextbox2{
  	width:551px; height:445px;
  	left:90px;
  	padding: 10px 32px 30px 35px;
 	line-height: 140%;
	font-size: 16px;
  }
 div.surveytextbox3{
  	width:525px; height:443px;
  	left:90px;
  	padding: 20px 42px 30px 50px;
 	line-height: 180%;
	font-size: 17px;
 	color: #aaaaaa;
 }
 div.surveytable{
 	width:420px; margin-left:20px;
  	line-height: 145%;
	font-size: 15px;
 	color: #aaaaaa;
 }
 div.introbox
  {
  position: absolute;top:0px; left:0px;
  margin: 0px 0px;
  width: 800px; height: 650px;
  border: 0px;
  }