#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('../images/innerprompt/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('../images/innerprompt/bg-box-bottom.gif') bottom left no-repeat;
  position:relative;
  top:0px;
  left:0px;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('../images/innerprompt/bg-box-top.png') top left no-repeat !important;	
  background: url('../images/innerprompt/bg-box-top.gif') top left no-repeat;	
}

#SexyAlertBox-BoxContent {
  background: url('../images/innerprompt/bg-box-body.png') top left repeat-y !important;
  background: url('../images/innerprompt/bg-box-body.gif') top left repeat-y;
  /*padding: 0px 20px;*/
  border-top:Solid 1px Transparent;
}

#SexyAlertBox-BoxContenedor {
  padding: 10px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#333;
  font-size:16px;
}

#SexyAlertBox-Buttons{
  text-align:right;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('../images/innerprompt/dialog-warning.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('../images/innerprompt/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  /*background: url('../images/innerprompt/dialog-help.png') top left no-repeat;*/
}

#SexyAlertBox-Box .BoxInfo {
  background: url('../images/innerprompt/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('../images/innerprompt/dialog-error.png') top left no-repeat;
}


#innerpopup{
	position:fixed;
	background-color:black;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index:9998;
	display:none;
}

#innerpopup .popupctl
{
	text-align:right;
	height:30px;
	border:Solid 1px Red;
}

#innerpopup_container
{
	display:none;
	position:absolute;
	width:100%;
	z-index:9999;
}

#innerpopup_content
{
	margin-left:auto;
margin-right:auto;
position:relative;
width:90%;
}

.popupctl
{
	background-color:Black;
	text-align:right;
}
.popupctl TABLE
{
	color:White;
	font-size:1.7em;
	font-weight:bold;
}

.popupctl IMG
{
	margin:5px;
}
.popupctl A
{
	position:relative;
	left:-3px;
}

TD.innerpopup_title{
	padding-left:5px;
	border:Solid 1px Red;
}

.ajax-loading-fixedw{
	background-image:url(../images/ajax-loader.gif);
	background-position:center center;
	width:400px;
	height:275px;
}

#lightbox{
	display:none;
}

.lightbox_active{
	display:block;
}

.lightbox_active #innerpopup{
	display:block;
}

.lightbox_active #innerpopup_container{
	display:block;
}
