﻿div.survey
{
    width: 300px;
    position: absolute;
    display: none;
}

div.surveyHeader
{
    height: 41px;
    background: transparent url('/Images/Survey/Header.png') no-repeat 0 0;
}

div.surveyTitle
{
    width: 266px;
    float: left;
    font-size: 22px;
    font-weight: lighter;
    color: #fff;
    padding: 10px 0 0 10px;
}

div.surveyClose
{
    cursor: pointer;
    width: 14px;
    height: 14px;
    float: right;
    background: transparent url('/Images/Survey/Close.gif') no-repeat 0 0;
    margin: 9px 10px 0 0;
}

div.surveyClose span
{
    display: none;
}

div.surveyBody, div.surveyControl
{
    clear: both;
    background: transparent url('/Images/Survey/Body.gif') repeat-y 0 0;
    padding: 0 14px;
}

div.surveyControl
{
    padding-bottom: 5px;
}

div.surveyFooter
{
    height: 5px;
    overflow: hidden;
    background: transparent url('/Images/Survey/Footer.png') no-repeat 0 0;
}

div.questionIndex
{
    color: #025194;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}

div.questionContent
{
    padding: 3px 0;
    font-size: 13px;
    line-height: normal;
    color: #555;
}

div.questionResult
{
    height: 25px;
}

div.questionResult span
{
    font-size: 13px;
    color: #555;
}

div.survey-special01
{
    padding-left: 64px;
}

div.surveySubmit 
{
    width: 144px;
    height: 37px;
    background: transparent url('/Images/Survey/Submit.gif') no-repeat 0 0;
}

div.surveySubmit span
{
    display: block;
    width: 133px;
    height: 26px;
    cursor: pointer;
}

div.survey-special02
{
    text-align: center;
    color: #025194;
    font-size: 12px;
    text-decoration: underline;
}

div.surveyCancel span
{
    cursor: pointer;
}
