/* CSS Document */
@media all
{

.tl_UploadFrame {
	margin-bottom:2px;	
	width:400px;
}
.tl_UploadFrame input[type=file] {
	width: 100%;
}
.tl_FileUpload {
	
}
.tl_Pb_Content {	
	display: none;
	width:99%;
	margin:0;	
	padding:1px 5px;
	vertical-align:middle;	
	border: 1px solid #ccc;
	background-color: #f5f5f5;	
}
.tl_Pb_Content table {
	width:100%;
	margin:0;
	padding:0;	
}
.tl_Pb_Content td {
	margin:0;
	padding:0;	
}
.tl_Pb_Filename {
	height:20px;
	width:80%;
	float:left;	
}
.tl_Pb_Filesize {
	height:20px;
	text-align: right;
}
.tl_Pb_Delete {
	height:20px;
	width:20px;
	text-align:right;
	cursor:pointer;	
}
.tl_PbOuter {
	height: 5px;
	border: 1px solid #000000;
	width: 99%;
	background-color: #ccc;
	padding: 0;
}
.tl_PbInner {
	background-color: #003399;
	height: 5px;
	width: 0;
}
input[type="file"]{
	padding:2px 0;
	background-color:#fff;
	color: #000;
	border:1px solid #ccc;;
	cursor:pointer;
}	
	
}