﻿#dishwasherRecallTable {
	width:100%;
	margin:10px 0px;
}
#dishwasherRecallTable td {
	vertical-align:bottom;
	padding:3px 10px 2px 0px;
}
#dishwasherRecallTable .labelCell {
	font-weight:bold;
	padding-bottom:5px;
	width:35%;
}
#dishwasherRecallForm input {
	font-size:100%;
}

/**** Tool Tip Style ****/
.tooltipDiv	{	
	visibility: hidden;
	position: absolute;
	top:0;
	left:0;
	z-index:1000;
}
.tooltipDiv	{
	border:2px solid #ed8000;
	background:#ffffff;
	padding:5px;
}				
.tooltipDiv .tooltipTitle	{
	font-weight:bold;
	font-size:105%;
	padding:0 5px 4px 0;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
}				
.tooltipDiv.arrowTooltip {
	border:1px solid #fff;
	padding:0;
}
