.neu-overlay_theme
{
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #333;
	line-height: 18px;
	background: rgba(0,0,0,.6);
	transition: all 0.2s;
}
.neu-modal_theme
{
	background-color: rgba(255,255,255,1);
	padding: 30px;
	text-align: center;
}
.neu-modal_width-default
{
	min-width: 320px;
}
.neu-modal__title
{
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.neu-modal__btn_theme
{
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	margin: 20px 6px 0;
	font-size: 14px;
	background-color: rgba(255,0,0,.8);
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	border-radius: 2px;
	max-width: 118px;
	min-width: 118px;
}
/* if you button text is not "cancel", please change the classname and override it */
.neu-modal__btn_no
{
	background-color: rgba(242,242,242,1);
	color: #ccc;
}
.neu-modal__btn:hover
{
	background-color: rgba(255,0,0,.6);
}
.neu-modal__btn_no:hover
{
	background-color: rgba(242,242,242,.8);
}