I recently figured out the solution to number 2…
Open up register-plus.php and find the following bit of code:
#pass1, #pass2, #regcode, #captcha, #firstname, #lastname, #website, #aim, #yahoo, #jabber, #about, .custom_field {
font-size: 20px;
width: 97%;
padding: 3px;
margin-right: 6px;
}
Add the following line to this:
margin-bottom: 15px;
Figured out the problem myself…
Open up register-plus.php
Then find the following bit of code:
#pass1, #pass2, #regcode, #captcha, #firstname, #lastname, #website, #aim, #yahoo, #jabber, #about, .custom_field {
font-size: 20px;
width: 97%;
padding: 3px;
margin-right: 6px;
}
Then add the following line:
margin-bottom: 15px;