#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:775px;
	height:725px;
}
#index-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:775px;
	height:37px;
}
#index-02_ {
	position:absolute;
	left:0px;
	top:37px;
	width:39px;
	height:635px;
}
#index-03_ {
	position:absolute;
	left:39px;
	top:37px;
	width:261px;
	height:86px;
}
#index-04_ {
	position:absolute;
	left:300px;
	top:37px;
	width:475px;
	height:22px;
}
#index-05_ {
	position:absolute;
	left:300px;
	top:59px;
	width:389px;
	height:3px;
}
#index-06_ {
	position:absolute;
	left:689px;
	top:59px;
	width:42px;
	height:529px;
}
#index-07_ {
	position:absolute;
	left:731px;
	top:59px;
	width:2px;
	height:666px;
}
#index-08_ {
	position:absolute;
	left:733px;
	top:59px;
	width:42px;
	height:666px;
}
#index-09_ {
	position:absolute;
	left:300px;
	top:62px;
	width:8px;
	height:526px;
}
#main {
	position:absolute;
	left:308px;
	top:62px;
	width:351px;
	height:526px;
	margin: 10px;
}
#index-11_ {
	position:absolute;
	left:39px;
	top:123px;
	width:261px;
	height:204px;
}
#index-12_ {
	position:absolute;
	left:39px;
	top:327px;
	width:261px;
	height:345px;
}
#index-13_ {
	position:absolute;
	left:300px;
	top:588px;
	width:431px;
	height:84px;
}
#index-14_ {
	position:absolute;
	left:0px;
	top:672px;
	width:300px;
	height:53px;
}
#index-15_ {
	position:absolute;
	left:300px;
	top:672px;
	width:431px;
	height:53px;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #7ea9c8;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}