@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/body_bg.jpg);
}

body, h1, h2, p {
	margin: 0;
	padding: 0;
}

#header_container {
	background: url(../images/header_repeat.jpg) repeat-x;
	height: 64px;
	width: 100%;
}

#header {
	width: 816px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}

#content_container {
	width: 816px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	background: url(../images/body_repeat.jpg) repeat-y;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
}


#banner_bottom {
	height: 175px;
	width: 816px;
	background: url(../images/banner_bottom.jpg);
}

#banner_bottom p {
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-left: 265px;
	padding-top: 6px;
	color: #444444;
	line-height: 18px;
}

#main_content {
	margin-left: 40px;
	width: 520px;
	padding-top: 15px;
}

#points {
	margin-top: 38px;
}

.orange {
	color: #e59230;
	font-size: 16px;
	font-weight: bold;
}

#bottom_content .orange {
	font-size: 14px;
}

.list {
	margin-left: 0px;
}

.list img {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #649ea7;
	font-weight: bolder;
	margin-top: 20px;
}

#bottom_content {
	font-size: 12px;
	margin-top: 20px;
}

#bottom_content  img{
	margin-left: 350px;
	margin-top: 20px;
}

#footer {
	border-top: dashed #aaa 1px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 20px;
	width: 550px;
}

#footer a {
	color: #444;
}

#content_bottom {
	height: 5px;
	background: url(../images/content_bottom.jpg);
}

.form {
	left: 50%;
	top: 236px;
	border: none;
	width: 371px;
	-moz-border-radius: none;
	background: none;
	margin-left: 149px;
}

.form .top {
	background: url(../images/form_top.png);
	height: 15px;
}

.form .bottom {
	background: url(../images/form_bottom.png);
	height: 15px;
}

.form_content {
	background: url(../images/form_repeat.png) repeat-y;
	border: none;
}

.progress {
	margin-left: 14px;
	height: 26px;
	width: 331px;
}

.step-1 .progress {
	background: url(../images/step1.jpg);
}

.step-2 .progress {
	background: url(../images/step2.jpg);
}

.step-3 .progress {
	background: url(../images/step3.jpg);
}

.step-1 .submit {
	background: url(../images/continue-2.jpg);
}

.step-2 .submit {
	background: url(../images/continue-3.jpg);
}

.form .submit.finish {
	background: url(../images/finish.jpg);
	float: none;
}

.form .submit {
	height: 49px;
	width: 155px;
	margin-left: 170px;
}



