/* CSS Document */
#lc {
	width:210px;
	border:0px solid #ccc;
	float:left;
	}
#rc {
	width:720px;
	border:0px solid #ccc;
	float:right;
	padding:0px;
	background:#fff;
	line-height:16px;
	}
.button {
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #eee;
	}
.innerButton {
	padding:5px;
	}