/* Main body */
body
{
	background-color: #eee;
	padding-top: 0 !important;
}

/* Overall login area */
#signInArea
{
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background-color: white;
	padding: 15px;
}

/* Footer button area (where registration button shows by default) */
#footerButtonArea
{
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 5px;
}

/* Isosec logo */
#isosecLogo
{
	max-width: 75%;
}

/* Login area */
#loginArea
{
	display: block;
}

/* Login area CAPTCHA */
#loginCaptchaContainer
{
	text-align: center;
	margin-top: 1em;
	display: none;
}
#loginCaptcha
{
	display: inline-block;
}

/* Forgotten password area */
#forgottenPasswordArea
{
	display: none;
}

/* Register area */
#registrationArea
{
	display: none;
}

/* Reset password area */
#resetPasswordArea
{
	display: none;
}

/* Trusts drop-down list */
#trustListDropdown
{
	max-height: 15em;
	overflow-y: scroll;
}

/* Trusts drop-down list options */
#trustListDropdown a
{
	padding-left: .75em;
}

/* Trusts checkboxes in the registration page's trust list */
#trustListDropdown .trustCheckbox
{
	margin-right: .75em;
}