.livescore-report-box{margin: 0 auto;text-align: center;}
.livescore-report-link{
	font-size: 15px;
	text-align: center;
	text-decoration: underline;
}
.livescore-report-link:link, .livescore-report-link:visited, .livescore-report-link:hover, .livescore-report-link:active{text-decoration: underline;}
.livescore-report-link-m{font-size: 20px;}
.livescore-report-link span{display:none;}
.reportActive strong{display:none;}
.reportActive span{display:inline;}
.livescore-report{
	display:none;
	text-align: left;
	margin: 10px 62px 0 40px;
	padding:30px;
	background:#f5f5f5;
	border:1px solid #dbdbdb;
	overflow:hidden;
}
.livescore-report h1{
	font-size: 15px;
	color:#333;
	font-weight: normal;
	margin:0;
	margin-bottom: 10px;
}
.livescore-report .textarea-box{
	width:778px;
	padding:10px;
	background:#fff;
	border:1px solid #e6e6e6;
	margin-bottom: 10px;
	overflow-x:hidden;
	-webkit-box-shadow: 0 0 3px 1px #f2f2f2;
	-moz-box-shadow: 0 0 3px 1px #f2f2f2;
	box-shadow: 0 0 3px 1px #f2f2f2;
}
.livescore-report textarea{
	display:block;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: normal;
	color:#333;
	border:0;
	width:100%;
	height:130px;
	margin:0 auto;
}
.livescore-report p{font-size: 15px;color:#ff0000;}
.livescore-report input{
	display:block;
	width:100%;
	padding:10px 0 0 0;
	margin:0 auto;
	font-size: 15px;
	background: none;
	border:0;
	color:#069;
}
.livescore-report input:hover{color:#36f;}
.livescore-report textarea:focus, .livescore-report input:focus{outline: none;}

/*20141112新增選擇賽事*/
.livescore_select {
   width: 320px;
   height: 30px;
   overflow: hidden;
   margin-bottom:15px;
   background: url(/images/select_right.png) no-repeat right #ddd;
}

.livescore_select select {
   background: transparent;
   width: 350px; 
   font-size: 15px; 
   font-family:"微軟正黑體";
   border: 1px solid #e2e2e2;
   height:30px; 
   padding-left:15px;
   -webkit-appearance: none; /*for chrome*/
}  /* i i s 7 . c o m */