/* Public frontpage CSS */
/* Depends on YUI 2.6.0 reset-min and fonts-min CSS */
/* Author: Roland Rabben */
/* Editor: Trygve Hardersen */
/* Copyright 2009 Jotta AS. All rights reserved. */
html {
	background: transparent;
}

/* Main body */
#doc2 {
	width: 950px;
}

body.public {
	background-repeat: repeat-x;
	background-image: url(../img/signup/gradient.png);
	background-color: #3a91db;
}

body.public div.header {
 	position: relative;
 	height: 58px;
}

body.public div.header a {
	color: #FFFFFF;
}
 
body.public div.header span.logo {
	float: left;
	display: block;
	margin-top: 12px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 250%;
}

body.public div.header span.logo a {
	text-decoration: none;
}

body.public div.header span.tagline {
	float: left;
	display: block;
	margin: 30px 0 0 10px;
	font-size: 116%;
	color: #FFFFFF;
}

body.public div.header a.link {
	float: right;
	margin: 30px 0 0 25px;
}

.clear {
	clear: both;
	display: block;
}

.clearRight {
	clear: right;
}

/* Texts */
body.public h1 {
	margin-bottom: 20px;
	font-size: 250%;
	font-weight: bold;
}

body.public h1.center1 {
	text-align: center;
}

body.public h2 {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: normal;
	color: #1A3E7C;
}

body.public h2.center2 {
	text-align: center;
}

body.public h3 {
	margin-bottom: 30px;
	margin-top: -15px;
	font-size: 124%;
	font-weight: normal;
	color: #666666;
}

body.public h3.center3 {
	text-align: center;
}

body.public h3.correctMargin {
		margin-top: 0px;
}	

body.public h4 {
	font-size: 124%;
	font-weight: normal;
	color: #1A3E7C;
	margin-bottom: 3px;
}

body.public h4.alert {

}

body.public p {
	margin-bottom: 10px;
	font-size: 108%;
	color: #666666;
}

body.public a {
	color: #3366cc;
}

body.public dl {
	margin-bottom: 10px;
}

body.public dt {
	font-weight: normal;
	color: #3366CC;
	font-size: 138%;
}

body.public dd {
	margin-bottom: 20px;
	margin-left: 0px;
	color: #666666;
	font-size: 108%;
}

body.public ul {
	margin-bottom: 10px;
	margin-left: 0px;
}

body.public li {
	margin-bottom: 5px;
	list-style: square;
	list-style-position: outside;
	font-size: 108%;
	margin-left: 16px;
	color: #666666;
}

body.public ul.menu {
	margin-bottom: 0px;
	margin-left: 0px;
}

body.public ul.menu li {
	margin-bottom: 0px;
	list-style: none;
	list-style-position:outside;
}

body.public ul.menu li a {
	text-decoration:none;
}

body.public ul.menu li a:hover {
	color:#3366cc;
}

