#NewInfoBox-Box div.banner-top div.left {

	background		: url('../images/bg-box-top-left.png') no-repeat bottom left;
	margin			: 0px;
	padding			: 0px;
	padding-top		: 15px;
	float			: left;
	position		: relative;
	width			: 20px;	
}

#NewInfoBox-Box div.banner-top div.middle {

	background		: url('../images/bg-box-top-middle.png') repeat-x bottom;
	margin			: 0px;
	padding			: 0px;
	padding-top		: 15px;
	float			: left;
	position		: relative;
	width			: 20px;	
}

#NewInfoBox-Box div.banner-top div.right {

	background		: url('../images/bg-box-top-right.png') no-repeat bottom right;
	margin			: 0px;
	padding			: 0px;
	padding-top		: 15px;
	float			: left;
	position		: relative;
	width			: 20px;	
}

#NewInfoBox-Box div.banner-bottom div.left {

	background		: url('../images/bg-box-bottom-left.png') no-repeat top left;
	margin			: 0px;
	padding			: 0px;
	padding-bottom	: 15px;
	float			: left;
	position		: relative;
	width			: 20px;	
}

#NewInfoBox-Box div.banner-bottom div.middle {

	background		: url('../images/bg-box-bottom-middle.png') repeat-x top;
	margin			: 0px;
	padding			: 0px;
	padding-bottom	: 15px;
	float			: left;
	position		: relative;
	width			: 20px;	
}

#NewInfoBox-Box div.banner-bottom div.right {

	background		: url('../images/bg-box-bottom-right.png') no-repeat top right;
	margin			: 0px;
	padding			: 0px;
	padding-bottom	: 15px;
	float			: left;
	position		: relative;
	width			: 20px;	
}

#NewInfoBox-Box div.container div.left {
	background		: url('../images/bg-box-body-left.png') repeat-y top left;
	margin			: 0px;
	padding			: 0px;
	float			: left;
	position		: relative;
	width			: 20px;	
}

#NewInfoBox-Box div.container div.middle {
	background		: url('../images/bg-box-body.png') repeat top left;
	margin			: 0px;
	padding			: 0px;
	float			: left;
	position		: relative;
	width			: 20px;
}

#NewInfoBox-Box div.container div.right {
	background		: url('../images/bg-box-body-right.png') repeat-y top right;
	margin			: 0px;
	padding			: 0px;
	float			: left;
	position		: relative;
	width			: 20px;	
}

#NewInfoBox-InBox {
	clear			: both;
}

#NewInfoBox-BoxContent, #NewInfoBox-Box .TopBoxLayer {
	
	background		: url('../images/bg-box-body.png') repeat top left;
	padding			: 0px;
	clear			: both;
}



#NewInfoBox-BoxContenedor {
	
	overflow		: auto;	
	padding			: 0px 0px 5px 55px;
	max-height		: 550px; 
	text-align		: left;
	font-size		: 12px;
	color			: #000000;
}

#NewInfoBox-BoxContenedor h1,#NewInfoBox-BoxContenedor h2,#NewInfoBox-BoxContenedor h3,#NewInfoBox-BoxContenedor b,#NewInfoBox-BoxContenedor strong{

	padding			: 0px;
  	margin			: 0px;
	text-align		: left;
	font-size		: 12px;
	font-weight		: bold;
	color			: #000000;
}

#NewInfoBox-Buttons{
	text-align		: right;
}

#NewInfoBox-Buttons input {
	margin			: 10px 10px;
}

#NewInfoBox-BoxContenedor #BoxPromptInput{
	margin-top		: 5px;
}

#NewInfoBox-Box .BoxClose {
	
	cursor			: pointer;
	margin			: 10px 0px 10px 0px;
	float			: right;
}

#NewInfoBox-Box .BoxAlert {
	background		: url('../images/dialog-warning.png') no-repeat top left;
}

#NewInfoBox-Box .BoxConfirm {
	background		: url('../images/dialog-help.png') no-repeat top left;
}

#NewInfoBox-Box .BoxPrompt {
	background		: url('../images/dialog-help.png') no-repeat top left;
}

#NewInfoBox-Box .BoxInfo {
	background		: url('../images/dialog-information.png') no-repeat top left;
}

#NewInfoBox-Box .BoxError {
	background		: url('../images/dialog-error.png') no-repeat top left;
}

#NewInfoBox-Box .BoxNotify {
	background		: no-repeat top left;
}
