.center	{	text-align:	center !important;	}
.left	{	text-align:	left !important;	}
.right	{	text-align:	right !important;	}

.centerblock {
	margin-left:	auto;
	margin-right:	auto;
}

.glow:hover {
	background-color:	yellow;
	cursor:				pointer;
}

.popup {
	background-color:	white;
	border:				2px solid blue;
	border-radius:		0px 0px 10px 10px;
}

.ui-dialog-titlebar {
	background-color:	lightgrey;
	border-radius:		10px 10px 0px 0px;
	padding:			3px 7px 3px 7px;
	text-align:			right;
}

