#stickyize_assert_div {
	background-color: white;
	width: 750px;
	height: auto;
	position: fixed;
	top: 50px;
	left: 150px;
	border: 1px #F2F2F2 solid;
	box-shadow: darkgrey 10px 10px 30px 5px;
	z-index: 100;
	display: none;
}

.stickyizeAssert_title_div {
	height: 40px;
	border-bottom: 5px #F2F2F2 solid;
	cursor: default;
}

.stickyizeAssert_title_text {
	text-align: center;
	width: 100%;
	font-weight: 900;
	font-size: 20px;
	margin-top: 5px
}

.stickyizeAssert_title_close {
	position: absolute;
	top: 8px;
	right: 0;
	cursor: pointer;
	width: 40px;
	text-align: center;
}

.stickyizeAssert_middle_content{
	width: 100%;
    height: 200px; 
}
.middle_content{
	width: 100%;
}


.stickyizeAssert_middle_div{
	width: 50%;
	height: 100px;
	float: left;
	text-align: center;
}

.stickyizeAssert_middle_button{
	width: 200px;
	height: 45px;
	margin: auto;
	margin-top: 27.5px;
	background-color: #BBBBBB;
	cursor: pointer;
}

.stickyizeAssert_middle_selected{
	border: 1px #E51C23 solid;
	background: white;
	color: #E51C23;
}

.stickyizeAssert_middle_text{
	line-height: 45px;
	vertical-align: middle;
	font-size: 20px;
}


.stickyizeAssert_bottom_content{
	margin-top:20px;
	width: 100%;
	height: 50px;
	text-align: center;
	position: relative;
}

#stickyizeAssert_button{
	width: 150px;
	height: 30px;
	margin: auto;
	margin-top: 7.5px;
	background-color: #E51C23;
	color: white;
	border: 1px rgba(187, 187, 187, 1);
	border-radius: 2px;
	cursor: default;
}
