.attachment_upload_container .table_list {
	box-sizing: border-box;
}
.attachment_upload_container.table_list .upload_button {
	width: 100%;
	box-sizing: border-box;
	float: none;
}
.attachment_upload_container.table_list .initial_message {
	display: none;
}
.attachment_upload_container.table_list .upload_button input {
	width: 120%;
	cursor: pointer;
}
.attachment_upload_container.table_list table {
	width: 100%;
	color: #555;
	border-collapse: collapse;
	padding: 0px;
	margin: 10px 0;
}
.attachment_upload_container.table_list table thead th {
	background: #f6f9fb;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 -50px transparent;
	border-top: 2px solid #dce7ef;
	padding: 8px 8px;
	line-height: 16px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	border-right: 1px solid #dce7ef;
	text-align: left;
	border-bottom: 1px solid #dce7ef;
}
.attachment_upload_container.table_list table thead th:first-child {
	border-left: 1px solid #dce7ef;
}
.attachment_upload_container.table_list table tbody td {
	padding: 6px 8px;
	line-height: 16px;
	font-size: 12px;
	border-right: 1px solid #f6f9fb;
	border-bottom: 1px solid #f6f9fb;
}
.attachment_upload_container.table_list table tbody td:first-child {
	border-left: 1px solid #f6f9fb;
}
.attachment_upload_container.table_list table td.icon {
	padding: 2px;
	width: 24px;
}
.attachment_upload_container.table_list .file_row img {
	width: 24px;
	height: 24px;
	display: block;
}
.attachment_upload_container.table_list table a {
	text-decoration: none;
	color: #1d6b9f;
}
.attachment_upload_container.table_list .upload_button {
	background: none;
	height: 48px;
}
.attachment_upload_container .upload_status_block {
	display: none;
}
.attachment_upload_container.table_list .upload_status_block {
	display: block;
	text-align: center;
	height: 38px;
	line-height: 38px;	
}
.attachment_upload_container.table_list .upload_status_block span { 
	display: inline-block;
	height: 20px;
	background: url("upload.png") no-repeat 0px 50%;
	padding: 9px 12px 9px 48px;
	line-height: 20px;
	color: #777;
}
.attachment_upload_container.table_list .delete_col {
	width: 16px;
}
.attachment_upload_container.table_list .delete {
	height: 16px;
	width: 16px;
	background: white url("icon/remove.png") no-repeat;
	cursor: pointer;
}