.baamform textarea {
	width: 450px;
	height: 120px;
}

#profile h2 {
	padding: 30px 60px 20px;
	border-bottom: 1px solid #CCC;	
}

#profile form {
	margin: 10px 20px 10px 60px;	
}

#profile textarea {
	width: 200px;	
	height: 80px;
}

#profile fieldset {
	width: 43%;
	float: left;
	margin: 20px 25px 0 0;
	display: inline;
}

#profile .actionbuttons {
	clear: both;
	padding: 10px 0;
	margin: 10px 0;
}

#profile .actionbuttons {
	height: 40px;
}

#profile .actionbuttons button {
	font-size: 18px;
	width: 150px;
	height: 40px;
}

#profile.submitting .feedback {
	height: 24px;
	margin: 0;
	padding-top: 20px;
	display: block;
}


