﻿.mainContentHolder
{
  text-align: left;  
   font-size: 1.2em;
   width: 90%;
}

.applistdisc ul li
{
    list-style:disc;
    list-style-type:disc;
	margin: 0 0 5px 0;
	padding:0;
	color: #505175;
}
h1 {	 
	font-size: 14px;
	font-weight:bold;
}

        #formentry body
        {
            line-height: 2.25;
        }
        #formentry .mainlabel
        {
            float: left;
            color: #505175;
            width: 12em;
        }
        #formentry .maininput
        {
            width: 25em;
        }
        #formentry .maintextlabel
        {
            float: none;
            width: 25em;
        }
        #formentry .mainselect
        {
            width: 15em;
        }
        #formentry legend
        {
            color: #505175;
            font-weight: bold;
        }
        #formentry fieldset
        {
            width: 60em;
        }
        #formentry fieldset label
        {
            float: left;
            color: #505175;
            width: 26em;
        }
        #formentry fieldset input
        {
            width: 10em;
        }
        #formentry .confirmlabel
        {
            float: left;
            color: #505175;
            width: 26em;
        }
        
        #formentry .numeric
        {
            text-align: right;
            width: 6em;
        }
       
        #formentry .extraemphasis
        {
            padding: 1em;
            font-style: italic;
            background: #d5e9d7;
            background: #d4ecfb;
            margin-left: 1em;
            color: #121212;
            border-bottom-style: inset;
            border-color: Silver;
            width: 40em;
        }
        #formentry .confirmmsg
        {
            font-weight: bold;
        }
        #formentry ul li
        {
            list-style-type: disc;
        }
        #formentry .clear
        {
            clear: both;
        }
        #formentry .printbtn
        {
            font-size:xx-small;
        }
    
