p.InputColumn
{
	margin-top: 1px;
	margin-left: 5px;
}

#AdminMenu
{
	position: fixed;
	left: 10px;
	top: 10px;
	width: 120px;
	background-color: #333;
	border: 1px dashed #888888;
	z-index: 10;
}

p.AdminMenuItem
{
	color: #ffaaaa;
	font-size: 10px;
	line-height: 12px;
	text-align: center;

	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.RegistrationForm 
{
	width:450px;
	border: none;
}

.RegistrationForm label 
{
	text-align:right;
	width:200px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
}

.RegistrationForm .NoBR
{
	display:none;
}

.RegistrationForm .TextInput
{
	margin:3px;
	height:20px;
	width:200px;
	border: 1px solid #555555;
}

.RegistrationForm .CheckInput
{
	margin:3px;
	margin-top: 7px;
	height:12px;
}

.RegistrationForm .CheckName
{
	margin:3px;
}

.RegistrationForm .AddressInput
{
	margin:3px;
	height:85px;
	width:200px;
	border: 1px solid #555555;
}

.RegistrationForm .CommentsInput
{
	margin:3px;
	height:165px;
	width:200px;
	border: 1px solid #555555;
}
