.std .chestionar ul {
    list-style: none;
}

.chestionar label {
    cursor: pointer;
    width:100%;
    height:100%;
    padding-left:20px;
}

.chestionar input[type="checkbox"], .chestionar input[type="radio"] {
    position: absolute;
   margin-top:5px;
}
.chestionar li {
    padding:5px;
}

.chestionar label:hover {
    background-color: #dedeed;
    cursor: pointer;
}

.chestionar h3 {
    color:#3399cc;
}

.chestionar textarea {
    margin-left:2em;
}