/* CSS Document */
table.need {
	width:100%;
	border-collapse:collapse;
	font-size:14px;
	color:#303b42;
	text-align:center;	
}

table.need th {
	background:#e2e4e6;
	vertical-align:middle;
	width:163px;
	font-weight:normal;
	height:81px;
}

table.need th.top {
	width:100%;
	height:52px;
	border-bottom:2px solid #f0f1f2;
}

table.need th.top.border {
	border-right:2px solid #f0f1f2;
}

table.need th.top strong {
	font-size:18px;
	color:#00b1c8;
	font-weight:600;
}

table.need td {
	height:29px;
	border-bottom:2px solid #f0f1f2;
	background:#ffffff;
}

table.need td.right_border {
	border-right:2px solid #f0f1f2;
}

table.need td.bottom-border {
	border-bottom:2px solid #989ea3;
}

img.image {
	right:32px;
	top:-162px;
	position:absolute;
}