div#bform { position: relative;
								border: 1px solid #000;
								margin: 5%;
								padding: 7px;
							}
							
span.label { position: absolute;
						font-weight: bold;
						}
						
span.field { position: absolute;
							left: 30%;
						}
						
span.label2 { position: absolute;
								left: 50%;
								font-weight: bold;
							}

span.field2 { position: absolute;
								left: 60%;
							}
								 	
div#buttons { position: relative;
								left: 40%;
								margin-top: 5px;
							}
							
h2 { font-size: 20px;
			text-align: center;
		}
		
p { text-indent: 10px;
    }
    
div#note { font-style: italic;}						

span.asbl_label { position: absolute;
             font-weight: bold;

}
input#asbl { }