html, body, #idWrap {
height: 100%;
margin: 0;
padding: 0;
text-align: center;
background-color: #003366;
}
#idWrap {
margin: 0 auto;
text-align: left;
width: 700px;
}
#head {
width: 700px;
height: 130px;
position: relative;
background-image: url(img/manandvan_input_header.gif);
background-repeat: no-repeat;
float: left;
top: 45px;
}
#body {
width: 700px;
position: relative;
float: left;
top: 45px;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

#form {
	width: 580px;
	position: relative;
	float: left;
	top: 10px;
	left: 60px;
	margin: 0;
	padding: 0;
	height: 900px;

}

#table {
width: 580px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
background-color: #FFFFFF;
}
.bold {
font-weight: bold;
}

