﻿body {
	font-size: 16px;
	font-family: Arial, regular;
	color: #606d87;
	height: 768px;
}

.shadow_background_div {
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	background-color: black;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5
}

.yes_no{ 
  width: 420px;
  position: fixed;
  top: 25%;
  left: 50%;
  margin-left: -230px;
  padding: 25px 20px 10px 20px;
  z-index:580;
  background: url(../images/triangle_bg.png) no-repeat -15px -15px #ffffff;
}

.yes_no p{
  margin-top:0px;
  margin-bottom:6px;
  text-align: left;
  font-family: Verdana;
  font-size: 11px;
  color: #3E5059;
  z-index:580;
}

.yes{
  margin-top:5px;
  float:right;
  z-index:580;
}

.mer_red_link{
  border-bottom: 1px #efbdb9 solid;
  padding-bottom:18px;
  margin-top: -12px;
}


