#z2c1 {
    float:left;
    width:225px;
	height: 200px;
	background-color: #ffffff;
	border-top: 5px solid #000000;
    }
#z2c2 {
	width:620px;
	height: 200px;
	float: right;
	border-top: 5px solid #000000;
	border-left: 5px solid #000000;
	background-color: #fff;
    }
#z3c1 {
    float:left;
    width:225px;
	height: 50px;
	background-color: #e3edf6;
	border-top: 5px solid #000000;
    }
#z3c2 {
	width:620px;
	float: right;
	height: 50px;
	background-color: #fff;
	border-left: 5px solid #000000;
	border-top: 5px solid #000000;
    }
/*  Boxes */
#z1c2boxes {
	width: 105px;
	float: right;
	height: 210px;
	padding-left: 20px;
	}
#z1c2whitebox {
	width: 100px;
	background-color: #ffffff;
	height: 100px;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	}
#z1c2box1 {
	width: 100px;
	background-color: #e3411d;
	height: 100px;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	float: right;
	}
#z1c2box2 {
	width: 100px;
	float: left;
	background-color: #e3411d;
	height: 100px;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}
#z2c2bluebox {
	width: 100px;
	float: left;
	background-color: #90bade;
	height: 100px;
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	}	
	
#formzone {
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	background-color: #90bade;
	padding-top: 20px;
	padding-bottom: 20px;
}

form {
  margin: 0;
  padding: 0;
  width:auto;
}

form fieldset {
  clear: both;
  font-size: 85%;
  border-color: #999;
  border-width: 0 0 0 0;
  border-style: dotted none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 110%;
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
    color: #000000;

}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  display: block;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div label {
  display: block;
  float: left;
  width: 280px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  line-height:16px;
  font-weight:bold;
}

form div select, form div textarea {
  width: 265px;
  padding: 1px 0 1px 3px;
  margin: 0 0 2px 0;
  border: 1px solid #999;
}

form div input.inputText, form div input.inputPassword {
  width: 265px;
  padding: 1px 3px;
  margin: 0 0 2px 0;
  border:1px solid #666;
}

form div.submit {
  width: 310px;
  padding: 0 0 0 295px;
}

form div input[type=submit], input[type=reset] {
	background-color: #f2e3a4;
	}
