/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmPopup {
	display: none;
	position: fixed;
	margin: 0;
}

.jqmOverlay {
	background-color: #000;
}

.jqmClose {
	clear: right;
	float: right;
	cursor: pointer;
	margin-top: 2px;
}

#rating-star {
	height: 18px;
	margin-top: -1px;
	margin-left: -1px;
}

#jqmContent {
	border: none;
}

#jqmIframe {
	width: 100%;
	border: none;
}

