
body{
  min-height: 100%;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
html{
  height: 100%;
}


#wrapper {
  width: 900px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding: 0px;
  background: #FFFFFF;
  border: 2px solid #E0A952;
  font-size: 18px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
}

h1 {
  font-size: 22px;
  text-align: center;
  color: #000000;
}

#leftbox  {
  float:left;
  width: 600px;
  height: 400px;
  margin: 20px;
  padding: 15px;
  border: 2px solid #D2110C;
  overflow: hidden;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-box-shadow: 5px 5px 5px #111;
  -webkit-box-shadow: 5px 5px 5px #111;
  box-shadow: 5px 5px 5px #111;
}

#rightbox  {
  float:right;
  width: 215px;
  height: 300px;
  margin-top: 50px;
  margin-right: 10px;
  border: 0px solid blue;

}

#formbox  {
  display:inline-block;
  width:600px;
  height:350px;
  background-color:#f9f9f9;
  padding:10px 10px 10px 10px;
  margin:10px 10px 30px 100px;
  border:1px solid;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-box-shadow: 5px 5px 5px #111;
  -webkit-box-shadow: 5px 5px 5px #111;
  box-shadow: 5px 5px 5px #111;
			}

#formText {
  margin: 10px;
  text-align: center;
  font: 16px Verdana, Arial;
  padding:10px 10px 10px 10px;
  border: 1px solid black;
  border-radius: 10px;
  -moz-border-radius: 15px;
}


ul			{
			padding: 0;
			list-style-type: none;
			}

label 		{
			display:inline-block;
			width:175px;
			font-size:10pt;
			padding:10px 10px 0px 10px;
			font-weight:normal;
			font-family:Arial;
			color:#000000;
			}

#submit 	{
			margin-top: 20px;
			margin-left: 20px;
			width: 100px;
			height: 30px;
			font-size:12pt;
			}
#response {
  margin-right: auto;
  margin-left: auto;
  font-size:10pt;
  color: green;
}

#bottombox {
  display:inline-block;
  width: 100%;
  height: 30px;
  padding: 10px;
  border: 0px;
  font-size: 12px;
  font-family: Times;
  font-weight: normal;
}

#logo{
  width: 900px;
}

.subheading {
  font-size: 19px;
  font-weight: bold;
}

a:link {
	color: #008851;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008851;
}
a:hover {
	text-decoration: underline;
	color: #008851;
}
a:active {
	text-decoration: none;
	color: #008851;
}