﻿.imgitemuploadbox
{
	width:150px;
	display:inline-block;
	position: relative;
	
	
}
.fileinput-button {
    position: relative;
    display: inline-block;
    background: #17288b;
    padding: 5px 10px;
    border-radius: 2px;
    color: white;
}
.fileinput-button input {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.PicShow
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:113;
	background-color:rgba(0,0,0,0.5);
}
.PicShowBox
{
	text-align:center;
	width:100%;
	height:100%;
	display:none;
}
.PicShowBox img
{
	width:auto;
}
.textimgitem
{
	width:28px;
	height:28px;
	border:1px solid #c0c0c0;
	display:inline-block;
	position:absolute;
	bottom:0;
	margin-left:5px;
}
.textimgitem_td
{
	width:28px;
	height:28px;
	border:1px solid #c0c0c0;
	display:inline-block;
	
}

.showbroadcastread
{
	background-color:white;
	position:absolute;
	padding:10px;
	border:10px solid #c0c0c0;
	border-radius:5px;
	display:none;
}
.showbroadcastread_close
{
	    position: absolute;
    top: -9px;
    right: -8px;
    text-align: right;
    cursor: pointer;
    background: #f50;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
}