.outertable {
	/*border: 1px solid salmon;
	-moz-border-radius: 10px;
	width: auto;
	height: auto;*/
}

.innerdiv {
	overflow: auto;
	border: 1px solid salmon;
	-moz-border-radius:5px;
	width: 320px;
	height: 100px;
	}
/*table {
		text-align: left;
		font-size: 12px;
		font-family: verdana;
		background: #c0c0c0;
	}
table thead {
		cursor: pointer;
	}
table thead tr,
table tfoot tr {
		background: #c0c0c0;
	}
table tbody tr {
		background: #f0f0f0;
	}
td, th {
		border: 1 px solid white;
	}
	*/


