.page_view .smartOutput img{width:479px !important;}
.boardtopbox .board_bogo-list .board_list-bogo-lis-btn a
{
	padding-left : 15px;
}
.page_write #file div span.downlink, 
#form_view #file div span.downlink 
{ 
	display: inline-block;
	margin-left: 15px;
	width:140px;
	font-size: 15px;
	font-weight: 700;
	text-indent: 27px;
	line-height: 40px;
	border: 1px solid #ccc;
	background: url(../../../../skin/style/img/downlink.png) right 15px top 12px no-repeat;
	border-radius: 2px;
}
.page_write #file .allfile, 
#form_view #file .allfile 
{ 
	width:100%;
	margin-bottom:10px;
	display:block;
}
.page_write  #file .allfile .item, 
#form_view #file .allfile .item 
{ 
	background:none;
	border:none;
	margin:0;
	text-indent:0;
	font-weight:normal;
	line-height:40px;
	overflow:visible;
}

.page_write  #file .allfile .item .delete{
	float:none;
	display:inline-block;
	width:auto;
	height:25px;
	
} 


@media only all and (max-width: 1024px)
{
	
	.page_write #file .allfile .item, 
	#form_view #file .allfile .item 
	{
	margin: 0 10px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	}
	
	.page_write  #file .allfile .item .delete{
		overflow:visible;
		vertical-align:middle;
	}
}