.tap_dialog {
  position: absolute;
  display: block;
  top: 37px;   
  font-family: "adobe-clean", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
}    

.tap_dialog p.tap_dialog_basic {
  margin: 3px;
  font-size: 11px;    
  font-size: 0.75rem;
}

.tap_dialog_inner {
  position: relative;
  display: block;
  padding: 5px;
  background: #444;
  -webkit-box-shadow: 0 3px 10px black;
  box-shadow: 0 3px 10px black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  white-space: nowrap;
  z-index: 100;
  font-size: 11px;
  line-height: 1em;
  color: white;
}

.tap_dialog_arrow {
  position: absolute;
  top: -10px;
	width: 0;
	height: 0;
  border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #444;
}

.tap_dialog .btn {
  white-space: nowrap;
  margin: 0;
  float: none;
  padding: 6px 15px;
  line-height: 1.1;
}

.tap_dialog hr {
  padding: 0;
  margin: 4px 0 0;
  border: none;
}

.tap_dialog .text-capture {
  background: #FFF;
}

.tap_dialog input {
  margin: 0 9px 0 3px;
  width: 120px;
  position: relative;
  top: 0;
  height: 15px;
  border: none;
  -webkit-appearance: none; 
}

.tap_dialog input:focus {
  outline: none; 
}

.tap_dialog_block_buttons .btn {
  display: block;
  text-align: center;
}   


#header .tap_dialog p.dialog_error {
  display: none;
  color: #EFEFEF;
  font-size: 12px;
  font-size: .75rem;
  padding: 5px 3px 5px; 
  white-space: normal;
}

/*
 * LEFT ANCHOR
 */
.tap_dialog_anchor_left .tap_dialog_inner {
  left: -20%;
  margin-left: 18px;
}

.tap_dialog_anchor_left .tap_dialog_arrow {
  left: 20%;
  margin-left: -4px;
}

.tap_dialog_anchor_temp_edge .tap_dialog_arrow {
  left: 20px;
}
.tap_dialog_anchor_temp_edge.tap_dialog {
  top: 47px;
}

/*
 * CENTER ANCHOR
 */
.tap_dialog_anchor_center .tap_dialog_inner {
  left: -50%;
  margin-right: -29px; 
}

.tap_dialog_anchor_center .tap_dialog_arrow {
  left: 50%;
  margin-left: -5px;
}


/*
 * RIGHT ANCHOR
 */
.tap_dialog_anchor_right .tap_dialog_inner {
  left: -80%;
  margin-right: -20px;
}

.tap_dialog_anchor_right .tap_dialog_arrow {
  left: 80%;
  margin-left: -6px;
}


/*
 * RIGHT EDGE ANCHOR
 */
 .tap_dialog_anchor_right_edge {
  right: 0;
  }
 
.tap_dialog_anchor_right_edge .tap_dialog_inner {
  left: -24px;
  top: -38px;
  margin-right: 5px;
}

.tap_dialog_anchor_right_edge .tap_dialog_arrow {
  position: absolute;
  top: 14px;
  right: -10px;
	width: 0;
	height: 0;
  border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #444;
}

/*
 * RIGHT CORNER ANCHOR
 */
.tap_dialog_anchor_right_corner .tap_dialog_inner {
  left: -100%;
  margin-right: -30px;
}

.tap_dialog_anchor_right_corner .tap_dialog_arrow {
  position: absolute;
  right: 10px;
}


/*
 * LEFT EDGE ANCHOR
 */
.tap_dialog_anchor_left_edge .tap_dialog_inner {
  left: 37px;
  top: -42px;
  margin-right: 5px;
}

.tap_dialog_anchor_left_edge .tap_dialog_arrow {
  position: absolute;
  top: 14px;
  left: -10px;
	width: 0;
	height: 0;
  border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #444 transparent transparent;
}

@media only screen and (max-width: 320px) {
/*  .tap_dialog { left: -30px; }  */
/*  .tap_dialog_anchor_left .tap_dialog_arrow { left: 31%; }                */
}        

