body
{
	font-size: 12px;
	font-family:Arial, Sans-Serif, 仿宋_GB2312;
}

td
{
	font-size: 12px;
}

div
{
	line-height:18px;
}
/* For firefox 
input[type="text"] {width: 380px;}*/
/* For IE 
input {
    width: expression(( type == "submit") ? "100px" : "" );
}*/

input
{
	border:1px solid #E0E0E0;
	height:20px;
}
textarea
{
	border:1px solid #E0E0E0;
}
.chkbox
{
	border:none;
}
.gbinput input
{
	border:none;
}

/* 连接 */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover 
{
	/* 鼠标滑过 */
	color: #016C1A;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* 图片边框 */
.imgframe
{
	/*border: solid 4px #efefef;*/
}
#ubbPlayerDiv
{
	background-color:#efefef;
	padding:4px;
	color:#666666;
}
/* Notice */
.msgPanel
{
	width:96%;
	background-color: White;
	padding:6px;
}
/* JS 雪花专用  */
.drop { position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: blue } 