div.alert_row {
	width:480px;
	height:25px;
}

div.alert_title {
	background-image: url('../../images/icons/message/red.png');
	padding-left: 20px;
	background-repeat: no-repeat;
	
	width:320px;
	float:left;
}

div.alert_date {
	width:124px;
	float:left;
	text-align:right;
}

a.button {
	display:block;
	margin-left:5px;
	height:15px;
	text-indent:-9999px;
}
a.button:active {
	margin-left:6px;
	margin-right:-1px;
	margin-top:1px;
}

a.block.button {
	float:right;
	background-image:url('../../images/messages/icons/block.png');
	width:62px;
}
a.block.button:hover {
	background-image:url('../../images/messages/icons/block-hover.png');
}
a.save.button {
	float:right;
	background-image:url('../../images/messages/icons/save.png');
	width:56px;
}
a.save.button:hover {
	background-image:url('../../images/messages/icons/save-hover.png');
}
a.ticket.button {
	float:right;
	background-image:url('../../images/messages/icons/ticket.png');
	width:77px;
}
a.ticket.button:hover {
	background-image:url('../../images/messages/icons/ticket-hover.png');
}

div.buttons {
	position:absolute;
	top:8px;
	right:7px;
}