﻿.rc_Container
{
	padding:0px;
	margin:0px auto;
	text-align:center;
	height:100%;
	z-index: 1000; 
	
}
.rc_tblcontainer
{
	/*background:#ffffff;*/
	width:100%;
	height:100%;
	margin:0px auto;
	
	
}

.rc_bottom_left
{
		height:10px;
	    width:10px;
		padding:0px;
		margin:0px;
		background: url(../images/popup/Bottom_Left_Corner.png) no-repeat left top;
}

.rc_bottom_middle
{
		height:10px;
		padding:0px;
		margin:0px;
		background: url(../images/popup/Bottom_Middle_bg.png) repeat-x top;
}
.rc_bottom_right
{
		height:10px;
		width:10px;
		padding:0px;
		margin:0px;
		background: url(../images/popup/Bottom_Right_Corner.png) no-repeat right top;
}

.rc_top_left
{
		height:30px;
		width:10px;
		padding:0px;
		margin:0px;
		background: url(../images/popup/Top_Left_Corner.png) no-repeat left top;
}
.rc_top_middle
{
		height:30px;
		padding:0px;
		margin:0px;
		background: url(../images/popup/Top_Middle.png) repeat-x top;
		text-align:left;			
}
.rc_top_right
{
		height:30px;
		width:10px;
		padding:0px;
		margin:0px;
		background: url(../images/popup/Top_Right_Corner.png) no-repeat right top;
}

.rc_middle_left
{
		width:10px;
		/*height:266px;*/
		padding:0px;
		margin:0px;
		background: url(../images/popup/left_side_bg.png) repeat-y left;
}

.rc_middle_middle
{
		padding:0px;
		margin:0px;
		height:100%;
		
}
.rc_middle_right
{
		/*height:266px;*/
		width:10px;
		padding:0px;
		margin:0px;
		background: url(../images/popup/right_side_bg.png) repeat-y right;
}
    	
