INPUT[type='text'].placeholder
{
    color: #aaa;
}

fieldset > legend:first-of-type
{
    -webkit-margin-top-collapse: separate;
    margin-bottom: 3px;
}

fieldset > legend + *{
    padding-top:15px;
}