div.yesno_msg {
	border: none;
	box-shadow: 0 0 30px #c1c1c1;
}

div.yesno_overlay {
	opacity: 0.1;
}

div.yesno_msg div.title {
	background-color: #F2F2F2;
	color: #D54319;
	height: 45px;
	border-bottom: 1px solid #DFDFDF;
	line-height: 45px;
	font-size: 17px;
	padding: 0px 10px 0px 10px;
	font-weight: normal;
}

div.yesno_msg div.question {
	font-weight: normal;
	color: #575757;
	text-align: center;
	font-size: 17px;
}

div.yesno_msg button {
	background-color: #5389C8;
	border: none;
	border-radius: 4px;
	color: white;
	height: 40px;
	font-size: 15px;
	margin: 0px 5px 0px 5px;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
}

div.yesno_msg button:hover {
	background-color: #408CE3;
}


div.yesno_msg .yes_no_buttons{
	text-align: center;
	margin-bottom: 20px;
}	

