/*====================================================
Filename:base.css
Description:网站通用样式和全局样式
Version:0.0.1(2010-05-28)YYYY-MM-DD
Website:
Auther:wangmeihua
=======================================================*/

/*=============================全局样式==============================================*/
body{color: #000000;font-size: 12px; margin:0px;padding:0px; background-color:#FFFFFF;font-family: "宋体";}
body,input,select,button,textarea{}
h1,h2,h3,h4,h5,h6,select,input,textarea,button,table{font-size:100%}
h1,h2,h3,h4,h5,h6,ul,ol,li,form,p,dl,dt,dd,table,th,td,img,blockquote{margin:0;padding:0;border:0}
input,button,textarea,img{line-height:normal;outline:0}
abbr,acronym,address,cite,q,em,code,var,dfn,ins{font-style:normal;text-decoration:none;border:0}
q:before,q:after{content:""}
ul,ol{list-style:none}
table{border-collapse:collapse;border-spacing:0}
select,input,button,button img,textarea,label,img{margin:0;vertical-align:middle}
.ipt-r,.ipt-c{width:16px;height:16px;_width:15px;_height:15px;-height:14px;padding:0;margin:2px 3px 2px 0;overflow:hidden;-ms-box-sizing:border-box;}
.dot{font-family:simsun,serif}

a{color: Black;text-decoration: none;}
a:hover{color: #FF652B;text-decoration: underline;}
form,ul,li,img,input,select,iframe,h3,h2,p,h1,dl,dd,dt,button{margin:0px;padding:0px;font-weight:normal;}
li{list-style-type:none;}
input,select{ vertical-align:middle;}
img{border:none;}
.nobr {overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.wordWrap{overflow:auto; white-space:normal;word-break:break-all;}
.clear{ clear:both!important;  height:0px!important;font-size:0px!important;}
.fL  {float:left; }
.fR  {float:right;}
.white {color:#FFFFFF;}
.red {color:#FF0000;}
.txtright{ text-align:right;}

/*字体颜色*/
.blue{color:#1C7DC6;}
.textCenter{text-align:center;}
.red{color:#EA1D6F;}
.cs{ color:#FF3300;}

fieldset{
	padding: 4px
}
legend{
	font-weight: bold
}

/*表单样*/
.inputstyle {
		border:1px solid #7F9DB9;
		color:#808080;
		font-size:12px;
		height:14px;
		margin:0;
		padding:5px;
		width:190px;
	}
input.inputStyle01{width:105px; border:1px solid #C2C2C2; height:21px; line-height:21px;}
button{}
button.check{
	background:transparent url(../../Images/content/checkbtn.gif) no-repeat 0 0;
	border:none;
	width:85px;
	height:27px;
	cursor:pointer;
}

/*==============================通用样式============================================*/
.page{height:559px; background: url(../../Images/login/bgx.gif) repeat-x 0 89px; margin-top:25px;}

