Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test. Text for test.
ADDED CSS CODE :
input[type='radio']:checked+label {
    display: block;
    margin: 0;
    background-color: #aa5;
    color: #fff;
}
input[type='radio']+label:hover {
    background-color: #ccc;
}