#PolvoAlertBox-Box {
	padding-bottom: 11px;
}
#PolvoAlertBox-Box.BoxAlert {
	background: url('../img/home/alertbox/box-alert-bot.png') bottom left no-repeat !important;
	background: url('../img/home/alertbox/box-alert-bot.gif') bottom left no-repeat;
}
#PolvoAlertBox-Box.BoxError {
	background: url('../img/home/alertbox/box-error-bot.png') bottom left no-repeat !important;
	background: url('../img/home/alertbox/box-error-bot.gif') bottom left no-repeat;
}
#PolvoAlertBox-Box.BoxSuccess {
	background: url('../img/home/alertbox/box-success-bot.png') bottom left no-repeat !important;
	background: url('../img/home/alertbox/box-success-bot.gif') bottom left no-repeat;
}
#PolvoAlertBox-Box.BoxInfo,
#PolvoAlertBox-Box.BoxConfirm,
#PolvoAlertBox-Box.BoxPrompt {
	background: url('../img/home/alertbox/box-info-bot.png') bottom left no-repeat !important;
	background: url('../img/home/alertbox/box-info-bot.gif') bottom left no-repeat;
}

#PolvoAlertBox-InBox {
	padding-top: 11px;
}
#PolvoAlertBox-Box.BoxAlert #PolvoAlertBox-InBox {
	background: url('../img/home/alertbox/box-alert-top.png') top left no-repeat !important;	
	background: url('../img/home/alertbox/box-alert-top.gif') top left no-repeat;	
}
#PolvoAlertBox-Box.BoxError #PolvoAlertBox-InBox {
	background: url('../img/home/alertbox/box-error-top.png') top left no-repeat !important;	
	background: url('../img/home/alertbox/box-error-top.gif') top left no-repeat;	
}
#PolvoAlertBox-Box.BoxSuccess #PolvoAlertBox-InBox {
	background: url('../img/home/alertbox/box-success-top.png') top left no-repeat !important;	
	background: url('../img/home/alertbox/box-success-top.gif') top left no-repeat;	
}
#PolvoAlertBox-Box.BoxInfo #PolvoAlertBox-InBox,
#PolvoAlertBox-Box.BoxConfirm #PolvoAlertBox-InBox,
#PolvoAlertBox-Box.BoxPrompt #PolvoAlertBox-InBox {
	background: url('../img/home/alertbox/box-info-top.png') top left no-repeat !important;	
	background: url('../img/home/alertbox/box-info-top.gif') top left no-repeat;	
}

#PolvoAlertBox-BoxContent {
	padding: 0px 20px;
}
#PolvoAlertBox-Box.BoxAlert #PolvoAlertBox-BoxContent {
	background: url('../img/home/alertbox/box-alert-pad.png') top left repeat-y !important;	
	background: url('../img/home/alertbox/box-alert-pad.gif') top left repeat-y no-repeat;	
}
#PolvoAlertBox-Box.BoxError #PolvoAlertBox-BoxContent {
	background: url('../img/home/alertbox/box-error-pad.png') top left repeat-y !important;	
	background: url('../img/home/alertbox/box-error-pad.gif') top left repeat-y no-repeat;	
}
#PolvoAlertBox-Box.BoxSuccess #PolvoAlertBox-BoxContent {
	background: url('../img/home/alertbox/box-success-pad.png') top left repeat-y !important;	
	background: url('../img/home/alertbox/box-success-pad.gif') top left repeat-y no-repeat;	
}
#PolvoAlertBox-Box.BoxInfo #PolvoAlertBox-BoxContent,
#PolvoAlertBox-Box.BoxConfirm #PolvoAlertBox-BoxContent,
#PolvoAlertBox-Box.BoxPrompt #PolvoAlertBox-BoxContent {
	background: url('../img/home/alertbox/box-info-pad.png') top left repeat-y !important;	
	background: url('../img/home/alertbox/box-info-pad.gif') top left repeat-y no-repeat;	
}

#PolvoAlertBox-BoxContenedor {
  padding: 5px 0px 40px 60px;
  text-align: left;
  font-size:13px;
  color:#000;
}
#PolvoAlertBox-BoxContenedor a {
	color:#FFF;	
}

#PolvoAlertBox-BoxContenedor h1,#PolvoAlertBox-BoxContenedor h2,#PolvoAlertBox-BoxContenedor h3,#PolvoAlertBox-BoxContenedor b,#PolvoAlertBox-BoxContenedor strong{
  text-align: left;
  font-size:15px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}


#PolvoAlertBox-Buttons input {
  margin:10px 10px 0 0;
}

#PolvoAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#PolvoAlertBox-Box .BoxAlert {
  background: url('../img/home/alertbox/icon-alert.png') top left no-repeat;
  color:#F7931E;
  color:#666;
}
#PolvoAlertBox-Box .BoxSuccess {
  background: url('../img/home/alertbox/icon-success.png') top left no-repeat;
  color:#009245;
  color:#666;
}

#PolvoAlertBox-Box .BoxConfirm {
  background: url('../img/home/alertbox/icon-help.png') top left no-repeat;
  color:#5D5293;
  color:#666;
}

#PolvoAlertBox-Box .BoxPrompt {
  background: url('../img/home/alertbox/icon-info.png') top left no-repeat;
  color:#5D5293;
  color:#666;
}

#PolvoAlertBox-Box .BoxInfo {
  background: url('../img/home/alertbox/icon-info.png') top left no-repeat;
  color:#5D5293;
  color:#666;
}

#PolvoAlertBox-Box .BoxError {
  background: url('../img/home/alertbox/icon-error.png') top left no-repeat;
  color:#FF0000;
  color:#666;
}


#PolvoAlertBox-Box #BoxAlertBtnOk {
	position:absolute;
	left:50%;
	margin-left:-30px;
	bottom:10px;
	display:block;
	width:60px;
	height:24px;
	text-indent:-9999px;
}

#PolvoAlertBox-Box .BoxAlert #BoxAlertBtnOk {
  background: url('../img/home/alertbox/bt-fechar-alert.png') top left no-repeat;
}
#PolvoAlertBox-Box .BoxSuccess #BoxAlertBtnOk {
  background: url('../img/home/alertbox/bt-fechar-success.png') top left no-repeat;
}

#PolvoAlertBox-Box .BoxConfirm #BoxAlertBtnOk {
  background: url('../img/home/alertbox/bt-fechar-info.png') top left no-repeat;
}

#PolvoAlertBox-Box .BoxPrompt #BoxAlertBtnOk {
  background: url('../img/home/alertbox/bt-fechar-info.png') top left no-repeat;
}

#PolvoAlertBox-Box .BoxInfo #BoxAlertBtnOk {
  background: url('../img/home/alertbox/bt-fechar-info.png') top left no-repeat;
}

#PolvoAlertBox-Box .BoxError #BoxAlertBtnOk {
  background: url('../img/home/alertbox/bt-fechar-error.png') top left no-repeat;
}