/************************************************************

LOGIN STYLESHEET
Author: Konsepthuset AS
  
************************************************************/

@import url("reset.css");
@import url("form.css");
@import url("modal.css");



/************************************************************
1. Basic formatting rules
************************************************************/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #fff url("../images/login/body_bg.jpg") top center no-repeat;
	color: #28282a;
}

a {
	color: #214c74;
	text-decoration: underline;
}

	a:hover {
		color: #508cc5;
		text-decoration: none;
	}


/************************************************************
2. Container content
************************************************************/

div#wrap {
	width: 946px;
	padding: 0 30px 0 30px;
	margin: 0 auto 0 auto;
}

div#container {
	width: 946px;
	position: relative;
}

/* Logo */
h1#logo {
	width: 171px;
	height:24px;
	background: url("../images/login/logo.png") no-repeat;
	font-weight: bold;
	font-size:16px;
	text-decoration: none;
	color: #28282a;
	top: 30px; left: 0px;
	position: absolute;
	overflow: hidden;
}
	
		#logo a {
			font-size: 0px;
			display: block;
			background: url("../images/login/logo_home.png") no-repeat top left;
			height: 46px;
			width: 171px;
			top: -22px;
			left: 0px;
			position: absolute;
			text-indent: -200px;
			cursor: default;
		}
	
/* Sites preview flash */
div#sites_preview {
	width: 564px;
	height: 288px;
	float: left;
	margin: 204px 49px 0 -10px;
	overflow: hidden;
}

	#sites_preview div.noflash {
		width: 564px;
		height: 288px;
		background: url("../images/login/sites_preview_noflash.jpg") no-repeat top left;
	}

/* Footer */
div#footer {
	width: 100%;
	border-top: 1px solid #d6e0ea;
	font-size: 12px;
	line-height: 12px;
	color: #949293;
	text-align: right;
	padding-top: 5px;
	position: absolute;
	top: 603px;
	left:0px;
	padding-bottom: 29px;
}

	#footer a {
		color: #949293;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #28282a;
		color: #508cc5;
	}


/************************************************************
3. Form content
************************************************************/

#colorbox {position:absolute;} /* colorbox flicker-fade fix */

form#login {
	float: left;
	width: 343px;
	margin: 184px 0 0 -1px;
}

	form#login h2 {
		font-size: 20px;
		font-weight: bold;
		color: #2a2528;
		text-shadow: #fff 0px 1px 0px;
		margin: -5px 0 17px -1px;
		line-height: 23px;
	}
	
	form#login p {
		font-size: 15px;
		color: #2a2528;
		line-height: 25px;
		text-shadow: #fff 0px 1px 0px;
		margin:0 0 23px 0;
	}

		form#login p a.fconnect {
			width: 89px;
			height: 21px;
			display: inline-table;
			background: url("../images/login/fconnect.png") no-repeat top left;
			vertical-align: top;
			margin: 1px 2px 0 2px;
		}
		
			form#login p .fconnect span {
				display: none;
			}
		
		form div.input_container {
			background: #fff;
			width: 271px;
			height:33px;
			margin-bottom:15px;
			display:block;
		}
		
			form .input_container label {
				position: relative;
				color: #949293;
				font-size:15px;
				z-index:1;
				display:block;
				padding: 7px 0 0 7px;
			}
		
			form .input_container label.error { display: none !important;}
			form .input_container label.fade { color: #dcdcdc; }
			form .input_container label.hide { visibility: hidden; }
		
		form input {
			position: relative;
			width: 255px;
			height: 22px;
			background: #fff url("../images/form_sprite.png") no-repeat -452px -210px;
			border: none;
			color: #2a2528;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 15px;
			line-height: 18px;
			z-index:2;
			padding:7px 9px 4px 7px;
			display:block;
		}
		
		form input.error {
			background: url("../images/form_sprite.png") no-repeat -452px -243px;
		}
		
		label + input {
			background-color:transparent;
			margin-top: -25px;
		}
		
	form div.button_container {
		width: 271px;
		height: 30px;
		position: relative;
	}
	
		form .button_container div.tooltip {
			width: 201px;
			height: 35px;
			position: absolute;
			background: url("../images/login/checkbox_tooltip.gif") no-repeat top left;
			font-size: 11px;
			line-height: 13px;
			color: #2a2528;
			text-shadow: #fff 0px 1px 0px;
			z-index: 5;
			padding: 18px 0 0 10px;
			top: 17px;
			left: -8px;
			opacity: 0;
			cursor: default;
			visibility: hidden;
			overflow: hidden;
		}
		
		form .button_container button {
			float:right;
		}
		
		form .button_container ul {
			float: left;
			margin-top: 6px;
		}
		
		form .button_container ul li {
			float: left;
			font-size: 11px;
			line-height: 16px;
			width:89px;
		}
		
					
		form .button_container ul li a {
			z-index: 10;
			position: relative;
		}
		
		form .button_container ul li label {
			cursor: pointer;
			font-size:11px;
		}
		
			form .button_container ul li label span {
				text-decoration: underline;
				color: #214c74;
				float: left;
				padding-left: 4px;
				position: relative;
				z-index: 10;
			}
			
			span.jquery-checkbox, span.mark {
				padding-left:0 !important;
			}
			
			form .button_container ul li label span:hover {
				text-decoration: none;
				color: #508cc5;
			}
		
			form .button_container ul li label input {
				width: auto !important;
				float: left;
			}

