/*******************************************************************************
*	Parcye IE warning system 
*	http://iewarning.parcye.com
*	
*	Version 1.0 18-06-2009
*	
*	Colin Myerscough colin@parcye.com
*
*******************************************************************************/
div#iewarning {
	position: absolute;
	padding: 4px 10px 4px 10px; margin: 0px;
	border: 1px solid #000;
	top: 0px;
	left: 0px;
	height: 14px;
	background-color: #ffff00;
	color: #000;
	font-family: verdana;
	font-size: 11px;
	z-index: 1000000000;
}

div#iewarning a {
	color: #0000ff;
	text-decoration: none;
}

