﻿fieldset ul
{
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
    clear: left;
}
fieldset li
{
    padding-bottom: 8px;
}
fieldset
{
    width: 100%;
    border: none;
}
fieldset input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}
fieldset label
{
    display: block;
}
#errorcontainer
{
	display: none;
}
label.error
{
	display: inline;
	color: red;
	padding-left: 10px;
}
.errors h4
{
	color: #880000;
}
.checklabel
{
    display: inline;
}
fieldset select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
	border: 1px solid #808080;
}
input[type=text], input[type=password]
{
	border: 1px solid #808080;
	width: 100%;
	line-height: 1.6em;
	height: 1.6em;
}
input[type=text].narrow, input[type=password].narrow
{
	width: 45%;
}
input[type=checkbox],input[type=radio]
{
	margin-top: 8px;
    font-size: 1.1em;
    margin-right: 5px;
}
input[type=submit]
{
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
	line-height: 1.6em;
}
select.narrow
{
	width: 45%;
}
textarea
{
    border: 1px solid #808080;
    width: 100%;
    height: 100px;
    font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submit
{
    text-align: right;
}
.valsummary
{
    padding-top: 20px;
}
#note
{
    font-size: .8em;
}