﻿/*Options*/
.options-container
{
    margin: 10px;
    margin-top: 0px;
}

.options-row
{
    clear: both;
    margin: 0 auto;    
    width: 96%; 
    margin-bottom: 5px;
}

.options-buttons
{
    clear: both;  
    width: 96%; 
    padding-top: 20px;
    padding-bottom: 10px;
}

.options-left-column
{
    float: left;
    margin-top: 5px;
    width:48%; 
}

.options-right-column
{
    float: right;
    margin-top: 5px;
    width:48%; 
}

.options-space-row
{
    clear: both;
    height: 10px;
    width: 100%;
}

.options-row h5
{
    padding-bottom: 4px;
}

#accordion h3
{
    padding-left: 25px;
}

/*Controls*/
.radioset label
{
    display:block;
}

.radioset input
{
    float: left;
    padding-right: 3px;
}

.radioset-horizontal label
{
    float:left;
    padding-right: 15px;
}

.radioset-horizontal input
{
    float: left;
}

.checklist label
{
    display:block;
    
}

.checklist input
{
    float: left;
    padding-right: 5px;
}

textarea
{
   width: 100%;
}

.submitAnchor{
    background-color:transparent;
    border:none;
    color:blue;
    text-decoration: underline;
    cursor:pointer;
    margin-top:-0.3em;
}
.submitAnchor:hover{
    text-decoration: none;
}
