.boxy-wrapper
{
	empty-cells: show;
	position: absolute;
}
.boxy-wrapper form fieldset
{
	padding: 0;
}
.boxy-wrapper.fixed
{
	position: fixed;
}
/* Modal */
.boxy-modal-blackout
{
	position: absolute;
	background-color: #000000;
	left: 0;
	top: 0;
}
/* Border */
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left,
.boxy-wrapper .top,
.boxy-wrapper .bottom,
.boxy-wrapper .left,
.boxy-wrapper .right
{
	/*background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;*/
	/*modificado por Elia*/
	background-color: #666;
	padding: 0;
}
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left
{
	width: 4px;
	height: 4px;
}
.boxy-wrapper .top,
.boxy-wrapper .bottom
{
	height: 4px;
}
.boxy-wrapper .left,
.boxy-wrapper .right
{
	width: 4px;
}
/* Title bar */
.boxy-wrapper .title-bar
{
	background-color: #000000;
	padding: 6px;
	position: relative;
}
	.boxy-wrapper .title-bar.dragging
	{
		cursor: move;
	}
	.boxy-wrapper .title-bar h2
	{
		font-size: 12px;
		color: #FFFFFF;
		line-height: 12px;
		margin: 0;
		padding: 0;
		font-weight: normal;
	}
	.boxy-wrapper .title-bar .close
	{
		color: #FFFFFF;
		position: absolute;
		top: 6px;
		right: 6px;
		font-size: 90%;
		line-height: normal;
	}
/* Content Region */
.boxy-inner
{
	background-color: #FFFFFF;
	padding: 0
}
.boxy-content
{
	padding: 15px;
}
/* Question Boxes */
.boxy-wrapper .question
{
	width: 340px;
	min-height: 60px;
}
.boxy-wrapper .answers
{
	text-align: right;
}
/* Redefinición en ventana popup */
.boxy-inner #content
{
	background-color: #FFFFFF;
	min-height: 0;
	min-width: 0;
	max-height: 500px;
	overflow: auto;
	padding: 0 18px 8px 8px;
	width: auto;
}
.boxy-inner form fieldset h3,
.boxy-inner #content .row_header,
.boxy-inner #add_edit fieldset .buttons a.back
{
	display: none;
}
.boxy-inner form fieldset fieldset h3
{
	display: block;
}
.boxy-inner form fieldset .fields
{
	margin: 0 auto;
	width: auto;
}
.boxy-inner #add_edit fieldset .buttons button
{
	margin: 0;
}
