.subboxtext table.moduletablecommentList {
	width:100%;
	background:#fff;
	border:none;	
}

.subboxtext table.moduletablecommentList td {
	background:#fff;
	padding:0;
}

.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index:1001;
        -moz-opacity: 0.6;
        opacity:.60;
        filter: alpha(opacity=60);
		
    }
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 60%;
	padding: 16px;
	border: 5px solid #6C8CB3;
	background-color: white;
	z-index:1002;
	overflow: auto;	
}


.white_content  p{
	line-height:25px;
}

.white_content a{
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:20px;
	background-color:#6C8CB3;
	color:#fff;
	padding:10px 30px;
	text-decoration:none;

}

