﻿*
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body
{
	background-color: #fff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th, td, font
{
	font-size: 12px;
}
a, a:link
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #f60;
	text-decoration: underline;
}
img
{
	border-width: 0;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}
.al
{
	text-align: left;
}
.ar
{
	text-align: right;
}
.ce
{
	text-align: center;
}
.none
{
	display: none;
}
.block
{
	display: block;
}
.abs
{
	position: absolute;
}
.flow
{
	overflow: hidden;
}
.wto
{
	margin-right: auto;
	margin-left: auto;
}
.hto
{
	height: 100%;
}
.str
{
	font-weight: bold;
}
.nor
{
	font-weight: normal;
}
.s14
{
	font-size: 14px;
}
.s12
{
	font-size: 12px;
}
.red
{
	color: #f00;
}
/*tinybox*/
#tinybox
{
	position: absolute;
	display: none;
	padding: 10px;
	background: #fff url(preload.gif) no-repeat 50% 50%;
	border: 10px solid #e3e3e3;
	z-index: 2000;
}
#tinymask
{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1999;
}
#tinycontent
{
	background: #fff;
	word-wrap: break-word;
	word-break: break-all;
}
/**/
.FlvDivBox
{
	text-align:center;
	padding-bottom:8px;
}