/*
Firefox gives the iframe a 1px border irrespective of the iframe's frameborder="0" attribute.
To compensate for this the container needs to have a 1-pixel left margin and be 439px wide.
*/

/* full size when printing */
@media print
	{
 	div.container
 		{
		width:100%;
		}
	}

div.Content form fieldset input.inputButtonSearch,
div.Content form fieldset input.inputButtonSearchDisabled {
	padding: 0pt 0pt 0pt 12px;
	margin: 0 0 0 1px;
}
