.index-tile-img-box
{
  border: 1px solid #FFF; /*#BBB;*/
  border-radius: 5px;
  padding: 2px ;
  margin: 3px;
  height: 78px;
  width: 78px;
  max-width:78px !important;
  display: block;
  float: left;
  text-align: center;
  
}


div.side{
  /*border: 1px dashed blue;
  margin: -1px;*/
  width: 180px;  
  float:left;
  display:inline;
  overflow:hidden;
}

div.row
{
  overflow:hidden;
  width:100%; 
  /*border: 1px solid #09F;*/
}


/*
.index-tile {
  display: block;
  margin: 0px 1px 0px 1px;
  float: left;
  width: 88px;
  text-decoration: none;

}


.index-tile-img-box{
  text-align: center;
  border: 1px solid #BBB;
  border-radius: 5px;
}

.index-tile:hover{
  box-shadow: 0 0 3pt 1pt #39F;
  border-radius: 5px;
}

*/
img.indexFmt{
  height: 70px;
  max-width:70px !important;
  /*display: block;
  /*margin: 2px auto;*/
}

.msgBox{
  line-height:1.4;
  /*float:left;*/
  padding-top:36px;
  padding-bottom:48px;
  font-size: 48px;
  font-weight: bold;
  display: block;
  /*width: 354px;*/
  /*height: 258px;*/
  text-align: center;
  /*border: 1px solid #FFF;
  border-radius: 5px;
  border-color: black;*/
  /*box-shadow: 0 0 3pt 10pt #FFF;*/
  /*text-shadow: 1px 0px 10px #369, 
                -1px 0px 0px #369,
                0px 1px 0px #369,
                0px -1px 0px #369;*/
  /*text-shadow:
		-1px -1px 0 #258,
		1px -1px 0 #258,
		-1px 1px 0 #258,
		1px 1px 0 #258;
    */
    /* 
    #369 is css 3-digit hex color notation, shorthand for
    #336699, equiv to rgb(3*16+3, 6*16+6, 9*16+9)
    */
  margin: auto;
  color: #369;
  
}

.msgBox div{
  padding:10px;
}