﻿#landingHeader
{
	height: 80px;
}
.landingLogo
{
	position: absolute;
	top: -40px;
}
#landingForms
{
	position: relative;
	margin: 0 auto;
	width: 760px;
	border: solid 1px #0B79BF;
	padding: 10px;
}
#landingForms .loginForm
{
	position: relative !important;
}
#landingForms h1
{
	margin: 0 5px -10px 5px;
	padding: 0;
	line-height: 2em;
	font-size: 1.5em;
	color: #0B79BF;
}
#tl
{
	width: 15px;
	height: 14px;
	position: absolute;
	top: -1px;
	left: -1px;
	background:	url(../Images/bg-tl.gif);
}
#tr
{
	width: 15px;
	height: 14px;
	position: absolute;
	top: -1px;
	right: -1px;
	background:	url(../Images/bg-tr.gif);
}
#bl
{
	width: 15px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background:	url(../Images/bg-bl.gif);
}
#br
{
	width: 15px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background:	url(../Images/bg-br.gif);
}
#landingForms .loginForm
{
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 10px;
	width: auto;
	background: none;

}
#landingForms .loginForm p
{

}
#landingForms .loginButton
{
	float: right;
	margin-right: 190px;
}
#landingForms .findUs
{
	display: none;
}

/* popup window */
#subscriptionInfoContainer, #subscriptionMonoInfoContainer
{
	position: fixed;
	top: 0;
	left: 0;
	background: #3d3d3d;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	width: 100%;
	height: 100%;
	z-index: 102;
	text-align: center;
}
#subscriptionInfo, #subscriptionMonoInfo
{
	position: fixed;
	top: 45px;
	left: 100px;
	width: 70%;
	height: 80%;
	background: #fff;
	border: solid 1px #333;
	padding: 0 10px 10px 10px;
	z-index: 103;
}
#subscriptionInfoText
{
	position: relative;
	width: 100%;
	height: 98%;
	overflow: auto;
}
#subscriptionInfoText h1
{
	margin: 0 !important;
	font-size: 1.2em !important;
}

/* Footer */
#landingFooter
{
	margin: 0 auto;
	width: 760px;
	padding: 5px 10px;
	text-align: center;
}
#landingFooter ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#landingFooter li
{
	display: inline;
	padding: 0 10px 0 10px;
	color: #0B79BF;
	font-size: 11px;
	border-left: solid 1px #0B79BF;
}
#landingFooter .firstItem
{
	border-left: none;
}
#landingFooter a
{
	color: #0B79BF;
}
