.count_vote form {
    position: absolute;
    background: #ffffff;
    padding: 25px 13px 5px;;
    z-index: 10;
    bottom: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 100%;
    display: none;
    text-align:center;
	box-sizing: border-box;
}
.count_vote fieldset{border:0px;     display: contents;}
.count_vote form input[type=submit]{
    text-align:center;
	width: 100%;
	line-height: 20px;
	padding: 10px;
	height: 40px;
	margin-top: 5px;
	display: inline;
}
.count_vote   form .pollWrapper__close{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 10px;
    text-align: center;
}
form .form-text-input-wrapper input {
    border: 1px solid #cccccc;
    height: 30px;
    width: 95%;
    padding: 5px;
    font: normal 12px arial;
    float: left;
    margin: 5px 0 0;

}
.count_vote form .pollWrapper__close{
color: #000000;
}
form .form-text-input-wrapper input.err{
border:1px solid red;
}
form .form-text-input-wrapper input.ok{
border:1px solid green;
}
form .form-text-input-wrapper input {float:none; margin: 6px 0; }

.block_2 .reg{
	width: 100%;
    text-align: center;
    padding: 40px 0;
	position: relative;
	z-index: 2;
}

.block_2 .btn{
	font-weight: bold;
    color: black;
    margin: 140px auto;
    text-transform: uppercase;
    padding: 10px 30px;
    box-shadow: 2px 2px 2px #cccccc;
    border-radius: 45px;
    font-size: 18px;
	border:1px solid #cccccc;
    letter-spacing: 1.5px;
}
.block_2 .big{
    font-size: 34px;
    padding: 20px 40px;
}
.btn.green{
	border:1px solid #2C90CE;
    background-color: #2C90CE;
    color: white;
}