﻿body 
{
	font: 12px Arial, Verdana, sans-serif;
	width: 800px;
}
#offer
{
	border: 1px dotted grey;
	padding: 1em;
	margin: 2em 0 1em 2em;
}
#offer img
{
	float: left;
	margin: 0 2em 0 0;
}
img
{
	border: 0;
}
ul.footer
{
	list-style: none;
	border-top: 1px solid black;
	padding-top: .5em;
	margin-top: 1em;
}
ul.footer li
{
	display: inline;
	margin-left: 1.5em;
}
ol, ul, p 
{
	font-size: 1.2em;
	line-height: 1.5;
}
form, fieldset, legend
{
	border: 0;
	padding: 1em 0 0 0;
	margin: 0;
}
fieldset
{
	padding: 2em;
}
legend 
{
	font-size: 2em;
	line-height: 1.8;
	padding-bottom: .5em;
}
legend#title
{
	padding-bottom: 0;
	margin-bottom: 0;
}
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.5em;
}
form ol, form ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
form ul
{
}
form li
{
	margin: 0 0 .75em 0;
	clear: both;
	padding: 0;
	font-size: 12px;
}
label
{
	display: block;
	float: left;
	line-height: 1.6;
	margin-right: 10px;
	text-align:right;
	width: 122px;
}
label:after
{
	content: ':';
}

.radio
{
	clear: left;
	padding: 0;
	margin: 0 0 3em 12px;
	width:auto;
	page-break-after:auto;
}
.radio ol
{
	
	margin: .3em 0 0;
}
.radio input
{
	float: left;
}
.radio label
{
	display: inline;
	margin: 0 .3em 0 0;
	width: auto;
	text-align: left;
}
.radio label:after
{
	content: '';
}
.radio legend
{
	
	line-height: 1.5;
	padding: 0 0 .5em 6px;
	margin: 0;
}
.radio legend span
{
	display: block;
	width: 604px;
}
fieldset.multiple
{
}
.multiple input
{
	clear: left;
	margin-left: 30px;
}
.multiple label
{
	width: 500px;
	min-height: 20px;
}
label input
{
	background: transparent;
	width: auto;
}
#submitbutton
{
	margin-left: 130px;
	cursor: pointer;
}

select, textarea
{
	background: #eee;
}
select:focus, textarea:focus
{
	background: #fff;
}
.error
{
	border: 2px solid #b00;
	background: #ffdfdf;
}
fieldset.error
{
	border: 0;
	background: transparent;
}
fieldset.error label
{
	color: #b00;
}
.error select:focus
{
	background: #fff;
}
span.error
{
	display: block;
	padding: 2em;
	margin-bottom: 2em;
	font-size: 1.2em;
}
abbr
{
	font-weight: bold;
	text-decoration: none;
	border: 0;
	margin-right: .1em;
}
span.err
{
	position: absolute;
	left: 475px;
	line-height: 1.8;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
	color: #b00;
    top: 1148px;
}
span.err:before
{
	content: '< ';
}
select
{
	width: 400px;
}
