@charset "utf-8";

.primary #viewerCont {
	width: 490px;
	border: solid #999 3px;
	float: left;
	margin-bottom: 10px;
}

.primary #buttons {
	width: 118px;
	margin: 3px auto;
	border: solid #CCCCCC 3px;
	cursor: hand;
}
.primary #textCont {
	width: 225px;
	float: left;
}
.viewerPanel {
	background-color: #FFF;
	padding: 0 10px;
	border: solid 1px #CCC;
}
