/*

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;
}
/* I use collapse, instead of separate, so 'cellspacing="0"' is not necessary  -Abby */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*

Layout & Defaults

*/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background:#fff;
	text-align:center;
	line-height:18px;
	margin:0;
	padding:0;
}
#wrapper {
	padding:20px;
	margin:auto;
	text-align:left;
}
h1 {
	text-transform: uppercase;
	font-family: "Myriad Web Pro", "Myriad Web", "Myriad Pro", "Myriad", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#fdc41f;
	letter-spacing: .03em;
	margin-bottom:.5em;
	margin-top:0;
	font-weight:bold;
}
p {
	color:#6d6f72;
	margin-bottom:1em;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color:#6d6f72 !important;
}
p.intro {
	font-family: Georgia, serif;
	font-size: 16px;
	color:#1a6521;
}
fieldset {
	width:258px;
	background:#ebefd5;
	padding:12px;
	margin:auto;
}
label {
	color:#6d6f72;
	display:block;	
	line-height:14px;
	margin-bottom:.2em;
}
input.text {
	width:256px;
	display:block;
	margin-bottom:1em;
	border:1px #ccc solid;
}
.inputgroup {
	clear:both;
	width:100%;
}
.halvedgroup {
	width:100%;
	clear:both;
	overflow:hidden;
}
.halvedgroup .inputgroup {
	width:115px;
}
.halvedgroup .inputgroup.left {
	clear:left;
	float:left;
	margin-right:10px;
}
.halvedgroup .inputgroup.right {
	float:left;
	clear:none;
}
.halvedgroup .inputgroup input.text {
	width:110px;
}
