/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset CSS */
/* Begin Site CSS */

#poke-form {
  display: block;
  width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 15px 25px;
  -webkit-box-shadow: 1px 2px 3px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 2px 3px -1px rgba(0,0,0,0.4);
  box-shadow: 1px 2px 3px -1px rgba(0,0,0,0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

body {
	background-color: #e5f8f9;
	text-align: center;
}

body {
   background-image: url("image/background.jpg");
 }

h1 {
  color: #ffd11a;
  font-size: 2em;
  font-weight: bold;
	text-align: center;
  font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}

h2 {
	color: black;
  font-size: 1em;
	padding-top: 20px;
}

botton {
	font-size: 2em;
	text-align: center;
}

input {
	font-size: 1em;
	text-align: center;
	font-style: normal;
	font-family: Georgia, Arial, sans-serif;
	padding-top: 3px;
	text-decoration-color: #ffd11a;
}

#results {
	margin: 0 auto;
  margin-top: 4em;
	font-size: 1.0em;
	padding-top: 20px;
  text-transform: capitalize;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 2;
}
