.c_survey
{
    margin:0;
    padding:0;
}

.c_survey .c_content 
{
    padding:0;
    overflow:hidden;
}

.c_survey .c_content .c_contentpane 
{
    padding:0;
}

.c_survey .c_footer 
{
    margin:0;
}

.c_survey .DNN_SurveyContent *
{
    color: #FF6600;
    font-size:11px;
}

.c_survey .DNN_SurveyContent table 
{
    width:100%;
}

.c_survey .DNN_SurveyContent .surveyitems
{
    margin:0;
    padding:0;
}

.c_survey .DNN_SurveyContent .surveyitems > table
{
    padding-top:5px;
    border-collapse:separate;
}

.c_survey .DNN_SurveyContent .surveyitems table tr
{
    background-color: #eee;
}

.c_survey .DNN_SurveyContent .surveyitems table tr td
{
    padding:0;
	width:215px;
}

.c_survey .DNN_SurveyContent .surveyitems table tr td label
{
    position:relative;
    top:-2px
}

.c_survey .DNN_SurveyContent .surveyitems table tr *
{
    color: #000;
    font-weight:bold;
}


.c_survey .DNN_SurveyContent .CommandButton:link, .c_survey .DNN_SurveyContent .CommandButton:visited
{
    color: #000;
    font-weight:normal;
    padding-left: 10px;
}

.c_survey .DNN_SurveyContent .CommandButton
{
    background: url(images/vinetas/anterior.png) no-repeat right;
    padding-right:18px;
}
