.csc-frame-2left,
.csc-frame-2right,
.csc-frame-3left,
.csc-frame-3right,
.csc-frame-4left,
.csc-frame-4right,
.csc-frame-5left,
.csc-frame-5right  {
	position: relative;
	font-size:.8em;
}

.csc-frame-center,
.csc-frame-1center {
	text-align:center;
}

.csc-frame-1center {
	font-size: .8em;
}

.csc-frame-2left,
.csc-frame-3left,
.csc-frame-4left,
.csc-frame-5left {
	float:left;
	padding-right: 2em;
}


.csc-frame-2right,
.csc-frame-3right,
.csc-frame-4right,
.csc-frame-5right  {
	float:right;
	padding-left: 2em;
}

.csc-frame-2left,
.csc-frame-2right {
	width: 45%;
}

.csc-frame-3left,
.csc-frame-3right {
	width: 30%;
}

.csc-frame-4left,
.csc-frame-4right {
	width: 22%;
}

.csc-frame-5left,
.csc-frame-5right {
	width: 18%; 
}




.csc-frame-rsg-shadow1a {
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin: 5px;
position: relative;
}

.csc-frame-rsg-shadow1b,
.csc-frame-rsg-shadow1c {
	position: relative;
	bottom: 2px;
	right: 2px;
}

.csc-frame-rsg-shadow1b {
	background-color: #666; /*shadow color*/
	color: inherit;
}

.csc-frame-rsg-shadow1c {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2px;
}

.csc-frame-rsg-shadow1c * {
	position: relative;
}



.csc-frame-rsg-shadow2a {
	backgroundx: transparent url(/typo3conf/ext/rsgframes/res/black-20-64.png);
	background-repeat: repeat;
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.csc-frame-rsg-shadow2b,
.csc-frame-rsg-shadow2c {
	position: relative;
	bottom: 2px;
	right: 2px;
}

.csc-frame-rsg-shadow2b {
	background: transparent url(/typo3conf/ext/rsgframes/res/black-40-64.png);
	background-repeat: repeat;
	color: inherit;
}

.csc-frame-rsg-shadow2c {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2px;
}