 body {
 width:auto;
 height: auto;
 background: #000;
 color: #fff;
 font-family: arial, sans-serif ;
 font-size:100%;
 text-align:left;
  font-weight: bold;
  background-image: url(images/bg/eds_darkgrey.jpg);
  background-repeat: repeat;
}

div#message{
  position: relative;
  display: block;
  height: 410px;
  width: 320;
  float:left;
  margin: 40px;
  color: #000;
}

form {
 width:300px;
 height:300px;
 padding: 10px 10px;
 position: relative;
 background: #BBBBBB;
 color: #000;
 font-family: verdana, arial, sans-serif;
 font-size:80%;
 text-align:left;
 font-weight: bold;;
 float: left;
}
div#submitbutton {
text-align:center;
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}




