@import 'normalize.css';

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
.left {float: left;}
.right {float: right;}
html {height: 100%;}
body
{
	background: url("../common/bg_body.png") repeat scroll 0 0 #f9eddd;
	height: auto !important;
	height: 100%;
	height: 100%;
}
body.innerPage{
	/*background: none #ffffff;*/
}
input {margin: 0; padding: 0;}
/*УБИРАЕМ ОБВОДКУ В ХРОМЕ ПРИ ФОКУСИРОВКЕ*/
input:focus, textarea:focus, a:focus, div:focus {outline:none;}
/*ЦВЕТ ИНПУТОВ*/
input {color: #000; font-family: verdana;font-size:12px;}
textarea {color: #000; font-family: verdana;font-size:12px;}
/*ЦВЕТ ПЛЕЙСХОЛДЕРА*/
input::-webkit-input-placeholder {color: #9a9a9a;font-style: italic;}
input:-moz-placeholder {color: #9a9a9a;font-style: italic;}
textarea::-webkit-input-placeholder {color: #9a9a9a;font-style: italic;}
textarea:-moz-placeholder {color: #9a9a9a;font-style: italic;}
/*ЦВЕТ ПЛЕЙСХОЛДЕРА ПРИ ФОКУСИРОВКЕ*/
input:focus::-webkit-input-placeholder {color: #9a9a9a;font-style: italic;}
input:focus:-moz-placeholder {color: #9a9a9a;font-style: italic;}
textarea:focus::-webkit-input-placeholder {color: #9a9a9a;font-style: italic;}
textarea:focus:-moz-placeholder {color: #9a9a9a;font-style: italic;}	


.wrapper
{
	background: url("../common/bg-main.png") no-repeat scroll 0 0 transparent;
	height: 500px;
	width: 810px;
	margin: auto;
	position: absolute;
	top:0;left:0;
}
.logo
{
	background: url("../common/logo.png") no-repeat scroll 0 0 transparent;
    height: 171px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 25px;
    width: 276px;
}
.lang{
	display: block;
	margin: auto;
	position: absolute;
	height: 16px;
	top:12px;right:15px;
	width: 16px;
}
.lang_ru{
	background: url("../common/language.png") no-repeat scroll 0 0 transparent;
	right:38px;
}
.lang_ua{
	background: url("../common/language.png") no-repeat scroll -23px 0 transparent;
	right:15px;
}
.main
{
	margin: auto;
	position: absolute;
	height: 225px;
	top:275px;right:0;left:0;
	width: 100%;
}
.text
{
	background: url("../common/text_field.png") no-repeat scroll 0 0 transparent;
	height: 112px;
	width: 651px;
	margin: 0 auto;
}
.text p
{
	font-family: 'PFDinTextProBold';
	font-family: 'Verdana';
	font-size: 14px;
	padding: 13px 55px 0 45px;
	text-align: center;
}
.f_button
{
	display: block;
	color: #fff;
	margin: auto;
	position: absolute;
	height: 66px;
	right:0;left:0; bottom: 25px;
	text-decoration: none;
	width: 340px;
}
.f_button .l_side
{
	background: url("../common/bg_f-button-l.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 100%;
	width: 71px;
}
.f_button .r_side
{
	background: url("../common/bg_f-button-r.png") repeat-x scroll 0 0 transparent;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    font-family: 'PFDinTextProBold';
    font-size: 22px;
    height: 100%;
    letter-spacing: 0.5px;
    padding-top: 22px;
    text-align: center;
    text-shadow: 2px 2px 1px #3A4771;
    text-transform: uppercase;
    width: 266px;
}
.f_button:hover .l_side
{
	background: url("../common/bg_f-button-l-hover.png") no-repeat scroll 0 0 transparent;
}
.f_button:hover .r_side
{
	background: url("../common/bg_f-button-r-hover.png") repeat-x scroll 0 0 transparent;
}
.f_button:active .l_side
{
	background: url("../common/bg_f-button-l-active.png") no-repeat scroll 0 0 transparent;
}
.f_button:active .r_side
{
	background: url("../common/bg_f-button-r-active.png") repeat-x scroll 0 0 transparent;
}


/* page 2 */

.card
{
	background: #fff;
	border-radius: 7px;
	height: 200px;
	width: 397px;
	position: relative;
	margin: 0 auto;
}
.skidka
{
	background: url("../common/skidka.png") repeat-x scroll 0 0 transparent;
    bottom: 0;
    display: none;
    height: 208px;
    left: 0;
    margin: auto;
    position: absolute;
    top: -1px;
    width: 303px;
}

.info
{
	height: 1005;
	width: 385px;
	margin: auto;
    position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
}

.name
{
	color: #282828;
	font: bold 21px  arial ;
	padding-top: 20px;
	margin-bottom: 11px;
	text-align: center;
}

.userId{
	color: #282828;
	font: 14px arial;
	text-align: center;
}

.btn
{
	border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-family: 'PFDinTextProBold';
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
	text-decoration: none;
    width: 180px;
}

.btn_save
{
	background: url("../common/bg_button-save.png") repeat-x scroll 0 0 transparent;
	float: left;
}
.btn_save:hover
{
	background-position: 0 -50px;
}
.btn_save:active
{
	background-position: 0 -100px;
}
.btn_done
{
	background: url("../common/bg_button-done.png") repeat-x scroll 0 0 transparent;
    float: right;
    position: relative;
    right: 12px;
}
.btn_done:hover
{
	background-position: 0 -50px;
}
.btn_done:active
{
	background-position: 0 -100px;
}

.note
{
	clear: both;
    font: italic 11px arial;
    margin: auto;
    position: relative;
    text-align: center;
    top: 10px;
    width: 220px;
}
.note .star
{
	color: #8A1337;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
/* page 2 */

/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }	
 #loader
 {
	background: rgba(256,256,256,0.4);
	display: none;
	position: fixed;
	top:0;left:0;right:0;bottom:0;
	height: 100%;
	width: 100%;
 }
 #loader img
 {
	bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
 }
.right.copyrights {
    bottom: 10px;
right: 10px;
position: absolute;
}
.infodis {
position: absolute;
left: 10px;
bottom: 5px;
color: #fff;
}
