﻿/*
 * This is the default theme that is applied to the survey controls.
 */

body
{
    font-family: verdana, sans-serif;
    font-size: 11pt;
}

div.question
{
    margin: 2em 0 0 5em;
}

div.question-part
{
    margin: 0.75em 0 0 1em;
}

div.question-text
{
    font-weight: bold;
}

div.question-media
{
    margin-top: 1em;
    text-align: center;
}

div.question span.required
{
    color: red;
}

div.srvy-indiv-field
{
    clear: both;
}

div.srvy-indiv-field-label
{
    width: 75pt;
    float: left;
}

div.srvy-indiv-field-value
{
    margin-left: 75pt;
}

div.srvy-indiv-unsuball
{
    margin-top: 2em;
}

div.srvy-indiv-unsuball label
{
    color: red;
    font-weight: bold;
}

div.question-part-text
{
    font-style: italic;
}

div.question-part textarea
{
    width: 30em;
    height: 5em;
}

input[type=submit]
{
    margin: 2em 0 0 5em;
}

div.validation-error 
{
    color: red;
}

div.error-msg
{
    margin: 2em 0 0 5em;
}