@font-face {
    font-family: 'Myriad Pro Bold';
    src: url(./fonts/MyriadPro-Bold/MyriadPro-Bold0.woff),
	url(./fonts/MyriadPro-Bold/MyriadPro-Bold0.ttf),
	url(./fonts/MyriadPro-Bold/MyriadPro-Bold0.eot);
}
@font-face {
    font-family: 'Geosans Light';
    src: url(./fonts/GeosansLight/GeosansLight.woff),
	url(./fonts/GeosansLight/GeosansLight.ttf),
	url(./fonts/GeosansLight/GeosansLight.eot);
}
@font-face {
    font-family: 'segoe-ui-light';
	src: url(./fonts/segoe-ui-light/segoe-ui-light.woff),
	url(./fonts/segoe-ui-light/segoe-ui-light.ttf),
	url(./fonts/segoe-ui-light/segoe-ui-light.eot);
}

html, body{
	height: 100%;
	width: 100%;
    margin: 0;
    padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

div.confirm_mail{
	position: absolute;
	top: 50%;
	height: 200px;
	margin-top: -100px;
	text-align: center;
	width: 100%;
	font-size: 44px;
	font-family: Myriad Pro Bold, Arial Narrow, Arial;
}
#confirm_mail_descr{
	display: inline-block;
	border: solid 4px #f3c6cd;
	height: 64px;
	line-height: 64px;
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 26px;
	padding: 0 20px 0 20px;
	margin-top: 49px;
}
a.login_link{
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 26px;
	color: #010101;
}

.center{
	text-align: center;
}

#main_container{
	max-width: 1110px;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
}

#logo{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	max-height: 160px;
}

#main_plan{
	position: relative;
	margin-top: 170px;
	width: 100%;
	max-width: 647px;
	min-width: 200px;
}

#login_border, #login_border2, #recovery_border{
	display: inline-block;
	position: relative;
	margin-top: 125px;
	width: 379px;
	height: 490px;
	border: solid 1px #cccccc;
	padding-left: 28px;
	text-align: left;
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 27px;
	color: #000000;
}
#login_border2{
	height: 560px;
    padding-bottom: 60px;
}
#recovery_border{
	height: auto;
	padding-bottom: 30px;
}

#login_title, #recovery_title{
	position: relative;
	top: -34px;
	left: -8px;
	padding: 0 7px 0 7px;
	display: inline-block;
	background-color: #FFFFFF;
	font-size: 44px;
	font-family: Myriad Pro Bold, Arial;
	text-align: center;
	margin-bottom: 1px;
}
#recovery_title{
	font-size: 34px;
}

div.recovery_submit{
	margin-left: -28px;
	text-align: center;
}

span.input_title{
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 26px;
	color: #999999;
}

input[type='text'], input[type='email'], input[type='password'], input.signup, select.signup{
	width: 349px;
    height: 39px;
    margin: 3px 0 22px 0;
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
    font-family: 'Segoe UI Light', 'segoe-ui-light';
    font-size: 18px;
    padding: 0 9px 0 9px;
    font-weight: bold;
    box-sizing: border-box;
}

input.signup, input.signup_error{
	margin-bottom: 14px;
}

input.signup_error{
	border-color: #e78d9c;
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input.signup:focus {
	border: solid 1px #7951a1;
}

input[type='submit'], input.signup_sub{
	height: 46px;
	line-height: 44px;
	background-color: #FFFFFF;
	border: solid 1px #cc0064;
	color: #cc0064;
	font-family: Myriad Pro Bold, Arial Narrow, Arial;
	font-size: 26px;
	font-weight: bold;
	padding: 0 30px 2px 30px;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 0;
}
input[type='submit']:hover{
	background-color: #cc0064;
	color: #FFFFFF;
}
input.signup_sub{
	margin-top: 6px;
	margin-bottom: 24px;
	background-color: #7951a1;
	color: #FFFFFF;
	border-style: none;
}
input.signup_sub:hover{
	background-color: #4e3467;
}

#pass_error{
	position: absolute;
	left: 392px;
	top: 186px;
	height: 24px;
	line-height: 22px;
	border: solid 1px #e78d9c;
	font-size: 17px;
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
	white-space: nowrap;
	display: none;
}
#corner{
	position: absolute;
	top: -1px;
	left: -9px;
	width: 9px;
	height: 26px;
}

a{
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 26px;
	color: #000000;
}
a:hover{
	color: #7a52a2;
}

#div_sign{
	display: inline-block;
	width: 123px;
	float: right;
	padding: 15px 30px 0 0;
	font-size: 26px;
	text-align: right;
	line-height: 10px;
}
#div_sign span{
	font-size: 12px;
}

#div_social_title{
	display: none;
	color: #999999;
}
#div_social_title span, #div_social_title2 span{
	font-size: 20px;
}
#div_social_title2{
	display: none;
	color: #999999;
	margin-top: -9px;
}

a.forgot{
	font-size: 18px;
}

table.container{
	position: relative;
	width: 100%;
	height: 545px;
}
td.top_left{
	height: 456px;
	padding-right: 54px;
}

td.try{
	height: 89px;
	vertical-align: top;
	padding-right: 54px;
}

#button_try{
	position: relative;
	height: 48px;
	line-height: 48px;
	width: 225px;
	background-color: #cc0064;
	border-radius: 3px;
	text-align: center;
	font-size: 26px;
	font-family: Myriad Pro Bold, Arial Narrow, Arial;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;
}

#button_try:hover{
	background-color: #FFFFFF;
	color: #cc0064;
	border: 1px solid #cc0064;
}

div.fb_button, div.google_button{
	display: none;
	width: 56px;
	height: 56px;
	position: relative;
	margin: 10px 13px 0 1px;
	display: inline-block;
	cursor: pointer;
}
div.fb_button{
	display: none;
	background: url(./img/fb.png);
}
div.google_button{
	display: none;
	background: url(./img/gp.png);
}
div.fb_button:hover, div.google_button:hover{
	background-position: 0 -56px;
}

div.error{
	position: absolute;
	top: 342px;
	left: 28px;
	height: 20px;
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 14px;
	color: #cf1c39;
}
div.error a{
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 14px;
	color: #cf1c39;
}

#error, #error a{
	color: #FF0000;
	text-align: center;
	margin-top: 5px;
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 18px;
}

input.red{
	border: solid 1px #e78d9c;
}

#lang_cont{
	position: absolute;
	top: 0;
	right: 3px;
	height: 20px;
	line-height: 20px;
}
#lang_cont div{
	display: inline-block;
	margin: 3px 8px 0 8px;
	width: 1px;
	height: 15px;
	background-color: #CCCCCC;
	vertical-align: top;
}
#lang_cont a, #lang_cont a.select{
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#lang_cont a:hover, #lang_cont a.select{
	text-decoration: underline;
}

div.back_editor{
	position: absolute;
	top: 19px;
	right: 10px;
	font-family: 'Segoe UI Light', 'segoe-ui-light';
	font-size: 26px;
	color: #000000;
	cursor: pointer;
	text-decoration: underline;
}