Index: src/bp-templates/bp-legacy/css/buddypress.css
===================================================================
--- src/bp-templates/bp-legacy/css/buddypress.css	(revision 10711)
+++ src/bp-templates/bp-legacy/css/buddypress.css	(working copy)
@@ -616,6 +616,12 @@
 /*--------------------------------------------------------------
 3.5 - Forms
 --------------------------------------------------------------*/
+
+#buddypress form fieldset {
+	border: 0;
+	padding: 0;
+}
+
 #buddypress .standard-form textarea,
 #buddypress .standard-form input[type=text],
 #buddypress .standard-form input[type=text],
@@ -672,6 +678,10 @@
 	font-weight: normal;
 	margin: 5px 0 0 0;
 }
+#buddypress .standard-form .checkbox label input,
+#buddypress .standard-form .radio label input {
+	margin-right: 3px;
+}
 #buddypress .standard-form#sidebar-login-form label {
 	margin-top: 5px;
 }
