.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column { /* 10px margin on BOTH sides, resulting in a 20px gutter between columns */
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline; /* ie6 double-margin bug fix */
}
.row { /* center the row on the page, clear the interior contents with overflow:hidden hack */
	width: 960px; margin: 0 auto; overflow: hidden;
}

body {
  margin: 20px 0 0 0;
}
p {
  font:15px/25px Helvetica;
  color: #000;
  padding: 5px;
  margin:0;

}
h1,h2 {
  text-align:center;
}
input {
  width:95%;
  padding:5px;
  border:1px solid #333;
  text-align: center;
  font:15px/25px Helvetica;
}

a {color:#6699cc;text-decoration:none;outline:none;font-weight:bold;}
a:hover {background:#fffa73;color:#444444;text-decoration:none;outline:0;}