.show-popup{
	cursor: pointer;
}

#show-popup-button-block{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

#show-popup-button-block .ci-filled-button{
	box-sizing: border-box;
	width: 250px;
	font-size: 16px;
	height: 39px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 15px;
}

#offer-add-form-wrapper{
	margin-top: 30px;
	padding: 30px 0;
	background-color: #fbfbfb;
}

#ci-popup-inner h2.ci-headers{
	color:#444444;
	font-weight: 900;
	font-size: 22px;
}

.offer-add-form-pre-text{
	color: #d1d8da;
}

#offer-add-form{
	margin-top: 30px;
	width: 100%;
}

#offer-add-form input,
#offer-add-form textarea{
	margin-bottom: 20px;
}

#offer-add-form label{
	line-height: 1.4em;
	font-weight: bold;
}

#offer-add-form .ci-text-input{
	width: 97%;
}

#comment{
	line-height: 20px;
	height: 8em;
}

#message-text{
	font-weight: bold;
}

#submit-container{
	margin-top: 40px;
	text-align: center;
}

#submit-button{
	height: 37px;
	font-size: 16px;
	width:30%;
}

.popup-block-text{
	font-size: 30px;
	color: #889298;
	line-height: 63px;
}