/* FlexBox default styles */

body {
	margin: 0;
	padding: 0;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #000;	
}

#popup-frame {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	text-align: left;
	line-height: 1;
}

.default {
	display: none;
	padding: 14px;
	background-color: #fff;
	border: 1px solid #ccc;	
}

.tooltipper {
	display: none;
	padding: 5px;
	background: #3A73D6;
	border: 1px solid #000;	
}

.tooltipper p {
	margin: 0;
	padding: 0;
}

.blue {
	display: none;
	padding: 5px;
	background: #3A73D6;
	border: 5px solid #000;	
}

.black {
	display: none;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #000;	
}

.white {
	display: none;
	background: #ffffff;	
}

.popup-content p.close {
	width: 50px;
	margin: 0;
	padding: 1px 0;
}

.popup-content a.close-button { 
	display: block;
	width: 52px;
	height: 14px;
	font-size: 0;
	margin: 0 0 8px 0;
	background: url(images/close.gif) top left no-repeat;
}

.iframe-content p.close {
	width: 50px;
	margin: 0;
	padding: 1px 0;
}

.iframe-content a.close-button { 
	display: block;
	width: 52px;
	height: 14px;
	font-size: 0;
	margin: 0 0 8px 0;
	background: url(images/close.gif) top left no-repeat;
	cursor: pointer;
}



/* for humanly */

/* Humanly possible page styles \*/

.humanly-bottom {
	background: url('/images/bg/humanly-bottom.gif') no-repeat bottom left;
	width: 900px;
}

.humanly-top {
	text-align: left;
	padding: 50px 60px;
	background: url('/images/bg/humanly-top.gif') no-repeat top left;
	position: relative;
	zoom: 1;
}

::root .humanly-top {
	padding-bottom: 140px;
}

.humanly-top h2 {
	margin-top: 30px;
	font-size: 160%;
	color: #85a941;
}

.humanly-top h2 em {
	font-style: normal;
	font-weight: bold;
	color: #0064b0;
}

.humanly-top h3 {
	color: #00529b;
	margin-left: -10px;
	padding-left: 10px;
	position: relative;
	background: url('/images/bullets/bullet-orange.gif') no-repeat left;
}

.content {
	width: 440px;
}

.breakthrough {
	position: absolute;
	width: 315px;
	border: solid 1px #b4cc84;
	right:40px;
	bottom: 30px;
	padding: 5px 5px 0 5px;
	background: url('/images/bg/breakthrough-bg.jpg') repeat-x top;
}

.breakthrough h2 {
	position: absolute;
	top: -50px;
}

.b-product {
	position: relative;
	margin: 5px 0;
	padding: 4px 8px;
	border: solid 6px #f1f1f1;
	background: #8c8c8c;
	width: 288px;
}

.b-product h4 {
	color: #000;
	font-weight: normal;
	margin:0;
	font-size: 120%;
}

.b-product .more {
	line-height: .7em;
}

.middle {
	background: #8c8c8c url('/images/bg/b-product-middle.gif') no-repeat bottom;
}

.bottom {
	background: #8c8c8c url('/images/bg/b-product-bottom.gif') no-repeat top;
}

.b-product p {
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
}