@import url(/default/Default.css);

.cPanel
{
	height: 100px;
	width: 500px;
}

.cLeftPanel
{
	left: 0px;
	position: relative;
	top: 0px;
	height: 100%;
	background-color: transparent;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 175px;
}

.cRightPanel
{
	left: 0px;
	position: relative;
	top: 0px;
	height: 100%;
	background-color: transparent;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 100%;
}

