
.boxy-wrapper { position: absolute; width:auto;}

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; opacity: 0.7; filter:alpha(opacity=70); left: 0; top: 0; }
  
  /* Border */
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('https://www.simpleregistry.com/wedding/img/boxy/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('https://www.simpleregistry.com/wedding/img/boxy/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('https://www.simpleregistry.com/wedding/img/boxy/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('https://www.simpleregistry.com/wedding/img/boxy/boxy-sw.png'); }

	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; padding: 0; filter:alpha(opacity=60);}
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; padding: 0; filter:alpha(opacity=60);}
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { font-size: 12px; background-color: black; color: white; line-height: 1; padding: 6px; position: relative }
		.boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90% }
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0px; }
	.boxy-content { padding: 15px; border:}
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }

.sr_a_info_popup {
	height: 59px;
	position: fixed;
	color: white;
}

.sr_a_info_popup_top-left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 10px;
	background: url('https://www.simpleregistry.com/wedding/img/boxy/boxy-nw.png') !important;
}
.sr_a_info_popup_top {
	position: absolute;
	left: 10px;
	top: 0px;
	height: 10px;
	background-color: black !important;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.sr_a_info_popup_top-right{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 10px;
	width: 10px;
	background: url('https://www.simpleregistry.com/wedding/img/boxy/boxy-ne.png') !important;
}
.sr_a_info_popup_left {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 10px;
	height: 39px;
	background-color: black !important;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.sr_a_info_popup_background {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 39px;
	background-color: black !important;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.sr_a_info_popup_right {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 10px;
	height: 39px;
	background-color: black !important;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.sr_a_info_popup_bottom-left {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 10px;
	width: 10px;
	background: url('https://www.simpleregistry.com/wedding/img/boxy/boxy-sw.png') !important;
}
.sr_a_info_popup_bottom {
	position: absolute;
	left: 10px;
	bottom: 0px;
	height: 10px;
	background-color: black !important;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
.sr_a_info_popup_bottom-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 10px;
	width: 10px;
	background: url('https://www.simpleregistry.com/wedding/img/boxy/boxy-se.png') !important;
}
.sr_a_info_popup_i {
	position: absolute;
	height: 34px;
	width: 15px;
	left: 25px;
	top: 12px;
}
.sr_a_info_popup_message {
	overflow: hidden;
	font-size: 11px;
	position: absolute;
	max-height: 43px;
	left: 57px;
	font-weight: 500 !important;
	text-align: left !important;
	vertical-align: middle !important;
	display: table-cell !important;
	line-height: 130% !important;
}
.sr_a_info_popup_close {
	position: absolute;
	height: 9px;
	width: 8px;
	right: 10px;
	top: 10px;
}