﻿/*	全局定义　*/
body, td, div, p	{
	color:			#393939;
	font-family:	宋体;
	font-size:		12px;
	line-height:	18px;
}
/* div排版定义整体页面 */
body{text-align:left;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
     }
/* 定义text提交框和里面的字体颜色 */
input, select	{
	color:			navy;
	font-family:	宋体;
	font-size:		12px;
	line-height:	18px;
	height:			18px;
}

input, textarea, hr	{
	color:			navy;
	font-family:	宋体;
	font-size:		12px;
	line-height:	18px;
	padding-left:	2px;
	padding-right:	2px;
	border-left:	1px #888888 solid;
	border-top:		1px #888888 solid;
	border-right:	1px #888888 solid;
	border-bottom:	1px #888888 solid;
}
/*超连接颜色设定   */
a	{
	color:			#2766D6;
	text-decoration:none;
}
a:hover	{
	color:			#ff6600;
	text-decoration:underline;
}
/*	按钮样式 */
.button	{
	font-family:	宋体;
	font-size:		12px;
	height:			18px;
	border-left:	1px #888888 solid;
	border-top:		1px #888888 solid;
	border-right:	1px #888888 solid;
	border-bottom:	1px #888888 solid;
	background:		#dddddd;


