body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #404040;
}
td {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
table.mail_products_list {
	width: 600px;
}
table.mail_products_list th {
	font-size: 12px;
	text-align: left;
}
table.mail_products_list td {
	font-size: 12px;
	font-weight: normal;
}
table.mail_shipment {
	width: 400px;
	border-collapse: collapse;
}
table.mail_shipment th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
table.mail_shipment td {
	font-weight: normal;
	font-size: 12px;
}.invalid {
	border: 1px solid red !important;
}

.valid {
	border: 1px solid green !important;
}

#test_tooltip {

	color: white;
	font-weight: bold;
	background: black;
	z-index:999;
}

#test_tooltip .content {
	padding: 5px 8px;
}