* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: "Lucida Sans", sans-serif;
	background: url(images/stripe.png) repeat;
}

img, a img {
	border: none;
}

#page-wrap {
	width: 800px;
	padding: 40px;
	margin: 0px auto;
	border-left: 4px solid #113000;
	border-right: 4px solid #113000;
	background-color: #79b700;
}

#whats-sprite {
	position: absolute;
	top: 0;
	right: 0;
}

h1#logo {
	width: 477px;
	height: 111px;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 5px;
}

.button {
	margin-left: 19px;
}

code {
	padding: 10px;
	background-color: white;
	width: 500px;
	font-size: 1.3em;
	display: block;
	border-bottom:1px solid #9DB7FF;
	border-top:1px solid #9DB7FF;
	margin-bottom: 10px;
}

#more-fields {
	margin: 0 auto;
}

.generate-button {
	width: 200px;
	height: 60px;
	background-image: url(images/generate-button.png);
	border: none;
	text-indent: -9999px;
	margin: 20px 0px 20px 0px;
	cursor: pointer;
}

.choose-file {
	margin: 5px;
}

#more-fields, #more-options {
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.5em;
}

table {
	width: 520px;
}

td, th {
    padding: 10px;
    background: white;
	text-align: center;
	font-size: 1.3em;
}

#footer {
	background-color: black;
	color: white;
	text-align: center;
	padding: 15px;
	font-size: 125%;
	}
#footer a {
	color: white;
}
#footer a:hover, #footer a:active {
	color: green;
}


/*--*/

#results, #the-options {display:none;}
#the-options{font-size: 1.2em;}
.buttwrap {padding-left:75px;}
#more-options {padding-left: 5px;}
label {cursor: pointer;}
.num {width: 30px;}