
.out_box {
	width: 960px;
	height: 100px;
	margin: auto;
	/* background:#7FFF00; */
	text-align: center;
	border-bottom: 4px solid DarkOrange; 
	
	/* border-bottom: 4px solid DarkOrange; */
}

.big_box {
	/* position: absolute; */
	
	width: 960px;
	height: 440px;
	margin: auto;
	/* background:	#B8860B; */
	/* border: 4px solid black; */
}

.left_box {
	float: left;
	width: 480px;
	height: 440px;
	/* background:#0000FF; */
}

.right_box {
	float: right;
	background-color: #FFFFFF;
	width: 480px;
	height: 440px;
	text-align: center;
	border-bottom: 4px solid DarkOrange;
}

table {
	/* background:#7FFF00; */
	float: none;
	margin: auto;
	margin-top: 45px;
}

h2 {
	margin-top: 80px;
}

.iput {
	float: right;
	width: 250px;
	height: 22px;
    border: 2px solid DarkOrange 
}

.iput1 {
    width: 80px;
    height: 25px;
    color: black;
    /* background-color: lightseagreen; */
    border: 3px solid DarkOrange 
}

.iput2 {
    width: 80px;
    height: 25px;
    color: black;
    /* background-color: blue; */
    border: 3px solid DarkOrange 
}

.iput3 {
    width: 80px;
    height: 25px;
    color: black;
    /* background-color: lightseagreen; */
    border: 3px solid DarkOrange 
}

.iput4 {
	/* float: left; */
    color: black;
    /*background-color: lightseagreen;*/
    border: 2px solid DarkOrange 
}

.iput5 {
	/* float: right; */
	width: 123px;
	height: 24px;
    border: 2px solid DarkOrange 
}