.boxy-wrapper { position: absolute; }
.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: #fff; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper {background: url(/images/boxy_background.png) no-repeat bottom right;}
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { display: none; }
	
	.boxy-wrapper .top-left { background: url('/images/boxy/boxy-nw.png'); }
	.boxy-wrapper .top-right {  background: url('/images/boxy/boxy-ne.png'); }
	.boxy-wrapper .bottom-right {  background: url('/images/boxy/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('/images/boxy/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { display: none; }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { display: none; }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #F07122; padding: 6px 15px; position: relative; }
	  .boxy-wrapper .dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 0.8em; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 0.8em; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner {padding: 0;}/*border: solid 1px #F07122;*/
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }

/*** POPUP - START ***/
.boxy-wrapper
{
	padding: 0px 10px 10px 0px;
	width: 807px;
	height: 382px;
}

.boxy-inner
{
	/*width: 807px;
	height: 382px;*/
	padding: 15px 15px 15px 0px;
}

.boxy-wrapper #content_main
{
	margin: 0px;
	width: 765px;
	height: 334px;
}

.boxy-wrapper #content_main_inner
{
	width: 765px;
	height: 312px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.boxy-wrapper .close-container
{
	text-align: right;
	margin: 15px -10px 0px 15px;
}

.boxy-wrapper .close-container a img
{
	border-width: 0px;
}

div#banner_outer
{
	overflow: hidden;
}

.boxy-inner
{
	border: solid 1px #808080;
	background-color: #fff;
	overflow: hidden;
}
.boxy-inner .top-content
{
    margin: 0px 0px 15px 0px;
}
.boxy-inner .top-content h1
{
    margin: 0px;
    padding: 0px;
}
.boxy-inner .top-content img
{
    margin: 3px 0px 0px 0px;
    padding: 0px;
}
.boxy-inner .content-wrapper
{
    width: 775px;
    overflow: hidden;
}
.boxy-inner .content-wrapper .person_photo
{
    float: left;
}

.boxy-inner .content-wrapper .jScrollPaneContainer
{
    float: right;
    margin-top: -5px;
}

.boxy-inner .person_description 
{
    margin: 0px !important;
}
/*** POPUP - END ***/
