/*************************************************************************
 * Created By: IT Serenity
 *========================================================================
 * Original Developer: Rob Couch
 *========================================================================
 * Purpose: Cascading Style Sheets Supporting Same Named .php Script
 *========================================================================
 * Modifications: Date - Developer - Description Of Coding Change
 * -----------------------------------------------------------------------
 * 2)
 * -----------------------------------------------------------------------
 * 1)
*************************************************************************/
#Plate
{
  display: inline-block;
  background-color: #29A3CC;
  opacity: .87;
  border-style: outset;
  padding: 10px 30px 30px;
  text-align: center;
}
.Blk
{
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
.Lbl
{
  display: inline-block;
  padding: 0 3px 0 0;
  text-align: right;
  white-space: nowrap;
  width: 120px;
}
