.emailTable{
  left: 225;
  top: 300;
  position: absolute;
}
.fldText{
 font-family: tahoma;
 text-align: right;
 vertical-align: text-top;
 font-weight: normal;
 font-size: 12px;
 color: red;
}
.confirmText{
  color: blue;
  left: 75;
  top: 350;
  position: absolute;
}
.speechText{
 color: darkblue;
 vertical-align: text-top;
 text-align: center;
 font-weight: bold;
 font-family: tahoma;
 font-size: 16px;
}
.speechText p{
 color: blue;
 text-align: justify;
 font-weight: normal;
 font-family: tahoma;
 font-size: 14px;
}