table{
	width:100%;
	border:1px solid gray;
	border-collapse:collapse;
}

tr,th,td{
	border:1px solid gray;
	border-collapse:collapse;
}

img.pic{
	width:128px;
}

td.space{
	border:0px solid gray;
	border-collapse:collapse;
	width:10%;
}

tr.res{
	color:#000011;
	background-color:#ffffee;
}

td.texthead{
	width:10%;
}

td.inputtext{
	width:25%;
}

textarea{
	width:100%;
	height:75px
}

input{
	width:100%;
}

td.right{
	text-align: right; 
	width:10%;
}


