/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

object {
	outline: none; /* fix for FF3 */
}

/*--- page layout framework ------------*/

body {
	font-size: 76%;
	text-align: center;
	color: #D2D8DE;
}

/*--- element defaults ------------*/

p, li, dd, legend, input, label, select, optgroup, textarea, table {
	/*font-family: "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.9em;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.4em;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

a:link, a span.hilite {
	text-decoration: none;
	color: #c5e2b5;
}

a:visited {
	text-decoration: none;
	color: #95be7d;
}

a:hover, a span.hilite:hover {
	text-decoration: underline;
	color: #a1ff66;
}

a:active, a span.hilite:active {
	text-decoration: none !important;
	color: #fff;
}

/*--- headings ------------*/

h2, h3, h4, h5 {
	/*font-family: "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;*/
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1em;
	font-weight: normal;
}

h2 {
	margin: 0.1em 0 0.6em 0;
	font-size: 2.1em;
	color: #fff;
}

h3 {
	margin: 0.2em 0 0.5em 0;
	font-size: 1.4em;
	color: #fff;
}

h4 {
	margin: 0 0 0.2em 0;
	font-size: 1.4em;
	color: #a1ff66; /*b0e194*/
}

h5 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	color: #b0e194 !important;
}

h2 a:active, h3 a:active, h4 a:active {
	color: #79ff25 !important;
}

// Main CSS

html {
	overflow: auto; /* removes vertical scrollbar */
}

body {
	color: #333;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, Sans;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 821px;
	padding-bottom: 20px;
}

div#container p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 170%;
	letter-spacing: 0.6px;
	margin-bottom: 8px;
}

div#container h2 {
	font-size: 15px;
	font-weight: bold;
	color: #36c;
	text-align: center;
	background: transparent url("h2_bg.gif") top center no-repeat;
	height: 42px;
	line-height: 340%;
	letter-spacing: 1.4px;
	margin-top: 0px;
}

div#formcontainer {
	background: transparent url("formbg.gif") top center repeat-y;
	width: 611px;
	margin: 0 auto;
}

div#formcontainer a {
	color: #69c;
}

div#formcontainer a:hover {
	color: #36a;
	text-decoration: none;
}

div#formcontainer p#top {
	background: transparent url("formbg_top.gif") top center no-repeat;
	height: 13px;
	margin: 0px;
}

div#formcontainer p#bottom {
	background: transparent url("formbg_bottom.gif") bottom center no-repeat;
	height: 13px;
	margin: 0px;
}

div#formcontainer div.input {
	background: transparent url("inputform.gif") top center no-repeat;
	height: 34px;
	width: 593px;
	position: relative;
	margin: 0px;
	margin-left: 9px;
	margin-bottom: 20px;
}

div#formcontainer div.textarea {
	background: transparent url("textareaform2.gif") top center no-repeat;
	height: 210px;
	width: 593px;
	position: relative;
	margin: 0px;
	margin-left: 9px;
	margin-bottom: 0px;
}

div#formcontainer div.label {
	position: absolute;
	left: 12px;
	top: 8px !important;
	top: 10px;
	font-size: 12px;
	color: #fff;
}

div#formcontainer div.inputfield {
	position: absolute;
	left: 220px;
	top: 8px;
}

div#formcontainer div.checkboxfield {
	position: absolute;
	left: 230px;
	top: 8px !important;
	top: 6px;
}

div#formcontainer div.input div.info {
	position: absolute;
	left: 220px;
	top: 32px;
	font-size: 11px;
	color: #666;
}

div#formcontainer div.textarea div.info {
	position: absolute;
	left: 220px;
	top: 190px;
	font-size: 11px;
	color: #666;
	z-index: 500;
}

div#formcontainer div.inputfield input {
	border: 0;
	background: transparent;
	width: 364px;
}

div#formcontainer div.inputfield textarea {
	border: 0;
	background: transparent;
	width: 364px;
	height: 174px;
}

div#formcontainer blockquote {
	border-left: 4px #9f6 solid;
	border-right: 4px #9f6 solid;
	background: #c2f6a9;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 12px;
	padding: 4px;
}

div#formcontainer blockquote.error {
	border: 0;
	border-left: 4px #a33 solid;
	border-right: 4px #a33 solid;
	background: #f99;
	margin-bottom: 0px;
	text-align: center;
}

div#formcontainer div.submitbutton {
	margin: 0px;
	text-align: center;
}

div#formcontainer div.submitbutton input {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div#formcontainer div.bgs {
	text-align: center;
	margin-bottom: 10px;
}

div#formcontainer div.bgs img {
	border: 2px #000 solid;
	margin: 4px;
}

div#formcontainer div.bgs img.mychoice {
	border: 4px #f03 solid;
	margin: 0px;
	padding: 2px;
	background: #000;
}

div#container p.footer {
	margin-top: 12px;
	font-size: 9px;
}

div#container p.footer a {
	color: #000;
	font-weight: bold;
}
