
/**
* CSS for Liveusers Notification Box
**/

#alertNotification {
	position: absolute;
	background: #f7f7f7;
	border:1px solid #e0e0e0;
	padding: 2px;
	text-align: center;
}

#alertNotification .lvu_note_msg {
	text-align: center;
}

#alertNotification .lvu_note_links {
	margin: 10px;
	text-align: center;
}

#alertNotification .lvu_note_links input.button {
/*
	padding: 2px 16px 2px 16px;
	border: 1px solid #e0e0e0;
*/
	margin: 6px;
	
}

