I would like to make the footer newsletter form smaller: http://kirstendyrum.com/
I to high now, I would like less space in the top of the form and in between the fields. I use Genesis from StudioPress and have this css stylesheet.
.gform_footer .button {
background: #333333;
color: #FFFFFF;
font-size: 11px;
font-family: Tahoma, Arial, Verdana;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
margin: 0;
padding: 1px 5px 1px 5px;
border: 1px solid #333333;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}
.gform_footer .button:hover {
background: #a3d7d7;
border: 1px solid #7e7e7e;
}
.gform_footer input.button {
color: #FFFFFF !important;
}
.gform_wrapper .gform_footer {
border: none!important;
}