
.rcgfx {
	
	margin:0 0 10px 19px;	/* radius of left corner */
}

.rcgfx .rccont {
	position:relative;
	overflow:hidden;	/* MSIE! */

	font-weight: normal;
	padding-top: 1em;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
	xwidth: 500;
	
}

/*
.rccont :last-child {
	margin-bottom:0;
}
*/
.rcgfx .rccont, .rcgfx .rctop, .rcgfx .rcbot, .rcgfx .rcbot div {
	background:transparent url("img/blackbox.png") no-repeat top right;
}


.rcgfx .rctop {
	position:absolute;
	width:19px;
	margin-left:-19px;
	height:100%;
	height:1200px;		/* MSIE! */
	background-position:left top;
	background-color: #F5F5F5;
}

.rcgfx .rcbot {
	position:relative;
	width:auto;
	background-color: #F5F5F5;
}

.rcgfx .rcbot, .rcgfx .rcbot div {

}

.rcgfx .rcbot {
	background-position:bottom right;
}

.rcgfx .rcbot div {
	position:relative;
	margin-left:-19px;
	background-position:left bottom;
	width: 500px;
}

.rcgfx p, .rcgfx h1 {
	margin:0;
	padding:.5em 0 0 0;
}

