/* Some stuff to try and regularize display between IE and FF */
form
{
	display:inline;
	padding:0px;
	margin:0px;
}
	
ul, ol
{
	padding:0px;
	margin:0px;
	padding-left:10px;
	margin-left:10px;
}

.error
{
	color:#AA0000;
}

div.inputfile
{
	position:relative;
	overflow:hidden;
	width:64px;
}

input.field-file-entry
{
	position:relative;
	right:124px;
	font-size:10px;
}

html>body input.field-file-entry
{
	right:123px;
}

#popupMask
{
	display:none;
	position:absolute;
	z-index:200;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
}

#popup
{
	display:none;
	width:10px;
	height:10px;
	border:1px solid black;
	position:absolute;
	top:0px;
	left:0px;
	z-index:202;
	background:#FFFFFF;
}

#popupFrame
{
	width:100%;
	height:100%;
	background-color:transparent;
}

@media print
{	
	.side-section
	{
		display:none;
	}	
	
	.centre-section
	{
		margin:0px;
	}
}