/*		common_css		*/ 
body { 
	margin:0;
	padding:0;
	border:0;
	font-family:'宋体','新宋体',arial,verdana,sans-serif;
	color:#333;
	font-size:12px;
	text-align:center;
	background:url(/img/bg_dot.gif) #c1c1c1 left top;
	}
div		{font-size:12px;background-color:#FFFFFF;}
ul		{font-size:12px;padding:0;margin:0;list-style:none;}
li		{font-size:12px;text-align:left;}
input	{font-size:12px;padding-top:2px;}
select	{font-size:12px;}
textarea{font-size:12px;color:#333;}
form	{font-size:12px;margin:0;padding:0;}
td		{font-size:12px;}
img		{border:0;}

.clearall {clear:both;display:none} 
 
/*		button_css		*/  
.button_login{border:0 solid #666666;padding-top:2px;}
 
/*		link_css		*/ 
 
a:link {color: #0000FF; text-decoration: none}
a:visited {color: #800080; text-decoration: none}
a:active {color: #FF0000; text-decoration: none}
a:hover {color: #FF0000; text-decoration: underline}

a 		  {font-size:12px;color:#333;}
area      {blr:expression(this.onFocus=this.blur()); font-size:12px;color:#333;}
/*	不允许输入中文的input用这个样式	*/
.no_zh    {blr:expression(this.onFocus=this.blur());}

/*  common   */
/*	页面总框架（每个页面都需要）	*/
#main_page{width:778px;padding:0 4px;/* firefox */margin-left:auto;margin-right:auto;}
#main_page_border{height:auto;border:1px solid #CCC;padding:4px;}

/*	页面高度及是否居中设置，（每个页面都需要，但根据页面样式不同选择不同）	*/
#page_option_common_center{height:370px;text-align:center;}
#page_option_common_left{height:370px;text-align:left;}

/*	需要单独居中的页面，如登录等页面，与page_option_common_center配合使用	*/
#center_page{margin:6%;width:542px;border:0px solid #2ea902; background:url(/img/login_top_o.gif) top no-repeat;/* firefox */margin-left:auto;margin-right:auto;}




/*	解决firefox 的bug	*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
