﻿.formlabel
{
	text-align:right;
	width:100px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	color:#005AA9;
	font-weight:bold;
	font-size:small;
}

.formtext
{
	width:300px;
}

.formtextarea
{
	width:300px;
}

.formcheck
{
	font-size:small;
	width:300px;
}

.formbutton
{
	border:solid 2px #005AA9;
	font-size:medium;
}

.break
{
	clear:both;
}

.infoitem
{
	border:1px solid #005AA9;
	padding:0px;
	margin-bottom:20px;
	background-color:White;
	background-image: url(img/tentbg.gif);
	background-repeat: repeat-x;
	
}

.infoitem p,  li
{
	margin:0px 0px 4px 10px;
}

.titlebar
{
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top:2px;
	background-image: url(img/titlebarbg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #bfbfbf;
	color:White;
}

.titlebar h3
{
	display:inline;
}
	
.extlink
{
	color:#2f0b4b;
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size:large;
	text-decoration:none;
	border-bottom:dashed 1px #2f0b4b;

}

.errormsg ul
{
	padding-left:20px;
}


.errormsg li
{
	font-size:small;
}

.instructions
{
	font-size:small;
	 margin-bottom:10px;
}
	
