@CHARSET "UTF-8";
body {
	margin:auto 0;
	background-image: url('../images/bgimg.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/bgimg.jpg",  sizingMethod='scale');
    _filter:none;
    font-family: 微软雅黑;
	
}

.table1 {
	margin-left:auto;
	margin-right:auto;
	margin-top: 12%;
	width: 700px;
	height: 400px;
	border: 5px;
	background-image: url(../images/LoginWeb_A.png)
}

/*
.table2{
	width:300px;
	border:0;
	margin:auto 0;
	position:absolute;
	margin-top:100px
}*/

td {
	font-weight: bold;
	font-size: 14px;
	text-align:left;
	height:30px;
}

.td1 {
	text-align:right;
	font-weight: bold;
	font-size: 16px;
	width: 100px;
	height: 30px;
	white-space: pre;
	
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;      /*按钮高、宽 */
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight:bold;
    margin: 4px 2px;
    cursor: pointer;
    position:relative;
    left:35px
}
.button2 {
    background-color: #008CBA;
    color: white; 
}

.button2:hover {
    background-color: #33ccff;
    color: white;
}

.inputControl{
	width:150px;
	height:25px;
	border-radius: 4px;
	-web-kit-appearance:none;
    -moz-appearance: none;
    border-style: ridge;
    solid:#F5F5F5;
    font-size: 16px;
    padding-left:5px;
    

}
.input1{
	background-color:#F5F5F5;
}
.input1:hover{
	background-color:white;
}
