body{
	background-color: #6699cc;
}
.div1{
	background-color: #9fbfdf;
	border: 3px solid #838383;
	float: left;
	width:45%;
}
.divinfo{
	background-color: #9fbfdf;
	border: 3px solid #838383;
	float: left;
	width:49%;
}
table,button,input,select,textarea{
	border: 2px solid #838383;
	width:99%;
}
select,label,button,input,teaxtarea,div{
	margin: 2 2;
}
teaxtarea{
	height: 75%;
}
#save{
	font-size:20px;
}
td,th{
	border: 2px solid #838383;
}
th:nth-child(1){
	width:10%;
}
th:nth-child(2){
	width:30%;
}
th:nth-child(3){
	width:16%;
}
th:nth-child(4){
	width:16%;
}
th:nth-child(5){
	width:17%;
}
th:nth-child(6){
	width:10%;
}