body
{
	margin: 0 auto;
	max-width: 1024px;
	min-width: 960px;
	height: 100%;
}

body *
{
	font-family: 'Segoe UI',Verdana,Helvetica,Sans-Serif;
	font-size: 10pt;
}

#title
{
	color: #00A3EF;
	font-size: 24pt;
	padding: 20px;
}

#ZLoading2
{
	border-radius: 5px;
	background-color: #A5E3FF;
	color: #00A3EF;
	line-height:50px;
	vertical-align: middle;
	width: 412px;
	height: 50px;
	margin-left: 300px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px #00A3EF;
	padding: 0 5px 0 5px;
	font-size: 24px;
	text-align: center;
}

#pin
{
	position: fixed;
	left: 0px; top: 0px; width: 100%; height: 25px;
	background-color: #A5E3FF;
	display: none;
	line-height:25px;
	vertical-align: middle;
	padding-left: 5px;
	color: #00A3EF;
	box-shadow: 0 0 10px #00A3EF;
	cursor: default;
}

#pin b
{
	color: #00A3EF;
}

#pin span, #pin span *
{
	color: #00A3EF;
	cursor: pointer;
}

#pin span:hover
{
	color: #0089C8;
	text-decoration: underline;
}

div.feText
{
	padding: 0 30px;
}

div.pinClose
{
	position: fixed; top: 2px; right: 2px; width: 21px; height:21px;
	line-height:17px; vertical-align: middle;
	text-align: center; font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	color: #0089C8;
}

div.pinClose:hover
{
	background-color: #0089C8;
	color: #fff;
}

div.inf
{
	position: relative;
	width:340px;
	height: 240px;
	float:left;
}

img.inf
{
	position: absolute;
	left: 30px;
	top: 5px;
	width: 280px;
	height: 160px;
	float:left;
	box-shadow: 0 0 10px #000;
}

div.inf div
{
	position: absolute;
	left: 0px;
	bottom: 40px;
	width: 340px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
}
