#logintitle {
		position: relative;
		margin : 0;
		margin-left : auto;
		margin-right : auto;
		top: 0px;
		font-family: Trebuchet MS;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		width: 350px;
		padding: 10px;
	}

#login {
		position: relative;
		margin : 0;
		margin-left : auto;
		margin-right : auto;
		top: 0px;
		font-family: Trebuchet MS;
		font-size: 14px;
		text-align: right;
		width: 350px;
		border: #666 1px dotted;
		padding: 10px;
}

#login a {color: #562812; }

#register
{
	border-bottom: #666 1px dotted;
	margin-bottom: 20px;
}

#buttons
{
	padding-top: 10px;
	border-top: #666 1px dotted;
}
