
p, form, input { 

  line-height: 			120%;
  }


form {
  border:			0px dashed  black;
  background-color: white;
  padding:			10px;
  width: 			590px;	
  }


input {
  border:			1px solid grey;
  margin:			5px;
  padding:			2px 2px 2px 5px;
  vertical-align:	top;
  }
  
 textarea {
  border:			1px solid grey;
  margin:			5px;
  padding:			2px 2px 2px 5px;
  vertical-align:	top;
  }
  
.submit, .reset { 
  width:			220px;
  background-color: red;
  color:			white;
  border-top: 		3px double #006699;
  border-right: 	3px solid  #006699;
  border-bottom: 	3px solid  #006699;  
  border-left: 		3px double #006699;
  }

.labelling {
  width:			80px;
  line-height:		200%;
  float:			left;
  clear:			left;
  }
  
.labellinginside { 	
  line-height: 		200%
  }

.labellingcheckbox {
  width:			87px;
  line-height:		200%;
  float:			left;
  clear:			left;
  }


#labellingright {
  float: 			left;
  line-height:		200%;

  }
 
 .power {
  line-height:		200%;
  }
  