body { /* IE fix for :hover */

  behavior: url("includes/csshover.htc"); 

}

td.topOption {
	padding: 3px;
	text-decoration: none;
}

td.topOption a {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

td.option {
	border-top: 1px solid;
	border-color: #b7b7b7;
	padding: 3px;
}

td.option a {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

td.topOption:hover {
	background-color: #FFFFFF;
}

td.option:hover {
	background-color: #FFFFFF;
}

body {
	behavior: url("includes/csshover.htc"); /* IE fix for :hover */
}

#container {
	z-index: 99999;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	width: 500px;
}

#progress_box {
	z-index: 99999;
	position: absolute;
	text-align: center;
	margin-right: auto;
}

#send_report {
	z-index: 99999;
	position: absolute;
	text-align: center;
	margin-right: auto;
}

td.progressText
{
	z-index: 99999;
	color: #FFFFFF; 
	font-family: Lucida Grande;
	font-size: 12px;
	background-color: #e79f35;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#containerDrop {
	z-index: 99999;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	right: 5%;
	top: -150px;
	width: 500px;
}

#drop_message {
	right: 50%;
	top: 300px;
	z-index: 99999;
	position: absolute;
	text-align: center;
	margin-right: auto;
	text-align: center;
}

td.dropMessage
{
	z-index: 99999;
	color: #000000; 
	font-family: Lucida Grande;
	font-size: 10px;
	background-color: #d5d5d5;
	font-weight: bold;
	padding: 5px;
}