@charset "utf-8";
/* CSS Document */

/* Blanket Styles*/
body {
	color: #4D4D4D;
	font-family: Microsoft Sans Serif;
	}
* html body {
	font-size: small; /* for other IE versions */
	}
 
img {
	border-style: none;
}

label.error {
  display: list-item;
  color: #ff0600;
  font-size: 12px;
  list-style-position: inside;
  padding: 5px 0 0;
  }

/* Conatiner */ 
#container {
	width: 860px;
	margin: 0 auto;
	}

/* Header */
#header {
	width: 860px;
	height: 150px;
	margin: 0;
	vertical-align: top;
  background-image: url('http://qiky.fatcow.com/Zumo/images/zumo_logo.png');
  background-repeat:no-repeat;
  background-position:center right;
	}

#header h1 {
	margin: 60px 0 20px 0;
  color: #77AD1C;
  font-size: 300%;
  float: left;
	}

/* Main Content Area */
#intro {
	width: 860px;
	margin: 20px 50px 20px 0;
	}

#intro h2 {
  font-size: 150%;
	}

.green {
  color: #77AD1C;
  }

#intro ul {
	list-style-image: url('http://qiky.fatcow.com/Zumo/images/checked.png');
	background-repeat:no-repeat;
	background-position : center left;
	}

#form {
	margin: 40px 0 0 0;
	}

#form ul, li {
    list-style-type: none;
    margin-left: 1px;
}

.register {  
  cursor: pointer;  
  width: 160px;  
  height: 43px;  
  border: none;  
  background: url("http://qiky.fatcow.com/Zumo/images/register_btn_off.png") no-repeat left top;
}

#center {
  margin: 0 0 0 200px;
  }

.giftie {
  cursor: pointer;  
  width: 153px;  
  height: 73px;
  border: none;  
  background: url("http://qiky.fatcow.com/Zumo/images/button-ire.jpg") no-repeat left top;  
}

.giftuk {
  cursor: pointer;  
  width: 153px;  
  height: 73px;
  border: none;  
  background: url("http://qiky.fatcow.com/Zumo/images/button-uk.jpg") no-repeat left top;  
}

/* Footer*/ 



#footer {
  width: 860px;
	background: url('http://qiky.fatcow.com/Zumo/images/zumo_footer.png')  no-repeat;
	height: 340px;
	margin: 0 auto;
	display: block; 
	position: relative; 
	bottom: -9px; 
	clear:both;
	}

#footer p a {
  color:#FFF;
  }

#flinks {
  padding: 150px 50px 0 10px;
  }

#note {
  color:#FFF;
  font-size: 80%;
  text-align: center;
  }