body {
	background: #000;
}

.hide {
	display: none;
}

.left {
	text-align: left;
}
.noMarginRight{margin-right: 0 !important}
.noBorder{border:none !important}
div.msgAlert
{
	margin-top: 1.0em;
}
a:hover, a:active, a:focus {outline:0}


.bold
{
	font-weight: bold;
}

div.msgAlert p
{
	color: #000;
	font-weight: bold;
	padding: 1em .7em;
	font-size: 1em;
}

div.msgAlert span
{
	color: #000;
	font-weight: bold;
}



.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 28px;
	height: 26px;
	display: block;
	background: url(/img/crystal-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -56px;
}
.ui-stars-star-on a {
	background-position: 0 -84px;
}
.ui-stars-star-hover a {
	background-position: 0 -112px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -28px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}


