.ttle
{
	background-color:#c0c0c0;
	border: 1px solid #D2E3E4;
	padding-left: 6px;
	align:left;
}
.ttleH
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	align:left;
}
.desc
{
	border-left: 1px solid #D2E3E4;
	border-right: 1px solid #D2E3E4;
	border-top: 1px solid #D2E3E4;
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	padding-left: 6px;
	padding-bottom: 12px;
	padding-right: 6px;
	align:left;
}
.info
{
	border-left: 1px solid #D2E3E4;
	border-right: 1px solid #D2E3E4;
	border-bottom: 1px solid #D2E3E4;
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	padding-right: 6px;
}
.butt
{
	background-color:#f2f2f2;
	border: 1px solid #D2E3E4;
	font-family: Tahoma;
	font-size: 11px;
	cursor:hand;
	cursor:pointer;
}
#upload
{
	position:absolute;
	top:0;
	left:0;
	width: 341px; 
	height: 216px;
	z-index:600;
	display:none;
}
.trans_box2 {
  font-family:verdana;
  font-weight:bold;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='overlay.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url('../overlay.png');
}
.txt
{
	font-family: Tahoma; 
	font-size: 8pt; 
	border: 1px solid #D2E3E4;
}
.container
{
	overflow:auto;
	height:545px;
}