   html, body, #wrapper {
      height:100%;
      width:100%;
      margin: 0;
      padding: 0;
      border: none;
      /*text-align: center;*/
   }

 
  #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }

   #wrapper1 {
      margin: 0 auto;
	  text-align: center;
      vertical-align: middle;
      height:100%; 
      z-index : 3; 
      position : relative;
}
   #wrapper2 {
      margin: 0 auto;
	  text-align: center;
      vertical-align: middle;
      position : relative;
      height:100%; 
	  z-index:2; 
   }
   #wrapper3 {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
   }
.bigyellow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffff00;
}

.normalfont {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.warning {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
      text-align: left;
	font-size: 12px;
	color: #FFFF00;

}
.mytable {
	width: 100%;
	height:100%;
}
.mybuttontable {
    margin: 0 auto;
	width:100%;
	height:100%;
	table-layout:fixed;
	text-align:left;
	background-color:#cccccc;
	border-collapse:collapse;
	white-space: nowrap;
}
.mybuttoncell {
	height:39px;
	width:148px;
	text-align:left;
	background-color:#cccccc;
	border-spacing:0;
	white-space: nowrap;
}

.myheaderrow {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
   	 text-align: left;
	font-size: 12px;
	/*font-size-adjust:inherit;*/
	line-height:80%;
	height:39px;
	width:100%;
	text-align:left;
	border-collapse:collapse;
	background-color:#cccccc;
	white-space: nowrap;
}
.myinfobutton {
	/*height:39;*/
	width:100px;
	text-align:right;
}
.defaultImg
{
	height:100%;
	width:auto;
	border:0;
}
.buttonImg{
	border:0;
}	
.helprow {
	border:0;
	white-space:nowrap;
}