

body
{
	font-size: 10pt;
	font-family: Arial;
}

#pagecontent label,#pagecontent input,#pagecontent select,#pagecontent textarea {
	display: block;
	
	float: left;
	margin-bottom: 3px;
}

#pagecontent input, #pagecontent select, #pagecontent textarea
{
	font-size: 8pt;
	font-family: Arial;
}

#pagecontent label
{
	padding-right: 20px;
	font-size: 8pt;
	width: 150px;
	text-align: right;
}

br {
	clear: left;
}

a
{
	font-size: 8pt;
	color: navy;
	font-family: Arial;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

.formtitle1
{
	font-weight: bold;
	font-size: 14pt;
	color: dimgray;
	font-family: Arial;
}

.formtitle2 
{
	font-weight: bold;
	font-size: 12pt;
	color: dimgray;
	font-family: Arial;
}

.formtitle3 
{
	font-weight: bold;
	font-size: 10pt;
	color: dimgray;
	font-family: Arial;
}

.forminstructions
{
	font-size: 10pt;
	font-family: Arial;
}

.forminstructions b
{
	background-color: #ffcccc;
}

.warning
{
	border-right: #ffcc00 1px solid;
	padding-right: 2px;
	background-position: left center;
	border-top: #ffcc00 1px solid;
	padding-left: 65px;
	font-size: 8pt;
	background-image: url(exclamation.gif);
	padding-bottom: 2px;
	margin: 2px;
	border-left: #ffcc00 1px solid;
	padding-top: 2px;
	border-bottom: #ffcc00 1px solid;
	background-repeat: no-repeat;
	font-family: Arial;
	height: 62px;
	background-color: #ffff99;
}

.errormessage
{
	border-right: red 1px solid;
	padding-right: 2px;
	border-top: red 1px solid;
	padding-left: 2px;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: red 1px solid;
	color: red;
	padding-top: 2px;
	border-bottom: red 1px solid;
	font-family: Arial;
	position: relative;
	top: 3px;
	background-color: white;
}

.deletebutton
{
	right: 0px;
	position: absolute;
}
