.blocks {
	border: 1px solid gray; 
	margin:20px;
	position:absolute;
}
.block {
	border: none;	
// 1px solid gray; 
	position:absolute;
//	height:100%;
	width:100%;
}
.label {
	width:90%;
	float:left;
}
.field {
	float:right;
	width:10%;
}
