@CHARSET "UTF-8";


.content {
	width:1200px;
	margin:0 auto;
	/*height:980px;*/
	background-color:#96A000;
	border-radius:15px;	
}


#table2 {
	width: 1000px;
	margin: 20px;
	font-weight: bolder;
}

#table2 tr {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	font-size: 20px;
}

#table2 tr td {
	padding: 10px 8px;
	line-height:35px;
}




#table1s {
	width: 1150px;
	margin: 20px;
	font-weight: bolder;
	background-color:#FFFFFF;
}

#table1s tr {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	font-size: 20px;
}
#table1s tr td {
	padding: 10px 8px;
	line-height:35px;
}


#table {
	width: 1150px;
	margin: 20px;
	font-weight: bolder;
}

#table tr {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	font-size: 20px;
}

#table tr td {
	padding: 10px 8px;
	line-height:35px;
}




select {
	font-weight: bold;
	height: 30px;
	text-align: center;
	text-align-last: center;
	padding: 3px 5px;
	line-height: 30px;
    border-radius:4px;
}


input:focus {
	border: 2px solid blue !important;
}

input {
	text-align: center;
	font-weight: bold;
	height: 23px;
	line-height: 25px;
	font-size: 18px;
	color: red;
}

.inputt {
	text-align: left;
	font-weight: bold;
	height: 30px;
	line-height: 25px;
	font-size: 18px;
	color: black;
	width:500px;
	padding-left:15px;
}




.buttonClass {
	text-align: center;
	font-weight: bold;
	height: 30px;
	width:150px;
	line-height: 25px;
	font-size: 15px;

}


.label1 {
	float: left;
	margin:10px 0 10px 35px;
	height: 30px;
	
	font-weight: bolder;
}
.inputtt { 
	/*float: left;
	height: 30px;
	
	*/
	width: 25px;
	height: 20px;
	border: 1px solid #333;
	border-radius: 3px;
	outline: medium;
	margin-left: 10px;
	margin-top: 4px;
}

.label2 {
	float: left;
	margin:10px 0 10px 10px;
	height: 30px;
	
	font-weight: bolder;
}