﻿#dropSheet {
  background-color/**/: #000000;
  background-image: url(dots.gif);
  background-image/**/: none;
  opacity: 0.35;
  filter: alpha(opacity=35);
}

table.forward.dialog {
	background-color: #FFFFFF;
}

th.forward.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: lighter; 
	color: #CC0000; 
}
th.forward.style2 {
	font-size: 13px;
	font-weight: lighter;
	line-height: 18px;
	color: #666666;
}
th.forward.style3 {
	font-size: 13px; 
	line-height: 18px; 
	font-weight: lighter; 
	color: #666666; 
}
em.forward.forwardErrorMessage {
	font-size: 13px;
	line-height: 18px;
	font-weight: lighter;
	color: red;
}

#forwardDIV {
	background-color: #FFFFFF;
	border-style: solid; 
	border-color: #838383;
	border-width: 2px;
	padding: 6px;
	width: 360px;
	height: auto;
	left: 0px;
	top: 0px;
}
#closeDialog {
	cursor: pointer;
}
