﻿.web_form
{
    margin:0px;
    padding:10px;
    width:98%;
    background:#EBEBEB;
    border:SOLID 1px #cccccc;
}

.question_row
{
    margin:5px auto;
    width:100%;
    background:#D5D5D5;
}
.button_row
{
    margin:4px auto;
    width:100%;
}
.button_right
{
    position:relative;
    margin:5px;
    left:2px;
    float:right;
    font-size:1.2em;
}


.alt
{
    background:#DEDEDE;
}

.question
{
    margin:0px;
    padding:5px 8px 0px 4px;
    float:left;
    width:45%;
}
.answer
{
    padding:3px;
    float:left;
}


.validation
{
    color:#C80606;
    position:relative;
    padding:0px 6px;
    top:8px;
    float:right;
}

.text_box
{
    font-family:Tahoma, Arial, Verdana, helvetica;
    padding:3px 5px;
    font-size:1em;
    background:#efefef;
    border:SOLID 1px #666666;
}

.text_box:focus
{
    background:#ffffff;
    border:SOLID 1px #DE6B29;
}

.text_box:hover
{
    background:#F6F6F6;
}

.shortest
{
    width:100px;
}
.short
{
    width:150px;
}
.medium
{
    width:200px;
}
.wide
{
    width:300px;
}
.widest
{
    width:430px;
}

