#survey-form .survey-field {
    margin-bottom: 15px;
}

#survey-form label {
    display: inline;
}

#survey-form .textfield {
    width: 100%;
}

#survey-form .date input {
    width: 80px;
    margin-right: -4px;
}

#survey-form .number {
    width: 50px;
}

#survey-form table td {
    padding: 3px;
}

#survey-form table td.comment {
    vertical-align: middle;
}

#survey-form table td.comment input {
    width: 300px;
}

#survey-form table.matrix td:first-child {
    border-left: 0 none;
}

#survey-form table.matrix td {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

#survey-form table td.matrix-radio {
    text-align: center;
}

#survey-form .survey-question-name {
    font-weight: bold;
}

#survey-form .survey-field-ranking ul {
    margin: 0;
}

#survey-form .survey-field-ranking li {
    list-style: none;
    cursor: pointer;
    border: 1px solid #CCC;
    background: #F6F6F6;
    margin: 5px 0;
    padding: 5px;
    height: 22px;
}

#survey-form .survey-field-ranking li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}

#survey-success {
    border: 2px solid #BDECB6;
    font-size: 1.92em;
    padding: 20px;
}

#survey-failure {
    border: 2px solid #924141;
    font-size: 1.92em;
    padding: 20px;
}

#survey-form ul.errors {
    list-style-type: none;
    color: red;
    padding: 0;
    margin: 0;
}