/* common section */
span.file {
	font-size: 12px;
	color: #000000;
	font-family:Tahoma,Verdana,sans-serif;
	font-weight: normal;
}

span.filebold {
	font-size: 12px;
	color: #000000;
	font-family:Tahoma,Verdana,sans-serif;
	font-weight: bold;
}

span.filesmall {
	font-size: 11px;
	color: #000000;
	font-family:Tahoma,Verdana,sans-serif;
	font-weight: normal;
}

span.fileinfo {
	font-size: 12px;
	color: #000000;
	font-family:Tahoma,Verdana,sans-serif;
	font-weight: normal;
	display:inline-block;
	width:500px;
	text-align:left;
}

span.filedownload {
	display:inline-block;
	width:138px;
	text-align:left;
}

div.filecontainer {
	width:100%;
	padding:5px 0px;
}

div.filetop {
	width:640px;
	height:18px;
	padding:5px 10px;
	background: url(../images/photo/top.png) top center repeat-x;
	text-align:left;
}

div.fileformcontainer {
	width:638px;
	padding:5px 10px;
	border-left:1px solid #E0E3E3;
	border-right:1px solid #E0E3E3;
	border-bottom:1px solid #E0E3E3;
	text-align:center;
}

div.filerow {
	width:100%;
	padding:5px 0px;
	border-bottom:1px dashed #A1CD56;
}

input.filedesc {
	width:350px;
}
