@CHARSET "UTF-8";
body {
	font-family: Arial,Helvetica,sans-serif;
	padding:0;
    margin:0;
	line-height:1;
	width:100%;
}
.headContainer{
	width:100%;
	height:225px;
}
.lineContainer{
	height:6px;
	width:100%;
	background-color:#3a5562;
}
.rightLine{
	float:right;
	height:6px;
}
.linefirs{
	background-color:#a27c8e;
	width:37%;
}
.linesecond{
	background-color:#cdcec9;
	width:4%;
}
.linethird{
	background-color:#577d84;
	width:10%;
}
.logo{
	width:863px;
	height:219px;
	margin:auto;
	background-image: url("/img/unsub/logo.png");
	background-repeat: no-repeat;
	margin-top:-6px;
}
.logomf{
    /*background-image: url("/img/unsub/logoMF.jpg");*/
    background-image: url("/img/unsub/mobieWin.png");
    background-position: center center;
}
.unsub,.gratulation{
	width:863px;
	margin:39px auto auto auto;
}
.tableCell{
	display:table-cell;
}
.koperta{
	width:134px;
	height:109px;
	background-image: url("/img/unsub/koperta.png");
	background-repeat: no-repeat;
	padding-left:53px;
	padding-right:13px;
	background-position: 53px 0;
}
.form{
	vertical-align:top;
	font-size:22px;
	color:#767676;
}
.textForm{
	vertical-align:top;
	font-size:14px;
}
.formContainet{
	margin-top:18px;
}
.inputsDiv{
	width:459px;
	height:50px;
	-webkit-box-shadow: inset 0px 0px 6px 6px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 0px 6px 6px rgba(0, 0, 0, 0.01);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#ebebeb;
	margin-right:5px;
}
.inputsDiv input{
	background-color: transparent;
	font-family: Arial,Helvetica,sans-serif;
    border: 0 none;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    padding: 0;
    vertical-align: top;
    width: 429px;
	margin-left:15px;
	font-weight:normal;
	color:#000000;
}
.submitButon{
	-webkit-border-radius: 10px;
	background-color:#595959;
	border-radius: 10px;
	width:191px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#ffffff;
	font-size:22px;
	cursor:pointer;
}
.textPopUp .submitButon{
	margin:30px auto auto auto;
}
.inline{
	display:inline-block;
	vertical-align:top;
}

input.placeholder {
    color: grey;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height:50px;
	font-weight:normal;
}
.inputsDiv .error{
	color:#FF0000;
}
.email{
	color:#000000;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
div.blocker {
    background-color: #000000;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.45;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
div.popUp {
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.54);
    color: #000000;
    display: none;
    font-family: arial;
    font-size: 24px;
    left: 50%;
    line-height: normal;
    min-height: 100px;
    padding: 59px;
    position: fixed;
    top: 50%;
    width: 556px;
    z-index: 344;
}
