/* 
    Document   : required
    Created on : Aug 20, 2013, 12:39:59 PM
    Author     : BNeal
    Description:
        Purpose of the stylesheet follows.
*/

/*Underline style*/
.uline
{
    text-decoration: underline;
}

table.qdsRadio 
{
    width: 100%;
}

table.qdsRadio input
{
   float: left;
   margin-top: 2px;
}

table.qdsRadio label
{
    float: left;
    margin-left: 5px;
    width: 87%; 
}

table.qdsCheckbox 
{
    width: 100%;
}

table.qdsCheckbox input
{
   float: left;
   margin-top: 2px;
}

table.qdsCheckbox label
{
    float: left;
    margin-left: 5px;
    width: 87%; 
}
