div.group
{
    background: #EEEEEE none repeat scroll 0%;
    border: 1px solid #AAAAAA;
    padding: 4px 0px 24px;
}

div.form_section
{
    display: inline;
    float: left;
    padding: 2px 0px;
    width: 100%;
}

div.form_section label
{
    float: left;
    font-size: 12px;
    width: 10em;
}

div.form_section label.to
{
    width: 4em;
}

div.form_section div.radio, div.form_section div.select
{
    width: 450px;
}

div.form_section div.radio span input
{
    float: left;
    margin: 0px 4px 0px 0px;
}

div.form_section div.radio span label
{
    width: 200px;
}

div.form_section div.select span label
{
    width: 100px;
}

div.form_section div.select span select
{
    width: 50px;
}

div.form_section div.text input
{
    border: 1px solid #DDDDDD;
    padding: 2px;
    width: 300px;
}

div.form_section input
[ type = "submit" ], div.form_section input [ type = "button" ]
{
    margin: 12px 4px 12px 0px;
    padding: 2px;
}

div.form_section input
[ type = "text" ]:focus, div.form_section select:focus div.form_section textarea:focus
{
    border: 1px solid #AAAAAA;
}

div.form_section textarea
{
    height: 200px;
    width: 390px;
}

div.radio label, div.radio input
[ type = "radio" ]
{
    float: left;
    margin-right: 4px;
}

div.radio div.options
{
    margin-left: 20px;
    margin-top: 8px;
}

div.radio div.options label, div.radio div.options input
[ type = "checkbox" ]
{
    float: left;
}

div.radio div.options input
[ type = "checkbox" ]
{
    margin-right: 4px;
    width: 35px;
}

div.radio div.options label
{
    width: 280px;
}

h2.section_header
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 12px 0px 4px;
}

div.radio input, div.radio div.options input
{
    float: left;
    margin-right: 5px;
}

div.clear_both
{
    height: 0px;
    clear: both;
}

div.form_section input#title
{
    width: 393px;
}

div.radio
{
    margin-left:30px;
}

