.PopUpMask {
      position: absolute;
      display: none;
      top: 0px;
      left: 0px;
      cursor: "not-allowed";
}

.RequestMask {
      position: absolute;
      display: none;
      top: 0px;
      left: 0px;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.harvest_close {
	position:absolute;
	cursor:pointer;
	float:left;
}

.harvest_title {
	text-align:left;
	padding-left:10px;
	line-height:21px;
}

.window_top {
	height:21px;
}



.harvest_content {
	overflow:auto;
	clear:both;
}

.harvest_message {
    text-align:center;
    padding-top:15px;
    padding-bottom:20px;
    width:100%;
}

.harvest_buttons {
	position:relative;
	bottom:0px;
	height:30px;
	width:100%;
	text-align:center;
}

.window_ok_button, .window_no_button, .window_cancel_button {
    margin-bottom:0px;
    margin-left:10px;
    margin-right:10px;
    width:70px;
}


.top_draggable, .bottom_draggable {
  cursor:move;
}


/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
        margin: 0px;
	padding: 0px;
}
        

