.MAIN {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: "MS Serif", "New York", serif;
}
.up {
	height: 50px;
	width: 1000px;
	background-color: #69F;
	line-height: 50px;
}
.up2 {
	height: 40px;
	background-color: #6CC;
	line-height: 40px;
	font-size: large;
	font-weight: bolder;
	font-family: "MS Serif", "New York", serif;
	padding-left: 20px;
}
.top {
	height: 50px;
	width: 200px;
	color: #FFF;
	background-color: #F60;
	text-align: center;
	font-weight: bold;
}
a {
	text-decoration: none;
	font-weight: bolder;
}
.text1 {
	float: left;
	height: 35px;
	width: 200px;
	line-height: 35px;
	font-weight: bolder;
	text-align: right;
	margin-left: 60px;
}
.css-input {
	border-color: #cccccc;
	font-size: 20px;
	padding: 5px;
	border-width: 1px;
	border-radius: 5px;
	border-style: groove;
	/* [disabled]box-shadow: 0px 0px 5px 0px rgba(42,42,42,.75); */
	text-shadow: 0px 0px 0px rgba(42,42,42,.75);
	font-weight: bold;
	} 
.css-input:focus { outline:none; } 
br {
	font-size: 1px;
	clear: both;
	float: none;	
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #7d9cd1);
  background-image: -moz-linear-gradient(top, #3498db, #7d9cd1);
  background-image: -ms-linear-gradient(top, #3498db, #7d9cd1);
  background-image: -o-linear-gradient(top, #3498db, #7d9cd1);
  background-image: linear-gradient(to bottom, #3498db, #7d9cd1);
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.box1 {
	width: 50px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	border: 1px solid #000;
	background-color: #CCC;
}
.lbox1 {
	width: 50px;
	text-align: center;
	height: 40px;
	border: 1px solid #000;
	background-color: #CCC;
	padding-top: 5px;
}
.lbox {
	float: left;
}
.box2 {
	width: 130px;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	border: 1px solid #000;
}
.lbox2 {
	width: 130px;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	border: 1px solid #000;
	background-color: #FFC;
}
.ltitle {
	font-size: large;
	text-align: center;
	font-weight: bolder;
	color: #FFF;
	background-color: #39F;
	line-height: 40px;
}
.12title {
	font-size: large;
	font-weight: bolder;
	line-height: 40px;
}