﻿#loginFormLocation
{
	position: relative;
	top: 40px;
	left: 40px;
	border-width: 1px;
	border-style: solid;
	width: 440px;
	height: 250px;
	padding: 0px;
	background: #f5f3ec;	
	border-color: #dacba3;
	z-index: 6;
}

#loginFormPanel
{
	position: relative;
	height: 800px;
}