div label input {
   margin-right:100px;
}
body {
    font-family:sans-serif;
}

#ck-button {
    height: 35px; 
    margin:4px;
    background-color:red;
    border-radius:4px;
    border:1px solid #D0D0D0;
    /*overflow:auto;*/
    float:left;
}

#ck-button:hover {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid white;
    /*overflow:auto;*/
    float:left;
    color:red;
}

#ck-button label {
    float:left;
    width:141px;
}

#ck-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button label input {
    position:absolute;
    top:-1000px;
}

#ck-button input:checked + span {
    background-color:#911;
    color:#fff;
}

#ck-button1 {
    height: 35px; 
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    /*overflow:auto;*/
    float:left;
}

#ck-button1:hover {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid white;
    /*overflow:auto;*/
    float:left;
    color:red;
}

#ck-button1 label {
    float:left;
    width:141px;
}

#ck-button1 label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button1 label input {
    position:absolute;
    top:-1000px;
}

#ck-button1 input:checked + span {
    background-color:#911;
    color:#fff;
}


#ck-button2 {
    height: 35px; 
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    /*overflow:auto;*/
    float:left;
}

#ck-button2:hover {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid white;
    /*overflow:auto;*/
    float:left;
    color:red;
}

#ck-button2 label {
    float:left;
    width:141px;
}

#ck-button2 label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button2 label input {
    position:absolute;
    top:-1000px;
}

#ck-button2 input:checked + span {
    background-color:#911;
    color:#fff;
}

#ck-button3 {
    height: 35px; 
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    /*overflow:auto;*/
    float:left;
}

#ck-button3:hover {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid white;
    /*overflow:auto;*/
    float:left;
    color:red;
}

#ck-button3 label {
    float:left;
    width:141px;
}

#ck-button3 label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

#ck-button3 label input {
    position:absolute;
    top:-1000px;
}

#ck-button3 input:checked + span {
    background-color:#911;
    color:#fff;
}