/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
}

body {
  font-family: Georgia, serif;
  font-size: 110%;
  line-height: 1.2em;
  color: #1b1c20;
  background: #ffffff;
  text-align: center;
  margin-top: 5px;	
}

#page-container {
	margin: auto;
	position: relative;
}

#about-faq {
	text-align: left;
	padding: 0 15px;
	
}

#header-text {
	font-style: italic;
	color: #070707;
	font-size: 105%;
	background-color: #FEFFCA;
	padding: 5px 0px;
}

#line {
	height: 1px;
	background: #cccccc;
}

#logo {
	margin-top: 30px;
}

#main-form {
	padding-top: 50px;
	width: 500px;
	margin: auto;
}

.textfield {
	font-size: 115%; 
	font-weight: bold;
}

.textfield input {
	color: #3f3b3c;
	font-size: 115%; 
}

.result {
	text-align: right;
	color: #acacac;
	font-size: 120%;
	color: #BC0909;
}

.winner {
	text-align: right;
	color: #acacac;
	font-size: 120%;
	color: #318816;
}

.separator {
	margin-bottom: 5px;
	margin-top: 15px;
}

#button {
	margin-top: 25px;
}

#button input {
	font-family: Georgia, serif;
	font-size: 130%;
	line-height: 1.2em;
	color: #1b1c20;
	background: #eeeeee;
	border-color: #cbcbcb;
	border-width: 2px;
    border-style: outset;
	padding: 2px;
}

#adwords{
	margin: 30px auto -20px auto;
}

.textInput {
	font-family: Georgia, serif;
	width: 500px;
	height: 30px;
	color: #070707;
}

#answers {
	font-size: 0.95em;
}

#footer{
	margin-top: 50px;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 10px 0px;
}

#disclmr{
	font-size: 0.60em;
	font-family: Verdana;
	text-indent: 10px;
	letter-spacing: -0.5px;
	color: #131313;
	margin-top: -15px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #002A9C;
}
.show {
display: inline;
}
.hidden {
display: none;
}