
	
	h1 {   
   		background: #fff url(images/) no-repeat 221px 0;
	}
	
	
	/* forms */
	
	label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

	label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	}

	br {
	clear: left;
	}


