/* Green: #CC3, Grey: #CCC, Blue: #369, Yellow: #FFC */
* {
  font: 12px Verdana, sans-serif;
}
.fail {
  background: #FF0;
}
strong {
  font-weight: bold;
}
body,table,tr,td,th,h1,h2,h3,h4,p,form,ul,li,ol,img {
  border: 0;
  margin: 0;
  padding: 0;
}
div#page {
  width: 780px;
  margin: 10px auto 0 auto; 
  padding: 10px;
  border: 2px solid #CCC;
  border-top: 10px solid #CC3;
  position: relative;
}
div#header {
  height: 130px;
}
div#logo {
  float: right;
  margin: 0;
}
div#title {
  width:560px;
  border-bottom:1px solid #369;
}
div#title h1 {
  font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 28px 0 10px 0;
  margin: 0 0 0 0;
  color: #369;
}
div#title p {
  font-weight:bold;
  color:#369;
  font-size:14px;
  padding:0 0 15px 0;
}
div#content {
  margin: 10px 0 0 0;
}
div#content h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 1em 0;
}
div#content h2 img {
  vertical-align: bottom;
}
div#content p {
  line-height: 1.5em;
}
div#cta {
  background: #FFC;
  padding: 10px;
  border: 1px solid #000;
  margin: 10px 0 0 0;
  position: relative;
  height: auto;
}
div#cta h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
table#diq-form {
  /*width: 450px;*/
}
table#diq-form th {
  width: 250px;
  text-align: left;
  padding: 0 10px 10px 0;
}
table#diq-form td {
  text-align: left;
  padding: 0 10px 10px 0;
}
div#testimonial {
  width: 230px;
  height: 172px;
  position: absolute;
  top: 25px;
  right: 20px;
  background: #FFF url(/images/testimonial-bg.gif) top left;
}
div#testimonial div#icon {
  position: absolute;
  top: -17px;
  right: 20px;
}
div#testimonial p#words {
  padding: 25px 10px 5px 15px;
}
div#cta div#testimonial p#person {
  font-style: italic;
  padding: 0 10px 0 15px;
}
div#testimonial p#more {
  padding: 0 10px 0 15px;
}
div#testimonial p a {
  color: #369;
  font-weight: bold;
}
div#testimonial p a:hover {
  color: #CC3;
}
table#bullets {
  margin: 10px;
}
table#bullets td {
  padding: 0 10px 0 0;
  width: 50%;
  vertical-align: top;
}
table#bullets ul.usp {
  margin: 0 0 0 20px;
}
table#bullets ul.usp li {
  color: #369;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}
div#helpline {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
}
div#helpline a {
  color: #369;
  font-weight: bold;
}
div#helpline a:hover {
  color: #CC3;
}
#footer {
  background: #2D5989 !important;
  border-top: 3px solid #D0C22B !important;
  height: auto !important;
  margin: auto !important;
  padding: 8px 0px !important;
  position: relative !important;
  width: 800px !important;
  border-bottom: none !important;
}

#footer .footer-inside p {
	color: white;
	font-size: 13px;
	margin: 0px;
	padding: 3px 0px;
	text-align: center;
}

#copyright_terms {
	background-color: #6984A2;
	height: 30px;
	position: relative;
	width: 780px;
	margin: auto;
	border: solid #CCC;
	border-width: 0px 2px 2px 2px;
	padding: 0 10px 0 10px;
}

#copyright_terms .copyright {
	color: white;
	float: left;
	margin-top: 7px;
}

#copyright_terms .terms {
	color: white;
	float: right;
	margin-top: 7px;
}

#copyright_terms .terms a {
	color: #FFF;
}

#cta form { width: auto; }

.stg-1 { width: 445px; margin: 10px 0 0 32px; }
.stg-2 { width: 345px; margin: 10px 0 0 20px; }

.form li {
	margin: 4px 0 0 0;
	list-style: none;
	display: inline-block;
}

.form li p {
	width: 230px;
	float: left;
	color: #333;
	padding: 3px 0 0 0;
}

.form li p span { font-weight: 100 !important; padding-left: 3px; }

.form li em {
	width: auto;
	float: left;
}

.form li em span {
	float:left;
	padding:5px 5px 0 0;
	font-style:normal;
	color: #333333;
	margin: 0 0 0 -16px;
}

.form li em input {
	border: 1px solid #bcc8d6;
	padding: 4px 5px;
	background: url(/images/input-background-double-border.png) top left repeat-x #FFF;
	float: left;
	width: 178px;
}
.form li em input[name=pension_value] {
  width: 80px;
}

.form .fail { border:1px solid #a50000 !important; background:#FF0 !important; }

/* Stage 2 specific styles */
.stg-2 li p { width: 130px !important; }

#cta .info { width: 380px; position: absolute; top: 4px; right: 20px; }
#cta .info h2 { text-align: center; margin-top: 7px; }

.form li em select {
	float: left;
	margin: 6px 5px 0 0;
}

.form li.go-button {
  width: 430px;
}

.stg-2 li.go-button {
  width: 330px;
}

.form .go-button input {
	background: url(/images/red-btn.png) no-repeat left top;
  border: none;
  color: #FFFFFF;
  margin: 7px 10px 0 0;
  padding: 2px 1px 17px 0;
  vertical-align: top;
  width: 127px;
  float: right;
}
