body
{
	background-color: #e6e6e6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#content
{
	padding: 10px;
	font-size: 1.1em;
}

	div#content .error
	{
		color: #D20000;
	    font-weight: bold;	    
	}

.headline
{
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}

td
{
	font-size:1.1em;
}


input.button, a.button, a#sendpassword
{
	background-color: #e6e6e6;
	border: 1px solid #7f0d00;
	color: #770d00;
	cursor: pointer;
	font-size: 1em;
	font-weight: normal;
	padding: 1px;
	text-decoration: none;
}
a.button, a#sendpassword
{
	padding: 2px 4px;
}

a:link, a:visited, a:active
{
	font-weight:bold;
    font-size: 1.1em;
    color: #7f0d00;
}

a:hover
{
	backGround-color: #cccccc;
    color: #000000;	
}


	form#sendpassword fieldset
	{
		border: 1px solid #7f0d00;
		padding: 10px;
		width: 320px;
	}
	
	form#sendpassword label
	{
		display: block;
		float: left;
		font-weight: bold;
		margin-right: 6px;
		width: 104px;
	}
	
	form#sendpassword input.text
	{
		width: 206px;
	}
	
	form#sendpassword input.submit
	{
		margin-left: 2px;
	}