.forms1 label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

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

.forms1 br {
	clear: left;
}