.divColumnContainer {
	display: table-row;
	}
.divLeftColumn {
	display: table-cell;
	width: 155px;
	height: 300px;
	padding-right: 10px;
	}
.divControlBox {
	border: 1px solid silver;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.divPublishButton {
	text-align: center;
	margin-top: 10px;
	}
.divRightColumn {
	display: table-cell;
	vertical-align: top;
	width: 700px;
	}
