/* CSS Document */

.report{
	margin: 0;
	padding: 10px;
	width: 500px;
	position: absolute;
	left: 240px;
	top: 200px;
	background: url('../images/report_bg.gif') repeat-x;
	background-color: White;
	border: 2px solid #7f7f7f;
	z-index: 1;
}

.report span.heading{
	font-size: 18px;
	color: #a7090c;
	display: block;
}

.report span.subheading{
	font-size: 12px;
	color: #232323;
	display: block;
	margin: 10px 0 0 0;
}

.report p{
	margin: 5px 0 0 0;
	color: #535151;
}

.report form{
	margin: 10px 0 0 0;
}

.report form .sel{
	width: 200px;
	float: left;
}

.report form .sel ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.report form .sel ul li input{
	margin:  0 5px 0 0;
}

.report form .txt{
	width: 300px;
	float: left;
}

.report form .txt textarea{
	width: 290px;
	height: 100px;
}

.report form span.caption{
	color: #9fa0a0;
	font-style: italic;
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0;
}

.report form input.submit{
	float: right;
	margin: 20px 7px 0 0;
}


.endfloat{
	clear: both;
	visiblity: hidden;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.report a.report_close{
	display: block;
	position: absolute;
	left: 450px;
	top: 8px;
	text-decoration: none;
	color: #3c3c3c;
}

.report a.report_close img{
	margin: 0 0 6px 6px;
}

.report a.report_close span:hover{
	text-decoration: underline;
}
