﻿#LogInBox, #RegisterBox
{
	float: left;
	border: solid 1px #eeeeee;
	margin-right: 8px;
	padding: 4px 4px 4px 4px;
	width: 302px;
}
#LogInBox
{
	height: 150px;
}
#RegisterBox
{
	height: 100px;
	padding-top: 50px;
}
