﻿@charset "utf-8";
/*  CSS for Microsoft NZ IE6 Upgrade Message
 *  Kris McGlashan
 *  081030 - v1.0
 */
 
#detectie6 {
	position: fixed;
	float: left;
	width: 400px;
	bottom: 0px;
	right: 5px;
	margin:0 auto;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	display : none;
}
.ie6overlay {
	position: absolute;
	width: 400px;
	background: url(gray.gif) repeat-x left top;
	height:400px;
}
#detectie6 .ie6message  {
	width: 400px;
	height: 200px;
	padding: 3px;
	background:transparent url(bg.jpg) no-repeat;
}
.ie6message { position: relative; }
* html #detectie6 .ie6overlay { height: 500px; }
.ie6content {
	font-size: 12px;
	line-height: 16px;
	text-align:right;
	color: #133b50;
	margin-right:10px;
}
.ie6content p {	margin: -2px 5px 3px 0;}
.ie6title {
	font-size:23px; letter-spacing:-1px;
	font-weight: bold;
	color:#6b3f0b;
	padding-top: 4px; padding-left:4px;
	text-align:left
}
.ie6subtitle {
   	background:transparent url(subheader.png) no-repeat;
   	font-size: 11px; font-weight:bold;
	line-height: 14px;
	color: #133b50;
	height:29px;
	padding: 7px 8px 0 2px;
	margin-top:-2px;
}
