#submitReport {
	cursor: pointer;
}

#cover {
	visibility: hidden;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

#reportContainer {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 400px;
	border: 1px solid black;
	z-index: 1100;
	background-color: white;

	background: url('images/card.png');
	width: 700px;
	height: 428px;
	border-style: none;
}

#report_header {
/*	background-color: #000033;
	color: white; */
	font-size: 9pt;
/*	padding: 2pt 6pt 2pt 6pt; */
	margin: 30px 50px 30px 50px; /* 10px as bottom is better for IE */
	height: 30px;
}

#report_header_title {
	font-weight: bold;
}

#report_close {
	float: right;
	cursor: pointer;
	/*border: 1px solid black;*/
	width: 110px;
	height: 30px;
}

#report_body {
	/*padding: 0 12pt 12pt 12px;*/
	margin: 0px 60px 60px 60px;
}

#report_body h1 {
	margin: 0 0 6pt 0;
	font-size: 14pt;
	text-align: center;
	border-bottom: 1px solid #999999;
}

.answer {
	padding: 5px 15px 5px 15px;
}

#nextButton {
	cursor: pointer;
}

div.debug {
	background-color: #CCCCCC;
	font-size: 8pt;
	color: #999999;
	margin: 10px;
}

.stem {
	font-size: 14pt;
	clear: both;
	padding-top: 8pt;
}


#questionNavigationBottom {
	width: 480px;
	margin: 15px auto 10px auto;
	clear: both;
}

#skipButton {
	margin-top: 15px;
}

.buttonRight {
	float: right;
}

#questionNavigationTop {
	width: 500px;
}

#questionNavigationTop a, #questionNavigationBottom a {
	font-size: 9pt;
	color: grey;
	text-decoration: none;
}

div.mcqOption {
	width: 180px;
	float: left;
}

textarea {
	width: 100%;
	background-color: #F0F0F0;
}

input.shortText {
	background-color: #F0F0F0;
	width: 100%;
	font-size: 13pt;
}

input.otherText {
	background-color: #F0F0F0;
}

input.locationDescriptionText, input.locationAddressText {
	background-color: #F0F0F0;
	width: 300px;
}


div.scaleLabel {
	width: 300px;
}

div.scaleLabelRight {
	float: right;
}
