
	.RiskboxMessage{
	     position: absolute;
	     padding: 8px;
	     border: 1px solid #ECE9D8;
	     border-right: 3px solid #ECE9D8;
	     border-bottom: 3px solid #ECE9D8;
	     border-left: 3px solid #ECE9D8;
	     border-top: 3px solid #ECE9D8;
	     background-color:#6a4204;
	     visibility:hidden;
	     z-index: 0;
	     width:500px;
	     height:200px;
	     cursor: default;
	     margin-top: 30px;
	 }
	 .exitImage{
	 	margin-top: -20px;
	 	margin-left: 683px;
	 	margin-right: -10px;
	 	float: right;
	 }
	 .topBar{
	 	position:relative;
	    border: 1px solid #333;
	    background-color: #ECE9D8;
	    width:690px;
	    height:20px; 
	    float:left;
	    margin-left:-4px;
	    margin-top: -7;
		font-size: 15px;
		color: #ECE9D8;
	    cursor: move;
	 }
	 .closeDiv{
	 	position:relative;
	    border: 1px solid #333;
	    width:25px;
	    height:20px; 
	    /*margin-left:680;*/
	    margin-top:-20;
	    margin-right:-9;
	    cursor: move;
	 }
	 .messageContainer{
	 
 	 	position:relative;
	 	border: 1px solid #426f80;
     	border-right: 1px solid #426f80;
     	border-bottom: 1px solid #426f80;
     	border-left: 1px solid #426f80;
     	border-top: 1px solid #426f80;
     	background-image:url(../images/APP_IMG/gbodybg.jpg);
     	margin-top:1px;
     	margin-left:-6;
     	margin-right:-3;
     	margin-bottom:-10;
 	 	width: 710px;
 	 	height: 470px;
 	 	cursor: default;
 	 	overflow-y:auto;
 	 	overflow-x:auto;
 	 	scrollbar-face-color : #fff3b5;
	 	scrollbar-highlight-color : brown;
	 	scrollbar-3dlight-color : yellow;
	 	scrollbar-shadow-color : yellow; 
	 	scrollbar-darkshadow-color : gray;
	 	scrollbar-track-color : #e7be84; 
	 	scrollbar-arrow-color : gray; 
	 }