body
{
	padding: 0px;
	margin: 0px;
	background-color:#E9E9EF;
}

body,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

}
.whole {
	height:100%;
	width:750;
}
.top {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;

}

.top_sub {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: relative;
	background-color:#ffffff;
}

.bgcolor{
background:#E9E9EF;
}


.left {position:absolute;
 	width:150px;
 	top:150px;
 	left:20px;
 	border:1px dashed black;
 	background-color:#eee;
 	padding:10px;
 	z-index:2;
 	voice-family: "\"}\"";
 	voice-family:inherit;
 	width:128px;
 
 }
 
 .right {position:absolute;
 	width:190px;
 	top:150px;
 	right:20px;
 	border:1px dashed black;
 	background-color:#eee;
 	padding:10px;
 	z-index:1;
 	voice-family: "\"}\"";
 	voice-family:inherit;
 	width:168px;
 }
 

.content {
	position:relative; 
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; 
	}

 .middle {position:relative; 
	position:relative; 
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; 
 	}


.bottom{
vertical-align:bottom
}

.main {
	position:relative;
	color: #000066;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
	color: #990000;
}


h1 {
	color: #000099;
}

div.form_layout
{
 clear: both;
  padding-top: 5px;
}

div.form_layout span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.form_layout span.formw {
  float: right;
  width: 235px;
  text-align: left;
  } 