﻿h2.head-norisk
{
	background-image: url(../images/ico-ThumbsUp.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-question
{
	background-image: url(../images/ico-Symbol-Help.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-signup
{
	background-image: url(../images/ico-SignUp.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-tool
{
	background-image: url(../images/ico-Laptop.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-start
{
	background-image: url(../images/ico-Start.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-download
{
	background-image: url(../images/ico-Download.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-people
{
	background-image: url(../images/ico-People.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-support
{
	background-image: url(../images/ico-Support.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-book
{
	background-image: url(../images/ico-Book.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
h2.head-next
{
	background-image: url(../images/ico-Next.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
fieldset
{
	border: 0;
	border-top: 1px solid #212F45;
	border-bottom: 1px solid #212F45;
	background-color: #BFD4F5;
	padding: 15px;
	margin: 0 0 25px 0;
}

fieldset table th {
	padding-top: 7px;
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	color: #000;
}

fieldset legend {
	padding: 0 7px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	color: #000;
}

fieldset img {
	margin: 0 5px 5px 0;
}

fieldset input {
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 3px;
}

fieldset table th {
	padding-top: 7px;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap;
}
fieldset small {
	font-size: 11px;
	line-height: 1.3em;
}
fieldset table td select {
  margin-top: 4px;
}
fieldset ul
{
	margin-top: 0px;
}
fieldset li
{
	font-size: 11px;
	line-height: 1.3em;
}
ul.logos
{
	list-style-type: none;
	text-align: center;
}
ul.logos li
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
}
ul.logos li:first-child
{
	border-top-style: none;
}
ul.float-logos
{
	list-style-type: none;
	text-align: center;
}
ul.float-logos li
{
	float: left;
	margin-right: 20px;
}
ul.spaced-list
{
	list-style-type: square;
}
ul.spaced-list li
{
	padding: 5px 0px;
}
div.txt-box h1
{
	float: left;
}
div.contact
{
	float: right;
}
div.contact a
{
	color: #FFFFFF;
}