body.public ul.sitemap {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

body.public ul.sitemap li {
	list-style: square;
	list-style-position: inside;
}

body.public .strong {
	font-weight: bold;
}

/* End texts */

/* Button-links */
a.button {
	display: block;
	float: left;
	height: 35px;
	background: transparent !important;
	text-decoration: none !important;
	text-align: center;
}

a.button span {
	display: block;
}

a.button .start,a.button .end,a.button .content {
	background-image: url(../img/common/buttons-gray.png);
}

a.button .green .start,a.button .green .end,a.button .green .content {
	background-image: url(../img/common/buttons-green.png);
}

a.button .gray-disabled .start,a.button .gray-disabled .end,a.button .gray-disabled .content {
	background-image: url(../img/common/buttons-gray-disabled.png);
}

a.button .green-disabled .start,a.button .green-disabled .end,a.button .green-disabled .content {
	background-image: url(../img/common/buttons-green-disabled.png);
}

a.button .green .content {
	color: #004505 !important;
}

a.button .green-disabled .content {
	color: #80a282 !important;
}

a.button .gray-disabled .content {
	color: #919191 !important;
}

a.button .start {
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.button .content {
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	color: #222 !important;
	background-position: 0 -35px;
	background-repeat: repeat-x;
	padding-bottom: 2px;
}

a.button .end {
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: right -70px;
}

a.button .continue .end {
	padding-right: 35px;
	background-position: right -105px;
}

a.button .download .end {
	padding-right: 35px;
	background-position: right -140px;
}
/* End of button-links */

/* Public header */
body.public div.header {
	margin: auto;
	vertical-align: bottom;
}

/* Public main body */
body.public div.body {
	margin: auto;
}

body.public div.body table {
	padding: 0px;
	margin: 0px;
	border:0px;
	width:100%;	
}

body.public div.body td.left {
	padding: 0px;
	margin: 0px;
	border:0px;
	height: 14px;
	width:14px;	
}

body.public div.body td.leftWhite {	
	background-repeat: no-repeat;
	background-position: 0px -276px;
	background-image: url(../img/common/public_sprite.png);
}

body.public div.body td.leftBlue {	
	background-repeat: no-repeat;
	background-position: 0px -312px;
	background-image: url(../img/common/public_sprite.png);
}

body.public div.body td.left img {
	width: 14px;
	height: 14px;
} 

body.public div.body td.middle {
	height: 14px;
	width:100%;
	border:0px;
}

body.public div.body td.middleWhite {
	background-color: #FFFFFF;
}

body.public div.body td.middleBlue {
	background-color: #a5c7f8;
}

body.public div.body td.middle img {
	height: 14px;
	width: 14px;
}

body.public div.body td.right {
	height: 14px;
	width: 14px;
	padding: 0px;
	margin: 0px;
	border:0px;
}

body.public div.body td.rightWhite {
	background-repeat: no-repeat;
	background-position: 0 -294px;
	background-image: url(../img/common/public_sprite.png);
}

body.public div.body td.rightBlue {
	background-repeat: no-repeat;
	background-position: 0 -330px;
	background-image: url(../img/common/public_sprite.png);
}

body.public div.body td.right img {
	width: 14px;
	height: 14px;
}

body.public div.body_color_white {
	background-color: #FFFFFF;
}

body.public div.body div.mainMessage {
	background-repeat: repeat-x;
	background-position: 0 -360px;
	background-image: url(../img/common/public_sprite.png);
	background-color: #ffffff;
	height:242px;
}

body.public div.body div.cloudTop {
	background-repeat: repeat-x;
	background-image: url(../img/common/cloudy_skies_top.png);
	background-color: #ffffff;
	padding-left: 115px;
	padding-right: 115px;
}

body.public div.body div.pricesTop {
	background-repeat: no-repeat;
	background-image: url(../img/common/cloudy_skies_top.png);
	height: 200px;
	padding-top: 50px;
	padding-left: 115px;
	padding-right: 115px;
}

body.public div.body div.frontpage {
	background-repeat: no-repeat;
	background-image: url(../img/common/frontpage_skies.png);
	height: 430px;
	overflow: hidden;
}


body.public div.body div.frontpage div.cornerLabel {
	width: 73px;
	height: 72px;
	position: absolute;
}

body.public div.body div.productpage {
	background-repeat: no-repeat;
	background-image: url(../img/common/frontpage_skies.png);
	height: 430px;
	overflow: hidden;
}

body.public div.body div.productpage div.cornerLabel {
	width: 73px;
	height: 72px;
	position: absolute;
}

body.public div.body div.productpage h1  {
	font-family: Tahoma, Verdana, Arial;
	font-size: 800%;
	font-weight: normal;
	width: 950px;
	text-align: center;	
	margin-top: 30px;
	margin-bottom: 30px;
	color: #ffffff;
}

body.public div.body div.productpage p  {
	font-size: 124%;
	font-weight: normal;
	color: #333333;	
}

body.public div.body div.productpage div.lefty  {
	width: 325px;
	float: left;
	margin-left: 155px;
}

body.public div.body div.productpage div.righty  {
	width: 280px;
	margin-left: 530px;
	position: relative;
}

body.public div.body div.productpage div.righty div.bullet {
	margin-bottom: 15px;
}

body.public div.body div.productpage div.righty div.bullet p {
	color: #ffffff;
	font-size: 100%;
	margin-left: 40px;
}

body.public div.body div.productpage div.righty div.bullet img.logoBullet {
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(../img/common/logo_30.png);
}


body.public div.body div.oneThird {
	position: relative;
	float: left;
	width: 255px;
	padding-left: 35px;
}

body.public div.body div.oneHalf {
	position: relative;
	float: left;
	width: 300px;
	padding-right: 20px;
}

.leftMargin {
	margin-left: 30px;
}

.left {
	float: left;
}

.separator {
	border-top: 1px solid #dddddd;
	padding-top: 18px;
	padding-bottom: 12px;
}

.screenShotBox {
	position: relative;
	padding: 10px;
	background-color:#33A9F7;
	margin-bottom: 20px;
}

.productItem {
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:10px;
}

.productItemIcon {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image : url(../img/common/public_sprite.png);
}

.encryptionSpriteIcon {
	background-position:  0px -1166px;
}

.logoSpriteIcon {
	background-position:  0px -1114px;
}

.userAddSpriteIcon {
	background-position:  0px -1218px;
}

.itemBorderBottom {
	border-bottom: 1px dashed #dddddd;
}

.itemLeftMargin {
	margin-left: 65px;
}

.productFreeBox {
	border: 1px solid #a0cfde;
	padding: 20px;
	background-color: #edf5f9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;
	zoom: 1;
}

.bottom10 {
	margin-bottom: 10px;
}

body.public div.body span.freeTitle {
	font-weight: bold;
	color: #7DBC03;
	font-size: 124%;
	display: block;
	margin-bottom: 10px;
}

ul.freeList {
	margin: 0px;
	list-style: square;
	list-style-position: inside;
}

body.public div.body span.unlimitedTitle {
	font-weight: bold;
	color: #33A9F7;
	font-size: 124%;
	display: block;
	margin-bottom: 10px;
}

span.freeTitleMenu {
	font-weight: bold;
	color: #7DBC03;
	font-size: 124%;
	display: block;
}

span.unlimitedTitleMenu {
	font-weight: bold;
	color: #33A9F7;
	font-size: 124%;
	display: block;
}

.publicSprite {
	background-repeat: no-repeat;
	background-image : url(../img/common/public_sprite.png);
}

.users {
	width: 48px;
	height: 48px;
	background-position:  0px -1009px;
	float: left;
}

.download {
	width: 48px;
	height: 48px;
	background-position:  0px -958px;
	float: left;
}

.addFolder {
	width: 48px;
	height: 48px;
	background-position:  0px -1062px;
	float: left;
}

.howToBox {
	position: relative;
	width: 45%;
	padding-right: 15px;
	border-right: 1px solid #A0CFDE;
	margin-right: 15px;
}

.featureBox {
	float:right;
	width: 45%;
}

body.public div.body div.howToSteps {
	margin-bottom: 20px;
	margin-top: 20px;
}

.top20 {
	margin-top: 20px;
}

.medium {
	font-size: 116%;
}

.dottedBorderTop {
	border-top: 1px dotted #dddddd;
	padding-top: 10px;
}

.rightAlign {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px; 
}

.leftAlign {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px; 
}

.right {
	float: right; 
}

.underline {
	text-decoration: underline;
}

body.public div.page_content p.helpItems {
	margin-bottom: 40px;
}

body.public div.body span.howItWorksTitle {
	font-size: 124%;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

body.public div.body p.howItWorks {
	margin-left: 60px;
}


body.public div.body div.highlightBox {
	width: 229px;
	float:right;
	margin-top: -40px;
	height: 150px;
}

body.public div.body div.highlightBox div.top {
	width: 229px;
	height: 9px;
	position:relative;
	background-repeat: no-repeat;
	background-image: url(../img/common/highlight_unlimited_box.png);
	background-position: 0px 0px;
}

body.public div.body div.highlightBox div.middle {
	width: 209px;
	position:relative;
	background-color: #faf1a6;
	padding-left: 10px;
	padding-right: 10px; 
	text-align: center;
}

body.public div.body div.highlightBox div.middle span {
	font-weight: 100%;
	color: #000000;
	
}

body.public div.body div.highlightBox div.bottom {
	width: 229px;
	height: 81px;
	position:relative;
	background-repeat: no-repeat;
	background-image: url(../img/common/highlight_unlimited_box.png);
	background-position: 0px -13px;
}

body.public div.body div.fpPrices {
	margin-left: 100px;
	/* thack
	margin-right: 85px;
	margin-bottom: 30px;	
	*/
}

body.public div.body div.prices {
	/*margin-top: 140px;*/
	position: relative;
	
}

body.public div.body div.pricesPricePage {
	clear: both;
	background-color: #ffffff;
	padding-left: 115px;
	padding-right: 115px;
	padding-top: 20px;
}


body.public div.body div.prices div.freeColumn {
	position: relative;
	float: left;
	width: 179px;
	padding-left: 0px;
	padding-right: 42px;
}

body.public div.body div.prices div.gbColumn {
	position: relative;
	float: left;
	width: 173px;
	padding-left: 48px;
	padding-right: 42px;
	/* thack
	border-left: 1px solid #cce1ff;
	border-right: 1px solid #cce1ff;
	*/
}

body.public div.body div.prices div.ultdColumn {
	position: relative;
	float: left;
	width: 179px;
	padding-left: 50px;
	padding-right: 0px;
}

body.public div.body div.prices div.freeNarrow {
	width: 190px;
	padding-right: 30px;	
}

body.public div.body div.prices div.monthlyNarrow {
	width: 190px;
	padding-right: 30px;
	padding-left: 30px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;	
}

body.public div.body div.prices div.yearlyNarrow {
	width: 190px;
	padding-left: 30px;	
}

body.public div.body div.prices span.productName {
	font-size: 138%;
	font-weight: bold;
	color: #666666;
	display: block;
	line-height: 20px;
}

body.public div.body div.prices span.productSubscription {
	font-size: 93%;
	font-weight: normal;
	display: block;
	line-height: 18px;
}

body.public div.body div.prices span.productPrice {
	font-size: 300%;
	font-weight: bold;
	display: block;
	line-height: 40px;
}

body.public div.body div.prices div.freeColumn span.color{
	color: #7dbc03;
}

body.public div.body div.prices div.gbColumn span.color {
	color: #33a9f7;
}

body.public div.body div.prices div.ultdColumn span.color {
	color: #ff7300;
}

body.public div.body div.prices span.productPaymentPeriod {
	font-size: 93%;
	font-weight: bold;
	display: block;
	line-height: 16px;
}

body.public div.body div.prices span.productDescription {
	font-size: 100%;
	font-weight: normal;
	color: #666666;
	display: block;
	/*clear: both;*/
	padding-top: 20px;
}

body.public div.body div.signupBtnContainer {
	/* thack
	margin-top: 15px;
	*/
	margin-top: 10px;
	position: relative;	
	height: 24px;
}

body.public div.body div.signupBtnContainer.first {
	margin-bottom: 5px;
}

body.public div.body div.signupBtnContainer.products {
	margin-top: 3px;
}

body.public div.body div.signupBtnCenter {
	margin: 45px auto 0;
	width: 360px;
}

body.public div.body div.signupBtnCenterBottom {
	margin: 0px auto 25px;
	width: 360px;
}

body.public div.body div.signupBtnContainer a {
	text-decoration: none;
	color: #FFFFFF;
}

body.public div.body div.signupBtn {
	background-repeat: repeat-x;
	background-image: url(../img/common/public_sprite.png);
	cursor: pointer;
}

body.public div.body div.signupBtn img {
	width: 8px;
	height: 34px;
}

body.public div.body div.leftGreen {
	background-position: 0px -606px;
	height: 34px;
	width: 8px;
	float: left;
}


body.public div.body div.middleGreen {
	background-position: 0px -644px;
	height: 34px;
	font-size: 116%;
	font-weight: bold;
	color: #ffffff;
	line-height: 32px; 
	float: left;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}

body.public div.body div.rightGreen {
	background-position: 0px -682px;
	height: 34px;
	width: 8px;
	float: left;
}

body.public div.body div.leftBlue {
	background-position: 0px -720px;
	height: 34px;
	width: 8px;
	float: left;
}

body.public div.body div.middleBlue {
	background-position: 0px -758px;
	height: 34px;
	font-size: 116%;
	font-weight: bold;
	color: #ffffff;
	float: left;
	line-height: 32px; 
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}

body.public div.body div.rightBlue {
	background-position: 0px -796px;
	height: 34px;
	width: 8px;
	float: left;
}

body.public div.body div.leftOrange {
	background-position: 0px -834px;
	height: 34px;
	width: 8px;
	float: left;
}

body.public div.body div.middleOrange {
	background-position: 0px -872px;
	height: 34px;
	font-size: 116%;
	font-weight: bold;
	color: #ffffff;
	float: left;
	line-height: 32px; 
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}

body.public div.body div.rightOrange {
	background-position: 0px -910px;
	height: 34px;
	width: 8px;
	float: left;
}

body.public div.body div.middleWideCenter {
	width: 320px;
	text-align: center;
}

body.public div.body div.centerMediumWide {
	width: 240px;
	text-align: center;
}

body.public div.body div.wider {
	width: 270px;
}

.employee {
	height: 60px;
}


body.public div.body span.termsNotice {
	padding-top: 40px;
	color: #999999;
	padding-bottom: 40px;
	display: block;
}

body.public div.body div.page_content {
	position: relative;
	/*margin-left: 220px;*/
	/*border-left: 1px solid #CCCCCC;*/
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 20px;
}

body.public div.body div.page_content img.topPicture {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

body.public div.body div.page_content div.forumBox {
	border: 1px solid #a0cfde;
	padding: 20px;
	background-color: #edf5f9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 20px;
}
body.public div.body div.page_content div.forumBox ul.gsfn_topic_list {
	margin:0px;
}

body.public div.body div.page_content div.forumBox li.gsfn_talk,
body.public div.body div.page_content div.forumBox li.gsfn_question,
body.public div.body div.page_content div.forumBox li.gsfn_problem,
body.public div.body div.page_content div.forumBox li.gsfn_praise,
body.public div.body div.page_content div.forumBox li.gsfn_idea,
body.public div.body div.page_content div.forumBox li.gsfn_suggestion,
body.public div.body div.page_content div.forumBox li.gsfn_update,
body.public div.body div.page_content div.forumBox li.gsfn_submit {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 15px;
}

body.public div.body div.page_content div.forumBox li.gsfn_suggestion,
body.public div.body div.page_content div.forumBox li.gsfn_submit {
	color: #666666;	
}

body.public div.body div.page_content div.forumBox li a.gsfn_link{
	font-size:116%;	
}

body.public div.body div.page_content div.forumBox li span.time{
	color:#999999;
	margin-left:10px;
}

body.public div.body div.page_content div.forumBox li span.time{
		
}

body.public div.body div.page_content span.strong {
	font-weight: bold;
}

body.public div.body div.page_menu {
	float: left;
	width: 200px;
	display: none;
}

body.public div.body div.page_menu div.gsfn_list_widget {
	border: 1px solid #999999;
	background-color: #eeeeee;
	margin: 10px;
}


body.public div.body div.page_menu ul {
	margin-bottom: 15px;
}

body.public div.body div.page_menu li {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	padding: 5px;
	border-bottom: 1px dashed #999999;
}

body.public div.body div.page_menu li.top {
	border-top: 1px dashed #999999;
}

body.public div.body div.page_menu li:hover {
}

body.public div.body div.page_menu li.current {
	background-color: #eeeeee;
}

body.public div.body div.page_menu li a {
	color: #333333;
}

body.public div.body div.page_menu li a:hover {
	color: #3366cc;
}


body.public div.body div.page_menu div.menuBoX {
	margin-top: 0px;
	margin-bottom: 15px;
}


body.public div.main {
	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	overflow: visible;
	/* thack 
	min-height: 150px;
	padding: 30px;*/
	padding: 15px 30px 50px 30px;
}

body.public div.noMinHeight {
	min-height: 0px;
}

body.public div.terms {
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 30px;
	
}

body.public div.main2col {
	background-color: #DDDDDD;

}

body.public div.main2col h1 {
	font-size:167%;
	font-weight:normal;
	color:#333;
	margin-top:10px;
}

body.public div.main2col h2 {
	font-size:131%;
	color:#666;
	font-weight:normal;
	margin-top:10px;
}

body.public div.main2col h3 {
	font-size:108%;
	color:#333;
	font-weight:600;
	margin-top:10px;
}

body.public div.main2col p {
	font-size:100%;
	color:#333;
	font-weight:normal;
	margin:14px 0;
}

body.public div.main2col dt {
	font-size:100%;
	font-weight:bold;
	color:#333;
	padding:10px 0 0;
}

body.public div.main2col dd {
	font-size:100%;
	margin:2px 0 2px 20px;
	font-weight:normal;
	color:#333;
}

body.public div.main2col li {
	font-size:100%;
	color:#333;
	margin:2px 0 2px 10px;
}

body.public div.title {
	position: relative;
	/* thack
	padding-top: 50px;
	padding-left: 90px;
	padding-right: 90px;
	z-index: 2;
	text-align: center;*/
	/* tadd */
	padding: 50px 0 0 0px;
}

body.public div.titleLeft {
	float: left;
	/* thack
	width: 325px;
	z-index: 2;
	margin-left: 125px;
	margin-left: 100px;
	margin-top: 45px;
	text-align: right;
	*/
	width: 410px;
	/* tadd */
	padding: 50px 0 0 125px;
}

body.public div.titleLeft h3 {
	/* thack
	margin-top: 0px;
	margin-bottom: 10px;
	*/
	margin: 0;
	font-size: 124%;
	color: #333333;
	font-weight: bold;
	
}

body.public div.titleRight {
	width: 350px;
	/* thack
	margin-left: 480px;
	margin-top: 15px;
	z-index: 2;
	*/
	/*margin: 15px 0 0 530px;*/
	float: right;
	margin: 15px 50px 0 0; 
}

.fpBulletpoints {
	margin-top: 30px;
	font-size: 116%;
	margin-bottom: 30px;
}

body.public div.title h1 {
	color: #000000;
	font-size: 274%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body.public div.title h2 {
	color: #ffffff;
	font-size: 170%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body.public div.title p {
	font-size: 110%;
	color:#333333;
	margin-top: 20px;
}

body.public div.signupButton {
	position: relative;
	padding-top:20px;
	padding-left: 50px;
	padding-bottom: 70px;
	font-size: 130%;
}

body.public div.boxLogo {
	position:relative;
	float: right;
	margin-top: 30px;
	margin-right: -25px;
	z-index: 1;
}

body.public div.leftBox {
	background-color: #DDDDDD;
	height: 130px;
	position: relative;
	overflow: visible;
	border: 1px solid #999999;
}

body.public div.leftBox .boxHeader {
	background-color: #555555;
	/*
	color: #DDDDDD;
	font-weight: bold;
	font-size: 130%;
	*/
	padding: 3px 0 3px 10px;
	position: relative;
}

body.public div.leftBox .box {
	width: 195px;
	position: relative;
	float: right;
	display: block;
	margin-top: 8px;
	margin-left: 3px;
	color: #444444;
}

body.public div.leftBox .number {
/*	width: 35px;*/
	height: 50px;
	position: relative;
	float: right;
	text-align: center;
	margin-left: 10px;
	font-size: 500%;
	color: #0066CC;
}

body.public div.rightBox {
	width: 164px;
	height: 114px;
	position: relative;
	float: right;
	background-color: #DDDDDD;
	overflow: visible;
	padding: 8px;
	border: 1px solid #999999;
}

body.public div.rightBox p {
	color: #222222;
	font-size: 100%;
}

/* Public footer */
body.public div.publicShadow {
position: absolute;
	width: 949px;
	height: 155px;
	z-index: 0;
	background-image: url(../img/common/common_shadow.png);
	margin-top: 40px;
}

body.public div.footer {
	margin: auto;
	position: relative;
}

body.public div.footer p {
	font-size: 90%;
	color: #777777;
}

body.public div.footer a {
	color: #777777;
	margin-right: 10px;
	margin-left: 10px;
}

body.public div.footer table {
	width: 100%;	
}

body.public div.footer td.left {
	width: 18px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../img/common/public_sprite.png);	
}

body.public div.footer td.left img {
	width: 18px;
	height: 88px;
}

body.public div.footer td.middle {
	height: 76px;
	width:100%;
	background-repeat: repeat-x;
	background-position: 0 -92px;
	background-image: url(../img/common/public_sprite.png);
	text-align: center;
	padding-top:12px;
}

body.public div.footer td.right {
	width: 18px;
	height: 88px;
	background-repeat: no-repeat;
	background-position: 0 -184px;
	background-image: url(../img/common/public_sprite.png);
}

body.public div.footer td.right img {
	width: 18px;
	height: 88px;
}

body.public div.bottomCenter {
	text-align: center;
	margin-bottom: 30px
}

/*
 * Style used only on the HTC Hero campaign page
 */
body.public div.body div.htc {
	background-repeat: no-repeat;
	background-image: url(../img/common/content/htc_hero.png);
	height: 404px;
	overflow: hidden;
}

body.public div.body div.konnerud {
	background-repeat: no-repeat;
	background-image: url(../img/common/partners/konnerud/konnerud_top.png);
	height: 404px;
	overflow: hidden;
}

body.public div.htc_title {
	position: relative;
	padding-top: 50px;
	padding-left: 90px;
	padding-right: 90px;
	z-index: 2;
	text-align: center;
}

body.public div.htc_title h1 {
	color: #000000;
	font-size: 274%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

body.public div.konnerud h1 {
	color: #ffffff;
	font-size: 274%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


body.public div.htc_title h2 {
	color: #1A3E7C;
	font-size: 138%;
	font-weight: normal;
	margin-top: 250px;
	padding: 0px;
}

body.public div.konnerud h2 {
	color: #ffffff;
	font-size: 158%;
	font-weight: normal;
	margin-top: 270px;
	padding: 0px;
}

body.public div.htc_main {
	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	overflow: visible;
	min-height: 150px;
	padding: 40px;
}

body.public div.htc_main h2 {
	color: #1A3E7C;
	font-size: 170%;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 10px;
}

body.public div.htc_main h3 {
	color: #1A3E7C;
	font-size: 124%;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

body.public div.htc_main p {
	color: #666666;
	font-size: 108%;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 10px;
}

body.public div.htc_main div.leftCol {
	position: relative;
	width: 350px;
	margin-left: 60px;
}

body.public div.htc_main div.rightCol {
	position: relative;
	float: right;
	width: 350px;
	margin-right: 60px;
}

body.public div.htc_main div.center {
	text-align: center;
	clear: both;
}

body.public div.htc_main div.center h1 {
	font-size: 300%;
	font-weight: bold;
}

body.public div.htc_main div.center p {
	font-size: 93%;
	color: #666666;
	font-weight: normal;
}


body.public div.video{
	margin: auto;
	padding: 0px;
	height: 430px;
	width: 640px;
	position: relativ;
	display: block;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
}

body.public div.body div.signupBtn img.playIcon {
	height: 21px;
	width: 21px;
	vertical-align: middle;
}

body.public div.packageLogo {
	width: 200px;
	margin: auto;
}

body.public div.dlCenter {
	width: 300px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 40px;
}