* {
  font-family: Tahoma, sans-serif;
  font-size:14px;
  margin:0;
  padding:0;
  color:#036;
}

body {
  background-color:#E5E8ED;
  height:100%;
}

input {
  border:1px solid #036;
  padding:2px;
  margin-left:30px;
}

#order {
  margin-top:21px;
  font-size:36px;
  text-align:center;
  width:88px;
}

fieldset {
  border:0;
}

fieldset label {
  margin-top:6px;
  float:left;
  width:75px;
}

fieldset input {
  margin:4px 0 0 0;
}

input.submit {
  color:#FFF;
  border:0;
  background-color:#036;
  text-align:center;
  cursor:pointer;
  width:94px;
}

input.again {
  width:125px;
}

/* Divs */

div.main {
  width:976px;
  padding:0 2px 2px 2px;
  margin:auto;
  border-color:#036;
  border-style:solid;
  border-width:0 1px 1px 40px;
  background-color:#FFF;
}

div.logo {
  height:38px;
  padding:20px 0;
  text-align:center;
  border-bottom:1px solid #843533;
}

div.intro {
  float:left;
  width:700px;
  line-height:18px;
  padding:4px;
}

div.week {
  float:right;
  font-size:28px;
  padding:4px 8px;
}

div.images,
div.numbers {
  float:left;
  width:976px;
  margin:0 0 4px 2px;
}

div.images img,
div.numbers div {
  float:left;
  border:2px solid #036;
  width:154px;
  height:154px;
  margin:0 2px;
}

h1 {
  font-weight:normal;
  text-align:center;
  font-size:18px;
  margin:4px 0;
}

p.number {
  text-align:center;
  font-size:36px;
  margin:28px 0 5px 0;
}

p.comment {
  text-align:center;
}

div.comment {
  float:right;
  margin:0 4px 4px 0;
  width:648px;
}

fieldset.again {
  float:left;
  border:2px solid #036;
  width:146px;
  height:129px;
  margin:0 4px;
  padding:4px;
}

div.comment img {
  float:left;
  margin-left:-2px;
}

div.comment div {
  float:left;
  line-height:18px;
  padding:4px;
  border:2px solid #036;
  width:302px;
  min-height:129px;
  height:auto !important;
  height:129px;
}

/* Begin hack (http://www.csscreator.com/attributes/containedfloat.php) */
.clearfix:after {content: ''; display:block; height:0; clear:both;} 
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hack */