<style type="text/css">
	.inline{	
		position: relative;
		display: block;
		height: 30px;
	}
	
	textarea,input{
		position:absolute;
		top: 0px;
		left: 250px;
		width: 300px;
	}

	.zebratable tr:nth-of-type(odd) { background-color:#f7f7f7; }
	.zebratable tr:nth-of-type(even) { background-color:#ffffff; }
	.zebratable
	{
	        border: solid 5px #f7f7f7;
	        
	}
	.zebratable th
	{
	        text-align: left;
	        font-size: 14px;
	        font-weight: bold;
	}
				
	thead{
		font-style: bold;
	}

</style>
