img.button {
	margin:3px;
}

table.downloads {
	border-collapse:collapse;
	width: 99%;
	min-height:32px;
}

table.downloads td {
	font-weight: normal;
}

table.downloads td {
	border-spacing: 0px;
	padding: 3px;
	border:0px;
}

#download-bar {
	margin-bottom: 5px;
	width: 99%;
	overflow: hidden;
}

#download-item {
	position: relative;
	/*height: 32px;*/
	min-height:32px;
	/*border: 1px solid #b2b2b2;*/
	margin-bottom: 7px;
	background-color:#ddd;
	padding-left:15px;
	-moz-border-radius-topleft : 4px;
	-webkit-border-top-left-radius : 4px;
    -moz-border-radius-topright : 4px;
    -webkit-border-top-right-radius : 4px;
    -moz-border-radius-bottomleft : 4px;
    -webkit-border-bottom-left-radius : 4px;
    -moz-border-radius-bottomright : 4px;
    -webkit-border-bottom-right-radius : 4px;
}

#download-item-right {
	position: absolute;
	background-image: url('/_images/download-bar-right.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
	width: 7px;
	height: 32px;
}

.download-drop {
	position: relative;
	overflow: hidden;
	display: none;
	margin:-7px 25px 5px 25px;

	padding:15px;
	z-index: 500;
	background-color:#E4E4E4;

    -moz-border-radius-bottomleft : 4px;
    -webkit-border-bottom-left-radius : 4px;
    -moz-border-radius-bottomright : 4px;
    -webkit-border-bottom-right-radius : 4px;

}


#download-button {
	display:none;
}

#close-button {
	display:none;
}

.download-small {
	font-family: verdana;
	font-size: 6pt
	color: #666666;
}