.table2{background-color:#FFFFFF;}
.table2 th, .table2 td{
	height:25px;
	line-height:25px;
	border-bottom:1px solid #D6D6D6;
	overflow:hidden;
	word-break:keep-all;
	text-overflow:ellipsis;
}

.table2 td{border-bottom:1px solid #F2F2F2;}

a.delete {
	display: block;
	width: 13px;
	height: 14px;
	overflow: hidden;
	float: right;
	background: url(http://image.yingkong.net/image/common/delete.gif);
}

a.delete:hover {
	background: url(http://image.yingkong.net/image/common/delete.gif);
	background-position:0px -14px;
}

.message {background: #F2F2F2; border: 1px solid #585858; padding: 1em; width: 80%; margin: 1em auto; text-align: center;}

.imgborderout{
	padding:4px;
	border:1px solid #D6D6D6;
	background:#FFFFFF;
}

.imgborderover{
	padding:4px;
	border:1px solid #D6D6D6;
	background:#F2F2F2;
}

.score{
	font-family:tahoma;
	font-size:12px;
	color:#FF4E02;
	line-height:250%;
	margin:-3px 0px 0px 0.5em;
	padding:0px;
	overflow:hidden;
}

.score .int{
	font-size:3em;
	font-weight:bold;
}

.score .decimal{
	font-size:1.67em;
	margin-top:-5px;
}