.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.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('../images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../images/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 .topboxy,
	.boxy-wrapper .bottomboxy { height: 20px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .leftboxy,
	.boxy-wrapper .rightboxy { width: 20px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { /*background-color: #0C6E9A; background: #0088ff; */ background: transparent; padding: 6px; position: relative; border-top: 3px solid #0088ff; border-left: 3px solid #0088ff; border-right: 3px solid #0088ff;}
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 18px; color: #333; line-height: 1; margin: 0; padding: 0; font-weight: normal;  font-weight: bold; border-bottom: 1px solid #ddd; padding-bottom: 5px;}
	    /*.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }*/
	    .boxy-wrapper .title-bar .close { display: block; width: 28px; height: 28px; background: transparent url(../images/design/boxy_close.png) no-repeat; color: white; position: absolute; top: -16px; right: -16px; font-size: 90%; line-height: 1; z-index: 100; text-indent: -9999px;}
		
	/* Content Region */
	
	.boxy-inner { background-color: white; padding: 0 }
	.boxy-content { padding: 5px; border-bottom: 3px solid #0088ff; border-left: 3px solid #0088ff; border-right: 3px solid #0088ff; position: relative; padding-bottom: 40px;}
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 450px; min-height: 80px; font-size: 11px;}
    .boxy-wrapper .answers { text-align: right; font-size: 12px; background: #eee url(../images/design/boxy_answers_bg.png) repeat-x; padding: 10px 5px; position: absolute; bottom: 0; left: 0; width: 97%;}
    .boxy-wrapper .answers input {background: url(../images/design/btn-rose-background.gif) repeat-x; border: 1px solid #e9173f; width: 70px; height: 22px; color: #fff; font-weight: bold; font-size: 12px; padding-bottom: 4px; }
	
	
.boxy-content ul.box-message
{
	list-style:none;
	margin:0;
	padding:0;
}
.boxy-content div.box-message {
	background:#FFFFBB none repeat scroll 0 0;
	border:1px solid #FFFF00;
	margin:1px;
	min-height:32px;
	padding:10px 10px 10px 50px;
}
.boxy-content div.vote-up {
	background:#FFFFBB url(../images/design/icon_buy_medium.gif) no-repeat scroll 10px 10px;
	float:none !important;
	text-indent:0 !important;
	width:auto !important;
}
.boxy-content div.vote-down {
	background:#FFFFBB url(../images/design/icon_sell_medium.gif) no-repeat scroll 10px 10px;
	float:none !important;
	text-indent:0 !important;
	width:auto !important;
}
.boxy-content div.general-icon {
	background:#FFFFBB url(../images/design/icon_general_medium.gif) no-repeat scroll 10px 10px;
}
.boxy-content div.group-assign {
	background:#FFFFBB url(../images/design/icon_groups_medium.gif) no-repeat scroll 10px 10px;
}
.boxy-content div.friend-add {
	background:#FFFFBB url(../images/design/icon_friends_medium.gif) no-repeat scroll 10px 10px;
}
.boxy-content div.favourite-add {
	background:#FFFFBB url(../images/design/icon_favourites_medium.gif) no-repeat scroll 10px 10px;
}
.boxy-content div.article-add {
	background:#FFFFB url(../images/design/icon_article_medium.gif) no-repeat scroll 10px 10px;
}	

div.box-message span.elem-stay {
	color:#0088F1;
}
div.box-voting ul {
	padding:5px 10px;
}

div.box-voting li.elem-buy, div.box-voting li.elem-sell {
	border-bottom:1px solid #C6C1C6;
}

div.box-voting li.elem-buy {
	color:#008800;
}

div.box-voting ul ul li {
	clear:both;
	display:block;
	width:100%;
}

ul.box-message li {
	float:left;
	width:50%;
}