body
{
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color:#28304C;
	text-decoration: none;
	line-height: 23px;
	margin:0px;
	word-break: break-all;
    word-wrap:break-word;
	background-image:url(../images/bj.gif);
}
p,li,button,select
{ 
    font: Verdana, Arial, Helvetica, sans-serif, "宋体";
	font-size:12px;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	line-height: 23px;
	word-break: break-all; 
	word-wrap:break-word;
}
input
{
	font-size: 12px;
	height: 18px;
	background-position: center;
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif, "宋体"
}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #28304C;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #28304C;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #FF0000;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #FF0000;text-decoration: none;} /* 点击激活链接 */

/* 以下为网站自由定义Css */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, "宋体";
	color: #FF6600;
	font-size:15px;
    word-break: break-all; 
    word-wrap:break-word;

}
.Guest_Input {
	height: 26px;
	width: 300px;
	BORDER-RIGHT: #C3E7FD 1px solid;
	BORDER-TOP: #C3E7FD 1px solid;
	BORDER-LEFT: #C3E7FD 1px solid;
	BORDER-BOTTOM: #C3E7FD 1px solid;
	BACKGROUND-COLOR: #FFFFFF;
	background-position: center;
}
.tabc {
  border:solid 1px #b6e0f9;
  background-color:#FFFFFF;
  word-break: break-all; 
  word-wrap:break-word;
  }