﻿hr
{
    color: gray;
    background-color: gray;
    border-color: gray;
    border-style: solid;
}

div#parent
{
    width: 655px;
}

div#explanation
{
    float: left;
    clear: right;
    font-size: 10pt;
    width: 35em;
}

div#query
{
    font-size: 10pt;
    float: right;
    font-weight: bold;
}

div#request
{
    font-size: 10pt;
    padding-top: 4em;
    padding-bottom: 1em;  
    float: none;
}

div#userinfo
{
   font-size: 10pt;
}

div#features
{
    width: 655px;
    font-size: 10pt;
    padding-bottom: 20em;   
}

div#featureprompt
{
    float: left;
    clear: right;
    font-size: 10pt;
    width: 15em;
    text-align: left;
}

#featurelist
{
    float: right;
    width: 35em;
    font-size: 10pt;
}

#featurelist li
{
    list-style-type: disc;
    padding-bottom: 1.5em;
}

div#confirmation
{
    clear: both;

}

div#confirmation p
{
     color: red;
    font-size: 10pt;
}

.separator
{
	border-color: red;
}