html, body {
	font-family: "MyriadPro";
    overflow: hidden;
}

.webFrame {
	position: absolute;
    background-color: #F0F0F0;

	width: 1024px;
	height: 768px;

	z-index: 1;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.background{
    z-index: 0;
    position: relative;
    width: 1024px;
    height: 768px;
    overflow: hidden;
}

.background{
    z-index: 3;
    position: absolute;
}


.header{
    position: absolute;
    top: -20px;
    width: 1024px;
    font-family: "MyriadPro";
}

.title{
    position: relative;
    float: left;
    margin-right: 10px; 
    font-size: 17px;
    color: #6f6f6f;
}

.subTitle{
    position: absolute;
    left: 95px;
    bottom: 3px;
    font-size: 10px;
    color: #ccc;
}

.footer{
    position: absolute;
    bottom: -12px;
    width: 1024px;
    font-family: "MyriadPro";
}
.footerText{
    position: relative;
    float: right;
    font-size: 10px;
    text-align: right;
    color: #6f6f6f;
}

.grey_bar{
    position: absolute;
    background-color: #e5e5e5;
    background-position: center;
	background-repeat: no-repeat;
    height: 768px;
    width: 100%;
    z-index: 0;
    
    -webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.noselect {
    cursor:default;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-drag: none;
    -webkit-user-drag: none;
}

.back_back
{
    z-index: -1;
	position: absolute;
    background-color: #FFFFFF;
/*	background-image: url(../images/webFrameThuis.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	
	width: 100%;
	height: 100%;
}


.animate_all
{
	transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	-ms-transition: all 500ms;
}


#intro
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0%;
	
	background-color: #ffffff;
	
	transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	-ms-transition: all 500ms;
	
	z-index: 1000;
}

#intro.show
{
	opacity: 1;
	
}

#intro.done
{
	top: -100%;
}


.intro_back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
/*	background-color: #ff0000;*/
	
	background-image: url(../images/intro/fc_intro_background.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	
/*	z-index: 0;*/
}

.intro_back.show {
	background-position: 0px 0px;
}

.intro_back.ready {
	opacity: 1;
	background-position: 0px -140px !important;
}

.intro_back.register {
	background-position: 0px -254px !important
}

.loader_info {
	display: block;
	position: relative;
	
	background-color: #ff0000;
	
	min-width: 100%;
	width: 100%;
	height: 0px;
	
	top: 54%;
}

.loader_info.done {
	opacity: 0;
	top: 50%;
}

.loader_text {
	display: block;
	position: absolute;
	
	font-family: 'MyriadPro';
	font-style: italic;
	font-size: 18px;
	
	color: #545454;
	
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.intro_block {
	display: block;
	position: absolute;
	
	visibility: hidden;
	
	width: 234px;
	height: auto;
	
	left:50%;
	top: 55%;
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	
	transition-delay: 25ms;
	-moz-transition-delay: 25ms;
	-webkit-transition-delay: 25ms;
	-ms-transition-delay: 25ms;
	
	opacity: 0;
}

.intro_block.big {
	width: 468px;
	height: auto;
}

.intro_block.show {
	visibility: visible;
	
	top: 50%;
	opacity: 1;
	
	transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-webkit-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	
	
}

.placeholder_error::-webkit-input-placeholder{
    color:#c30000;
}
.placeholder_error::-moz-placeholder{
    color:#c30000;
}
.placeholder_error:-ms-input-placeholder{
    color:#c30000;
}

.intro_content {
	display: inline-block;
    background-color: #efefef;
	border-color: #c7c7c7;
	border-width: thin;
	border-style: solid;
	
	margin-top: 70px;
	margin-bottom: 15px;
    
    width:100%;
    height:100%;
    
    clear: both;
}

.intro_title {
	color: #6f6f6f;
	display: block;
	font-family: 'MyriadPro';
	float: left;
	height: 38px;
	line-height: 38px;
	position: relative;
	text-align: center;
	width: 100%;
}

.buttons{	
    display: inline-block;
    width: 100%;
}

.forgot {
	color: #747474;
	cursor: pointer;
	font-family: 'MyriadPro';
	font-size: 14px;
	text-align: right;
	text-decoration: none;
}

.forgot:hover {
	text-decoration: underline;
}

.account_links{
	
}

.account_links a{
	padding: 4px;
	display: block;
}

.intro_input {
	display: block;
	position: relative;
	
	background-color: #ffffff;
	
	width: 98%;
	height: 36px;
	
	line-height: 38px;
	
	border-width: 0px;
	selection: #00ff00;
	
	margin-bottom: 5px;
	text-indent: 10px;
	
	color: #545454;
	
	font-family: 'MyriadPro';
}

.intro_input.medium {
	float:left;
	
	width: 48%;
	text-indent: 10px;
    font-size: 12px;

	margin-right: 3px;
	margin-bottom: 15px;
}

.intro_input.medium.right {
	float: right;
	margin-right: 0px;
}

.intro_input.small {
	float:left;
	
	width: 24%;
	text-indent: 0px;
	text-align: center;
    font-size: 11px;

	margin-right: 3px;
	margin-bottom: 15px;
	
	color: #545454;
}

.intro_input.small.right
{
	float: right;
	margin-right: 0px;
}

.allcapital{
    text-transform: uppercase;
}

.button {
	display: block;
	position: relative;
	
	color: #ffffff;
	border: thin #fff dashed;
	
	font-family: 'MyriadPro';
	font-size: 16px;
	text-align: center;
	line-height: 44px;
		
	width: 90px;
	height: 44px;
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.dual_label {
	
	display: block;
	position: relative;
	clear: both;
	
	font-size: 15px;
	top: 7px;
	
	line-height: 16px;
	text-align:center;
}

.color_green {
	background-color: #83c132;	
}

.color_gray {
	background-color: #cacaca;
}

.error {
	font-family: 'MyriadPro';
	font-style: italic;
	font-size: 12px;
	color: #c30000;
	padding: 4px 8px ;
}

#application {
	position: absolute;
	opacity: 0;
	top: 50%;
}

#application.show{
	top: 0%;
	opacity: 1;
}

.activator {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;	
	clear: both;
}

.validator {
	
	position: absolute;
	display: block;
	
/*	float: left;*/
	
	left: 100%;
	
	width: 38px;
	height: 38px;
}

.validator.correct {
    background: transparent url("../images/Check_Good.png") no-repeat center;
}

.validator.wrong {
	background: transparent url("../images/Check_Bad.png") no-repeat center;
}

.dropdown {
    color: #A5A5A5;
}

.required_txt {
    color: #D18383;
    background-color: transparent;
    font-style: italic;
}

.activation {
	border: 0;
	height: 36px;
	line-height: 38px;
	display: inline-block;
	width: 50px;
	text-indent: 0px;
	text-align: center;
    font-size: 11px;
	margin-bottom: 15px;
	
	color: #545454;
}


#connection-issues {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 1024px;
	height: 768px;
	display: none;
}

#connection-issue-box {
	position: absolute;
	background-color: #fff;
	width: 480px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#error-code {
	font-size: 18px;
	font-weight: 700;
	padding: 16px;
}