@CHARSET "UTF-8";
table{
	width: 98%;
	margin: 30px auto;
}
table tr:nth-child(odd){
	background:#f5f5f5;
}
table tr:nth-child(n+1):hover{
	background:#d2ffd2;
}
table tr td{
	border:1px #c0c0c0 solid;
	height:36px;
	line-height:36px;
	padding:0 8px;
	text-align:center;
}
table tr td input{
	width:100%;
	height:100%;
	border:0;
	text-align:center;
	background:transparent;
}
table tr td select{
	border:0;
	background:transparent;
}
table tr td input[type=button]:hover{
	color:red;
}
table tr td:nth-child(n+8){
	white-space:nowrap;
}
#black{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	position:fixed;
	top:0;
	left:0;
	display:none;
}
#uploadpanel{
	width:600px;
	height:430px;
	background:#fff;
	text-align:center;
	position:fixed;
	top:45%;
	left:50%;
	margin:-215px 0 0 -300px;
	display:none;
}
#uploadpanel #c_title{
	font-weight:bold;
	padding-top:25px;
}
#uploadpanel #c_poster{
	width:400px;
	height:260px;
	margin: 30px auto 10px;
	overflow-y:scroll;
	overflow-x:hidden
}
#uploadpanel #c_poster img{
	max-width:100%;
	height:auto;
}
#uploadpanel input[type=file]{
	display:none;
}
#uploadpanel input[type=button]{
	border:1px solid #c0c0c0;
	background:#f5f5f5;
	padding:8px 10px;
	margin:10px;
}
#uploadpanel input[type=button]:hover{
	background:#0080ff;
	color:#fff;
}