#ContentTable {
   width:100%; 
   height:100%; 
}
#Content {
    height:100%;
}

#FormTable {
   border: 1px grey solid;
   background: #9D9CBA;  
}
#FormTable  .labels,.inputs  {
   padding:20px;
}
#FormTable .sbt {
   text-align: right;
   padding:5px;
}
#FormTable .head {
   padding-left:20px;
   font-size:120%; 
   background: #514F90;
   color:white;   
} 
#TRes {
   padding: 10px;
   background: #9D9CBA;
} 
#Res {
   text-indent: 20px;
   text-align: justify;
   
}
.resultmsg {
	 text-align:center;
	 font-size:20px;
	 width:80%;
	 border: 1px green  solid;
	 padding:25px;
	
	 /*font-weight: bold;*/
}
.resultmsg p{
	 	left:25px;
	 
}

