10body {
	background-color: gray;
	text-align: center;
	font-family: arial;
}
textarea {
	font-family: arial;
	vertical-align: middle;
}
.row{
  margin-left:90px;
  margin-bottom:10px;
  
}
input,select, textarea{
  margin-left:10px;
}
.label {
    float:left;
    clear:both;
  width: 100px;
  text-align: right;
  margin-bottom:10px;
}

div.form{
	width: 850px;
}
div.header, div.body, div.footer {
  width: 1020px;

  margin: auto;
}
div.header {
  height: 149px;
  border-bottom: none;
  background-image: url("http://inflatabledeals.net/imgs/title_banner.png");
}
div.body {
  min-height: 590px;
  border-top: none;
  border-bottom: none;
  background-color: white;
  text-align: left;
}
div.main {
  margin: 20px 20px 20px 20px; 
}
div.error, div.notify{
  margin-left: 180px;
  margin-bottom: 10px;
  width: 450px;
  padding: 5px;
}
div.error {
  border: 1px solid red;
  background-color: #ffffee;
  color: #660000;
}
div.notify {
  border: 1px solid #336699;
  background-color: #ffffee;
  color: #336699;
}
div.notify img, div.error img{
   text-align: left;
   margin-right: 10px;
}
span.h3 {
  font-size: 22pt;
  text-align: center;
}
div.footer {
  height: 130px;
  color: rgb(256,256,256);
  text-align: center;
  background-color: #2d34c4;
  margin-top: 20px;
  border-top: solid black;
}
div.products {
  width: 405px;
  position: relative;
  float: left;
  text-align: center;
  margin-top: 20px;
 
}
div.products img{
 text-decoration: none;
}

div.menu{
width: 150 px;
clear: both;
float: left;
height: 100%;
}
span.button {
  width: 150px;
  height: 35px;
  clear: both;
  float: left;
  verical-align: middle;
  background-color: #2d34c4;
  cursor: hand;
  color: rgb(256,256,256);
  text-align: center;
  font-weight: bold;
  font-family: arial;
  border-right: solid black;
  padding-top: 5px;
}


a.nodec{
  text-decoration: none;
}
ul.console {
  margin-left: 20px;
  margin-bottom: 20px;
}
ul.console li{
  margin-left: 50px;
}