@charset "utf-8";
/* CSS Document */

#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 12px;
    height: 250px;
    padding: 0 35px 15px;
    position: absolute;
    width: 490px;
    z-index: 9002;
}

#popUpDiv { a position:relative; top:20px; left:20px}
#closeLink {
    background: none repeat scroll 0 0 #0000FF;
    border-radius: 20px;
    color: #FFFFFF;
    padding: 5px 10px;
    position: absolute;
    right: -20px;
    text-decoration: none;
    top: -16px;
}
#message p.h_txt{
  clear: both;
  color: #000;
  font-size: 23x;
  line-height: 25px;
  padding: 10px 0;
}
#message .meassge_text{
	color:#000;
	font-size:12px;
	line-height: 18px;
}
.left_div{width:50%; float:left;}
.right_div{width:50%; float:right; text-align: right;}
.review_link{font-size:12px;color:#0079a4;}

.agree_button {
    background-color: #70A442;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #FFFFFF;
    font-size: 17px;
    padding: 10px 25px;
    text-decoration: none;
}
#actions {
    margin-top: 30px;
}