﻿/* CSS Document */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow-y : scroll ;
    overflow-x : hidden ;
}

.login1{
	background-image: url(../pic/loginbg1.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 650px;
}
.login2{	background-image: url(../pic/loginbg2.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 650px;}
	
	/*输入框样式定义 */ 

input
{
	font-family: Tahoma, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}

/*选择框样式定义 */ 
checkbox
{
	font-family: Tahoma, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	border: 0px;
}

/*文本区域输入样式定义 */ 
textarea
{
	font-family: Tahoma, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}

/*文字按钮样式定义 */ 
button
{
	font-family: Tahoma, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #666666;
}

/*选择样式定义 */ 
select
{
	font-family: Tahoma, Arial, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	text-indent: 4px;
}
/*一般表格样式定义 */ 
td {
	font-family: "Tahoma", "Arial", ;
	font-size: 12px;
	line-height: 24px;
	font-weight: 100;
	color: #333333;
}

.input2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.font14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	color: #669933;
	text-indent: 20px;
}
.font12{
	font-family: Tahoma, Arial, "宋体";
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	text-align: justify;
	text-indent: 24px;
}
