#OverPageContent{
	position:absolute;
}

.OverPageContent{
	width:100%;
	z-index:1000;
	top:0px;
	left:0px;
	background-color:#333;
}

.c_popup {
	font-size:12px;
	overflow:hidden;
	position:absolute;
	z-index:1115;
	/*height:465px;*/
	left:140px;
	top:126px;
}

.c_popup .c_popup_body {
	position:relative;
	border:0px solid red;
}

.c_popup .c_popup_body .c_popup_data{
	padding:20px; 
}

.c_popup .c_popup_body .c_popup_close{
	padding:1px 3px;
	border:1px solid #cccccc;
	color:#cccccc;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	right:15px;
    top:15px;
	display:block;
	z-index:50;
}

.c_popup .c_popup_body .c_popup_close{
	width:25px;
	height:26px;
	padding:0px;
	border:0px;
	background-image:url(/assets/images/icons/close_popup_icon.gif);
}

.c_popup .c_popup_body .c_popup_close span{
	display:none;
}

#PopupContent{
	border:0px solid red;
}

#PopupContent .popup_info{
	line-height:16px;
}


/*** Round Box Popup Style *********/

.round_box .box_tile{
    position:relative;
    padding:0 12px;
    overflow:hidden;
}

.round_box .edges_skin,
.round_box .edges_skin .left,
.round_box .edges_skin .right{
    display:block;
    height:15px;
}

.round_box .edges_skin .left,
.round_box .edges_skin .right{
    float:left;
}

.round_box .edges_skin .left{
    width:80%;
}

.round_box .edges_skin .right{
    width:20%;
}

.round_box .top_edges .left{
    background-position:top left;
}

.round_box .top_edges .right{
    background-position:top right;
}

.round_box .bottom_edges .left{
    background-position:bottom left;
}

.round_box .bottom_edges .right{
    background-position:bottom right;
}

.round_box .edges_skin div{
    background-image:url(/assets/images/sprites/box_edges.gif);
}

.round_box .box_tile{
    background-color:#121212;
}

/******************************************/
