body {
	background: url(img/bg.jpg) no-repeat;
	height:100%;
}

H1 {
    color:green;
    font-size:130%;
    text-align: center; 
    margin-bottom: 0px;
}
H2 {
    text-align: center;
    font-size:110%;
    margin-bottom: 0px;
    margin-top: 0px;
}
#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:20;
	 width:80%;
	 border: 1px green  solid;
	 padding:25px;
	
	 /*font-weight: bold;*/
}
.resultmsg p{
	 	left:25px;
	 
}