.gyesno.objectWrapper div {
	width: 70px;
	height: 60px;
	background: transparent url('gyesno_icon.png') no-repeat;
}

div.yesno_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 90;
}

div.yesno_msg {
	width: 400px;
	height: auto;
	position: absolute;
	border: 2px solid red;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	background: #ffffff;
	z-index: 100;
}

div.yesno_msg div.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	background: red;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.yesno_msg div.question {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.yesno_msg button span {
  padding-left: 20px;
  padding-right: 20px;
}
