/* ----------------------------------------

	wcExceptionHandler

	CSS definitions for the wcExceptionHandler control

	JG

   ---------------------------------------- */

TABLE.wcExceptionHandler_Hidden
{
	position:absolute;
	top:-10000px;
}

TABLE.wcExceptionHandler_Visible
{
	position:relative;
	top:0px;
}

IMG.button
{
	margin-left: 5px;
	vertical-align: middle;
	border: 0px;
	
	position:relative;
	top:1px;
}

IMG.buttonLeft
{
	margin-right: 5px;
	vertical-align: middle;
	border: 0px;

	position:relative;
	top:1px;
}

