/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* CSS */
body {
	margin: 0;
	font-family:Arial,Helvetica,sans-serif;
	}

#page {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width:250px;
	}

#header {
	width: 100%;
	background: #a5ca39;
	text-align: center;
	color: #fff;
	font-size: 12px;
	}

#android {
	width: 250px;
	height: 300px;
	background:url(../images/whendroid.png) no-repeat center center;
	}

#footer {
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px solid #ccc;
	}

.form, .button {
	display: block;
	padding: 3px 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #a5ca39;
	font-size: 1em;
	margin: 8px 0 0 0;
	}

.button {
	color: #fff;
	background-color: #a5ca39;
	border: 2px solid #C4E36B;
	font-weight: bold;
	padding: 2px 8px;
	}

.button:hover {
	background-color: #C4E36B;
	border-color: #a5ca39;
	}

.button:active {
	background-color: #C4E36B;
	border-color: #000;
	}

.form {
	width: 220px;
	background: #fff;
	border: 2px solid #a5ca39;
	}

.input {
	padding-top: 4px;
	padding-bottom: 4px;
	}

.select {
	width: 232px;
	}
	
p {
	color: #a5ca39;
	}

h1 {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 20px;
	}

h2 {
	color: #a5ca39;
	font-weight: bold;
	display: block;
	}

#info p {
	font-size: .8em;
	padding: 5px 0;
	color: #333;
	}
	
#footer p {
	font-size: .7em;
	padding: 5px 0;
	color: #999;
	}

#footer a {
	color: #999;
	}
	
#footer a:hover {
	color: #333;
	}
	
.error {
	border-color: red;
}
	
label.error {
	position: absolute;
	left: -5000px;
	}
		
.share a {
	color: #a5ca39;
	line-height: 3em;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	}

.share a:hover {
	text-decoration: underline;
	}

#info {
	text-align: left;
	padding: 20px 0;
	}


#header p {
	color: #fff;
	font-size: 14px;
	padding-bottom: 8px;
}

#header a {
	font-size: 9px;
	color: #333;
}



