.fraudReportLightbox {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
}
.fraudReport li {
	background:none !important;
	padding-left:0 !important;
}
.fraudReportUL li {
	cursor:pointer;	
}
.fraudReportButton {
	cursor:pointer;	
}
.fraudReportingOverlay {
	display:none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 1000;
	filter: Alpha(Opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

.fraudReportOverlay {
	position: absolute;
	z-index: 1001;
	width: 366px;
	background: #ffffff;
	border: 6px solid #cccccc;
	padding: 12px;
}
.fraudReportOverlay .headline {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.fraudReportOverlay hr {
	margin: 11px 0px;
	color: #d7d7d7;
}
.fraudReportOverlay .reportLoginText {
	font-size: 11px;
	color: #777777;
	padding-bottom: 10px;
}
.fraudReportOverlay p {
	margin:0px;
	padding:3px 0px;
}
.fraudQuestionIndent{
	padding-left:30px;
}
.fraudReport input
{
	width: 512px;
}
.fraudReport .inputIndented
{
	width: 482px;
}
.fraudReport textarea
{
	width: 512px;
	height: 100px;
}
.fraudQuestion
{
	color: #000000;
}
.fraudInput
{
	margin: 5px 0px 25px 0px;
}
.newReportDiv .newReportConfirm {
	display: none;
}
.newReportImage {
	display:none;
}
#reportLoginButton {
	float: left;
}
.reportLoginForm div {
	float: left;
	padding: 3px 0px;
}
.reportLoginForm div strong {
	width: 120px;
	display: block;
	float: left;
}
.reportLoginForm div input {
	float: left;
	width: 174px;
}
#reportIDHolder {
	display: none;
}
#fraudReportStep2 {
	display: none;
}
.fraudGreyBackground {
	background-color: #ededed;
}

/* CONFIRMATION */
#fraudReportConfirmation {
	display:none;	
}
.confirmationReportID {
	font-size: 16px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	padding:10px 0px;
}
.confirmationReportID span {
	color:#777777;
}
.passwordTable {
	color:#282928;
	font-size:11px;
	font-weight:bold;	
}
.passwordTable input {
	width:206px;
	margin-top:10px;	
}
.passwordErrorMsg {
	color:#a80d0d;	
}
.submitDiv {
	float:left;	
	width:140px;
	padding-top:25px;
}
.confirmDiv {
	float:right;	
	width:340px;
	padding:10px;
	font-style:italic;
}
.confirmDiv input {
	float:left;
	margin:0px 10px;
}
.confirmCheckboxCopy{
	width:300px;
	float:right;
}

/* STATUS */
#fraudReportStatus {
	display:none;	
}
.statusText {
	color:#a80d0d;
}
.statusUpdates {
	padding:10px;
	float:left;	
	width:492px;
}
.statusUpdates .statusSpan {
	float:right;
	font-weight:bold;	
}
#fraudReportStatus .statusWrapper {
	border:1px solid #d7d7d7;
	width:512px;
	float:left;
}
.statusWrapper table {
	padding:10px;
	float:left;	
	width:492px;
	padding-top:24px;	
}
.statusWrapper table thead tr td {
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.statusWrapper table tbody#commentsBody {
	display:none;	
}
.statusWrapper table tbody#commentsBody tr td textarea {
	width:300px;	
}
.statusWrapper table tfoot tr td {
	color:#777777;
	font-size:11px;
}
.addCommentsDiv {
	border-top:1px solid #d7d7d7;
	padding:12px;
	width:488px;
	float:left;
}
