html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

strong {
	font-size: 150%; 
	font-weight: bold;
	font-style: italic;
}

* {
    margin: 0;
}

img {
    border: 0;
}

p {
    margin-bottom: .7em;
}

a{
	color: #FFFFFF;
	margin: 0;
    padding: 0;
	border: 0;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
	height: 360px;
	background-image: url(/images/clouds.png);
	background-repeat: no-repeat;
	background-position: 285px 45px;
	position: relative;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
}

#body {
    padding-bottom: 6.5em; 
	font-size: 90%;
	position: relative;
	z-index: 1;
}

#decoration{
	width: 100%;
	position: absolute;
    bottom: 5em;
	height: 1.5em;
}

#feedback_link {
	position: absolute;
	right: 50px;
	bottom: 0;
}

#footer {
    position: absolute;
	z-index:1;
    bottom: 0;
	width:100%;
    height: 5em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#copyright {
    color: #000000;
	position: absolute;
	bottom: 20px;
	font-size: 10pt;
	margin-left: 30px;
}

a span {
    display: none;
}

#left_content {
	padding: 0 0 1.5em 30px;
	z-index: 1;
	position: relative;
}

h1{
	font-weight: lighter;
	font-style: italic;
	margin-bottom: .4em;
	font-size: 2.2em;
}

h2{
	font-weight: lighter;
	margin: .8em 0 .3em 0;
	font-size: 1.5em;
}

#body ul li {
    margin-bottom: .7em;
} 

ul li {
    list-style: none;
}

ul {
    padding: 0;
}

.samples img{
	border: solid;
	border-width: 5px;
	border-color: white;
}

p.legend {
    font-size: 85%;
    color: #FFFFFF;
    margin-top: 1em;
}

p.error {
	font-weight: bold;
    color: #ffd000;
    margin: 1.2em 0;
	font-size: 1.3em
}

.fieldgrp > label:after {
    content: ":"
} 
.fieldgrp > label {
    behavior: expression( !this.after ? this.after = this.innerHTML = this.innerHTML + ':': '');
} 
.field {
    float: left;
}

.field input {
    font-size: 90%;
}

label abbr {
    color: #fdc000;
    font-size: 110%;
    vertical-align: middle;
    margin-right: .3em;
    border: 0;
}

fieldset {
    border: 0;
    padding-left: 0;
} 

fieldset + fieldset {
	margin-top: .8em;
}

.fieldgrp {
    width: 100%;
    margin-top: 0.7em;
}

.fieldgrp:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

p.note {
    color: #666666;
    float: none;
    font-size: 85%;
    font-weight: normal;
    padding: 0;
    margin-top: .3em;
    width: auto;
}

.hint {
    font-style: italic;
}

legend {
    font-weight: bold;
	color: #FFFFFF;
}

input[TYPE ="CHECKBOX"] {
    margin-right: 7px;
} 

.checkbox_label {
    display: block;
} 

.checkbox_label + .checkbox_label {
    margin-top: .5em;
}

.fieldgrp > label {
    clear: both;
    padding: 0 10px 0 0;
    line-height: 22px;
    float: left;
    text-align: right;
}

div.submit {
    clear: both;
    margin-top: 1em;
}

.points li:before {
    content: '–\a0';
}

.points li {
    padding: 0 0 0 20px;
    behavior: expression( !this.before ? this.before = this.innerHTML = '&ndash;&nbsp;' + this.innerHTML: '');
	text-indent: -1em;
}
