table {
	border-style: solid;
	border-collapse: collapse;
	border-color: #cccccc;
	border-width: 1px;
	margin-top: 0px;
	margin-left : 0px;
}
td {
	border-style: solid;
	border-color: #cccccc;
	line-height: 160%;
	height: 26px;
	border-width: 1px;
}
td.label {
	background-color: #F9F9F9;
	text-align: center;
}

.outer_input{
	width: 98%;
}