/*pageStyle developed by Tiyang Liu*/
/*2008-7-15*/
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
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;
}

ul,input,textarea
{
	font-family:Verdana,Arial,sans-serif;
	line-height:1.6; 
	font-size:12px;
	color:#555;
}

body{background-color:#333333;color:#ffffff;}

ul {list-style:none;}

h1 {font-size:34px; margin-bottom:30px; }
h2 {font-size:26px; margin-bottom:25px; }
h3 {font-size:16px; padding-left:15px; color:#fff; line-height:30px; }
h4 {font-size:16px; margin-bottom:15px; }
h5 {font-size:14px; margin-bottom:10px; color:#063; text-align:center;}
h6 {font-size:13px; margin-bottom:10px; color:#333; text-align:center;}

strong 	 {font-weight: bold; color:#060;}

/*Paragraph Presets*/
.small, .small p 		{font-size:10px;	}
.large, .large p 		{font-size:14px;	}
.soft, .soft p  		{color:#D3D3D3;		}
.hide            		{display:none;		}
.low_line				{line-height:18px;	}
.high_line				{line-height:25px;	}
p.last          	    {margin-bottom:0px;	}

/*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;}

/* Clear blur */
:focus { outline: none; } /* for Firefox */ 

#container {
	width: 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;
}