#stafBlock
{
	display: none;
	position: absolute;
	width: 300px;
	z-index: 100000;
}

#stafBlock,
#stafBlock input
{
	font: 12px Arial, Helvetica, sans-serif;
}

#stafClose
{
	float: right;
	font-weight: bold;
	margin: 10px 10px 0 0;
}

#stafClose a
{
	background-color: #fff;
	border: 1px solid #06c;
	color: #06c;
	padding: 1px 4px;
	text-align: center;
	text-decoration: none;
}

#stafClose a:hover
{
	background-color: #06c;
	color: #fff;
}

#stafForm
{
	background-color: #fff;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	text-align: left;
	margin: 0;
	padding: 10px;
}

#stafForm h2
{
	clear: both;
	color: #777;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#stafForm .row
{
	clear: both;
	padding: 5px 0;
}

#stafForm .row label
{
	font-weight: bold;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0 0 2px 0;
}

#stafForm .row input
{
	background-color: #fafafa;
	border: 1px solid #555;
	color: #000;
	margin: 0;
	width: 99%;
}

#stafForm .row.submit input
{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	width: auto;
}

