html, body
{
	margin: 0;
	padding: 0;
}

body.loggedin
{
	background-color: #fff;	
}
body.not-loggedin
{
	background-color: #EDF3F5;	
}

a
{
	color: #4C7EB0;	
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;		
}
img { border: none; }

table
{
	border-collapse: collapse;
	width: 100%;	
}
td
{
	vertical-align: top;	
}

.smaller
{
	font-size: 80%;	
}

.ui-widget-overlay
{
	overflow: hidden;	
}
.textinput
{
	border: 1px solid #adadad;	
	padding: 2px 3px;
}

.alert
{
	color: #ff0000;	
}

.login-logo
{
	width: 150px;
	height: 50px;
	background: url(../images/logo-login-box.png) transparent no-repeat;	
}
#login-form-container
{
	display: none;
}

#login-form-container h4
{
	margin: 5px 0;
	font-size: 80%;	
}
#login-notification
{
	position: absolute;
	font-size: 80%;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	background-color: #FCFFAD;
	border: 1px solid #D6DE92;	
}
#login-form div, #forgot-form div, #reset-password-form div
{
	margin: 0 0 10px;	
}
#login-error, #forgot-error, #reset-password-error, #registration-error, #extra-fields-error, #resend-activation-email-error
{
	font-size: 80%;
	color: #FF0000;	
	margin-bottom: 4px;
}
#registration-error
{
	margin: 4px 0;	
}
#login-form label
{
	position: absolute;
	text-align: right;
	width: 90px;	
}
#forgot-form label
{
	position: absolute;
	text-align: left;
	width: 110px;
}
#reset-password-form label
{
	position: absolute;
	text-align: right;
	width: 100px;	
	font-size: 80%;
}
#resend-activation-email-form label
{
	position: absolute;
	text-align: left;
	width: 110px;
}
#login-form label.check
{
	position: relative;
	left: 0;
	text-align: left;
	width: auto;
	font-size: 75%;
	padding: 3px 0 0 2px;	
}
#login-form .textinput, #forgot-form .textinput, #resend-activation-email-form .textinput
{
	margin-left: 100px;
	width: 240px;
}
#reset-password-form .textinput
{
	margin-left: 110px;
	width: 230px;	
}

#stayloggedin-container
{
	float: left;
	clear: none;
	padding-left: 95px;
}
.submit-button-container
{
	float: right;
	clear: right;
	padding-right: 4px;
	margin-top: 5px;
}
.submit-button-container .ak-button
{
	font-size: 80%;
}

#forgot-form, #login-form, #reset-password-form
{
	display: none;	
}
.bottom-link
{
	font-size: 60%;
	float: left;
	clear: both;
	white-space: nowrap;
}
.bottom-link a
{
	display: block;
	clear: both;	
}
.register-link
{
	font-size: 120%;
	margin-bottom: 5px;
	padding: 0;	
}

#registration-container p
{
	font-size: 90%;
	margin-bottom: 5px;
}
#registration-form table
{
	width: 90%;	
}
.registration-email
{
	width: 450px;	
}
.registration-subscriptions
{
	margin: 15px 0;
	border-top: 1px dashed #ededed;	
	border-bottom: 1px dashed #ededed;
}
.registration-subscriptions div, .registration-agree
{
	padding: 5px 0;
	font-size: 80%;	
}
.registration-subscriptions div
{
	padding-bottom: 15px;	
}
.registration-agree
{
	float: right;
	clear: both;	
}
.register-back-to-login
{
	font-size: 75%;
	margin: 0 8px;	
}
#terms-and-conditions-container
{
	font-size: 70%;	
}
.hide {
	display:none;
}
