/* CSS Document */

.download {
	border-right:4px solid #AAAAAA;
	border-bottom:2px solid #AAAAAA;
	position:absolute;
	width:300px;
	z-index:100;
	background-color: #FFFFFF;	
	visibility: hidden;	
	left: 44px;
	top: 27px;
	height: auto;

}
.downloadtable {
	border:1px solid #000000;
	padding:0px;
	margin:0px;
}
.celltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.input1 {
	width:250px;
	height:20px;
	border:1px solid #000000;
}
.input2 {
	width:290px;
	height:60px;
	border:1px solid #000000;
}
.input3 {
	width:290px;
	height:20px;
	font-size:11px;
	margin-bottom:3px;	
}

