html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font: 14px Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    text-align: center;
}

div, span, a, td, li, input, select, textarea, label, p {
	font: 14px Helvetica, Arial, sans-serif;
	color: #000000;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

textarea {
	border: 0 none;
	overflow: auto;
	width: 100%;
	margin: 0;
	_margin: -1px 0;
}

.bottom {
	zoom: 1;
    background:#b6b6b6;
    padding-bottom:26px;
}

.bottom  h1 {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 20 0;
}

.bottom  h2 a {
	color: #ffffff;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	width: 864px;
	margin: 0 auto;
	text-align: left;
}

.policies_field {
	width: 500px;
}

.policies_field ul li {
	list-style: none;
	display: inline;
	padding: 0px;
	width: 100px;
}

.policies_field ul li label input {
	float: none;
}

.form_right table td textarea {
	height: 124px;
}

.form_right table td div span {
	line-height: 25px;
	margin-right: 7px;
}

.form_left h1, .form_right h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 32px;
	margin: 0;
}

.push {
}

.right {
	float: right;
}

.table {
	width: 100%;
    text-align:right;
}

strong a {
    font-weight:bold;
}

/*-- Content block / Footer
--------------------------------------------------------*/

.footer {
	background-image:url('/media/images/footer_bg.png');
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#ef303f;
	position:relative;
	min-height:73px;
	margin-bottom:1px;
	padding-left:19px;
	padding-top:17px;
	width:845px;
	margin-left:auto;
	margin-right:auto;
	text-align:left !important;
}

.footer img {
	border-width:0px;
}

.footer .copy {
	position:absolute;
	bottom:8px;
	right:19px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.footer .copy a {
	text-decoration:none;
	color:#ffffff;
}

.footer .copy a:hover {
	text-decoration:underline;
}


.icon_error {
	position:relative;
	margin-bottom:-3px !important;
	right:-1px;
}

.icon_error_2 {
	position:absolute;
	margin-bottom:-5px !important;
	margin-right:-1px;
}

