﻿/*By Tiyang Liu*/
/*2009-9-9*/
html, body, div, span, ul, object, h1, h2, h3, h4, h5, h6, img, form
{
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: baseline;
	font-family : "Lucida Grande", "Microsoft YaHei",雅黑,Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
	/*font-family : "Lucida Grande",Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;*/
	line-height:1.6; 
	font-size:12px;
	color:#555;
}

ul,input,textarea
{
	font-family:Verdana,Arial,sans-serif;
	line-height:1.6; 
	font-size:12px;
	color:#555;
}

body{
	color: #ffffff;
	background: #0d1426 url(../../img/bg.jpg) repeat-x;
}

ul {list-style:none;}

/*Floats*/
.left 		{float:left;	}
.right 		{float:right;		}
.center 	{text-align:center;	}
.clearThis  {clear:both;		}

a:link,a:visited   {color: #666666;	text-decoration: none;}
a:hover   		   {text-decoration: underline;color: #333333;}

a img, :link img, :visited img {border:none;}

#container {
	width: 100%;
	height: 100%;
}
	
.input{
	font-size:12px;
	border:1px #555 groove;
	margin:0;
	padding:0;
	height:16px;
}
.button{
	width:77px;
	height:33px;
	border-style: none;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	background:url(../../images/button_bg.gif) no-repeat;
	cursor:pointer;
	cursor:hand;
	vertical-align:middle;
	margin:0;
	padding:0;
}
.search_button{
	width:41px;
	height:21px;
	border-style: none;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	background: url(../../img/search_button.gif) no-repeat;
	cursor:pointer;
	cursor:hand;
	vertical-align:middle;
	margin:0;
	padding:0;
}