.ratecontainer {
	margin:0;
	float:right;
	border:1px solid #ccc;
	width:90px;
	margin-top:-100px;
	padding:5px;
	padding-top:10px;
}
.ratecontainer form {
	width: 30px;
	margin:0 auto;
	overflow: hidden;
}

a.unlink {
	text-decoration: none;
}

h4 a {
	padding:0 .3em
}


/**
 * Messages Bar
 */
.message-box { text-align: center; padding: 5px; color:#545454;  margin:5px auto; }
.clean { background-color: #efefef; border-top: 2px solid #dedede; border-bottom: 2px solid #dedede; }
.info  { background-color: #f7fafd; border-top: 2px solid #b5d3ff; border-bottom: 2px solid #b5d3ff; }
.ok    { background-color: #d7f7c4; border-top: 2px solid #82cb2f; border-bottom: 2px solid #82cb2f; }
.alert { background-color: #fef5be; border-top: 2px solid #fdd425; border-bottom: 2px solid #fdd425; }
.error { background-color: #ffcdd1; border-top: 2px solid #e10c0c; border-bottom: 2px solid #e10c0c; }



/**
 * Star rating L-R panels 
*/
.ratings {
	margin: 0;
	overflow: hidden;
	line-height: 2em;
	text-align:center;
}
.rating-top {
	width:100%;
	margin:0;
	display: block;
}
.rating-bottom {
	margin:0;
	display:block;
	width:100%;
	margin-bottom:20px;
}

.ui-stars-star, {
	display: inline;
}

.ui-stars-star a,
.ui-stars-cancel a {
	width: 28px;
	height: 26px;
	display: block;
	position: relative;
	background: url(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;
}



