/*CSS Reset
==================================================*/
body,div,
p,pre,blockquote
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,
em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym { 
	border: 0;
}

/*Background Image
==================================================*/

body {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  background: #CCCCCC url('/images/background.png') top center no-repeat;
}

/*Form
==================================================*/

form {
  font-size: 150%;
  margin-top: 275px;
  text-align: center;
}

label {
  display: block;
  font-size: 150%;
}

input[type="text"] {
  width: 15em;
  font-size: 125%;
  margin-top: 10px;
}

input[type="submit"] {
  height: 54px;
  width: 198px;
  border: 0px;
  text-indent: -9999px;
  background: #CCCCCC url('/images/signup_button.png') 0 0 no-repeat;
}

/*Footer
==================================================*/
#footer {
  width: 100%;
  color: #666666;
  margin-top: 50px;
  text-align: center;
}

#footer a {
  color: #000000;
  text-decoration: none;
}

#footer a:hover {
  border-bottom: 1px dashed black;
}