@charset "gb2312";
/*
=== Content Manage System Common StyleSheet File ================================
	Style Name: style.css	
	Version: 1.0
	Author: Fang Ying Jie (mail:hero@biying.me)
	First Created: 2010-02-16
	Last Update: 2010-03-10
	Copyright: JC.NET.CN
==============================================================
*/

/****** 主页面样式 ******/
*{ line-height:130%}
html{border:0; overflow-y:scroll;}
body{margin:0; padding:0;}
body>table,body>div{margin-left:auto; margin-right:auto; clear:both;}
form,div,img,td,dl,dt,dd,h1,h2,h3,h4{margin:0 auto; padding:0; border:0;}
b,strong{font-weight:bold;}

body,table,input,textarea,select{
	font:12px Verdana, Arial, Helvetica, "宋体", sans-serif;
}
body{

}
a{
	/*text-decoration: underline;*/
	text-decoration:none;
	color:#039;
}
a:hover{
	color: red;
	text-decoration: underline;
}
a:focus{
	-moz-outline-style: none;
}
a.texta{
	color:#333;
}
textarea{
	padding: 2px;
	background-color: white;
	border: 1px solid #ccc;
}
select{
	background-color: white;
	border: 1px solid #ccc;
}
input.text{
	height: 18px;
	line-height: 16px;
	background-color: white;
	border: 1px solid #ccc;
}
input.button{
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
}
input.button-submit{
	height: 20px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
	color: red;
}

/* a style which makes div touch the bottom of content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}
