.webform ul.noBorder {
        border:0;
        padding-bottom:0;
        }

.webform ul {
        list-style-type:none;
        border-bottom:1px solid #E3E3E3;
        margin:0;padding:0.5em;
        }

.btnBlk {
        margin:5px 0pt 15px;
        padding:5px 0pt;
        text-align:right;
        width:100%;
        }

.webform h3 {
        margin:3em 0 0.5em;
        padding:0;
        font-size:1.0em;
        }

form ul li {
        display:inline;
        float:left;
        margin:0;
        padding:0;
        width:25%;
        line-height:2em;
        word-wrap:break-word;
        overflow:hidden;
        }


ul li.w14{width:14.6%;}
ul li.w15{width:15%;}
ul li.w20{width:20%;}
ul li.w25{width:25%;}
ul li.w27{width:27%;}
ul li.w30{width:30%;}
ul li.w33{width:33%;}
ul li.w38{width:38%;}
ul li.w40{width:40%;}
ul li.w42{width:42%;}
ul li.w45{width:45%;}
ul li.w50{width:50%;}
ul li.w60{width:60%;}
ul li.w75{width:75%;}
ul li.w100{width:100%;}

.error {
        color:red;
        padding:5px;
        }
		
fieldset {
	border: 1px groove #000;
	padding: 5px;
}


legend {
	color: #600;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0 5px;
}
