		/*-- Lighthouse Web Form Syling Sheet
			 forms.css
			 Author:Jake Tholen
			 Date: October 2, 2009
		*/

fieldset{
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgb(237, 233, 223);
}

label.blockLabel{
	display: block;
	position: relative;
	margin: 12px 0px;
}

label.blockLabel input{
	position: absolute;
	left: 150px;
}

#donationForm span{
	color: red;
}

label.indentLabel{
	margin-left: 150px;
}

#firstName, #lastName, #street{
	width: 25em;
}

#phone, #city{
	width: 10em;
}

#state{
	width: 3em;
}

#zip{
	width: 7em;
}

#addressOptions{
	width: 180px;
	margin-left: 150px;
}

#creditCard{
	position: absolute;
	left: 150px;
}

#cardHolder, #cardNumber{
	width: 25em;
}

#expMonth{
	position: absolute;
	left: 150px;
}

#expYear{
	position: absolute;
	left: 280px;
}