.alert_box {
	text-align:center;
	padding:50px 20px 20px 20px;
	background-position: center 0px;
	background-repeat:no-repeat;
	color:#F00;
}
.alert_box#excluir {
	background-image:url(/images/icons/pack/alert.gif);
}
.alert_box#info {
	background-image:url(/images/icons/pack/info.gif);
}
.alert_options {
	text-align:center;
	padding:5px;
}
.alert_options input{
	margin-left:30px;
	margin-right:30px;
	color:#F00;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
	background-image:url(../images/bg_buy_button.png);
	height: 26px;
	border: 1px solid #b0b1b3;
	display: inline-block;
	cursor: pointer;
}
.alert_img {
	max-height:650px; 
	max-width:800px;	
}
