@charset "utf-8";
/* CSS Document */

		#blanket {
			background-color:#111;
			opacity: 0.65;
			filter:alpha(opacity=65);
			position:absolute;
			z-index: 9001;
			top:0px;
			left:0px;
			width:100%;
		}
		
		#popUpDiv {
			text-align: left;
			position:absolute;
			background-color:white;
			width:500px;
			height:400px;
			z-index: 9002;
			padding:15px 15px;
			border:5px solid #C6C6C6;
			color:#575757;
		}
		
		#popUpDiv #close-popup{
			float:right;
		}
		
		
		#popUpDiv #report{

		}
		
		#popUpDiv #report input{
			margin:5px 0px;
		}
		
		#popUpDiv #report h2{
			color:#000000;
			font-size: 25px;
			padding-bottom: 15px;
		}
		
		#popUpDiv #report p{
			padding-bottom: 10px;
		}
		
		#popUpDiv #report ul {
			list-style: disc;
			padding: 0px 0px 10px 20px;
		}
		
		#popUpDiv #report ul li {
			padding-bottom: 5px;
		}
		
		#popUpDiv #child-protection-kit {
			float:right;
		}
		
		#popUpDiv #report span{
			font-weight:bold;
			color:#CC0000;
		}
		
		#popUpDiv #report #csspopup_submit {
			font-weight: bold;
			color: #fff;
			font-size: 16px;
			background-color: #980000;
			padding: 5px 10px;
			cursor: pointer;
		}