body
{
	font-family: "comfortaa";
}

.centerAlign
{
	position: absolute;
	top: 24%;
	left: 34%;
	height: 300px;
	width: 450px;
}
.applicationName
{
	line-height: 260%;
    color: white;
    padding-left: 5px;
    font-size: 20px;
}

.applicationPane
{
	height: 50px; 
	background: gray;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.loginPane
{
	min-height: 150px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#tblLoginForm td, #tblRegisterForm td
{
	padding: 5px;
}

.registerPane
{
	min-height: 250px; 
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#spnUpArrow
{
    position: relative;
    top: 45%;
    left: -10%; /* left: -10% */
    color: white;
    z-index: 5;
}
