#RegForm
{
	font-size: x-small;
	/*font-family: 'Courier New';*/
	/*background-color: #ffffff;*/
	width:520px;
	float:left;
	
	
}
#RegForm td
{
	font-size: x-small;
	/*font-family: 'Courier New';*/
	/*background-color: #ffffff;*/
	
}

#RegForm .RFHeader
{
	border-right: 1px double;
	border-top: 1px double;
	font-weight: bold;
	font-size: x-small;
	border-left: 1px double;
	border-bottom: 1px double;
	background-color: #ccccff;
	padding:3px
}

#RegForm .Found 
{
	font-weight: bold;	
	color: Red;
	}

#ErrorBox
{
	border-right: #cc0000 2px solid;
	border-top: #cc0000 2px solid;
	border-left: #cc0000 2px solid;
	border-bottom: #cc0000 2px solid;
	padding:10px;
	font-weight: bold;
	color: #cc0000;
}
	
#ErrorMess
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #cc0000;
	padding-top: 10px;
	
}

.TextInput
{
	border-right: #336633 1px solid;
	border-top: #336633 1px solid;
	border-left: #336633 1px solid;
	border-bottom: #336633 1px solid;
}

.hidden
{
	display:none;
	height: 0px;
}
.shown
{
	display:inline;
}

