
div.articleNew
{
	width: 745px;
}

#f_body
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #777;
	opacity: 0.7;
}

div.f_q>div
{
	float: left;
	padding: 12px;
	margin: 1px;
	height: 65px;
	overflow: hidden;
	border: 1px solid #fff;
	font-size: 14px;
	border-radius: 6px;
	cursor: pointer;
}
div.f_q>div:hover
{
	box-shadow: 1px 1px 2px #a9b9c9;
}

div.f_a>div
{
	display: none;
	position: absolute;
	width: 100%;
	max-width: 1020px;
	height: auto;
	padding: 25px;
	font-size: 16px;
	text-align: center;
}
div.f_a>div>span
{
	padding-bottom: 1px;
	border-bottom: 1px dotted #345;
}

.f_colorSet
{
	background-color: #dfefff;
	border: 1px solid #789 !important;
	text-shadow: 0px 1px 1px #fff;
}

.f_window
{
	background-color: #fff;

	border-radius: 12px;
	box-shadow: 0px 0px 4px #222;
	z-index: 10000;
}

#loadingAnimation
{
	display: none;
	position: absolute;
	z-index: 10000;
}
