.ui-dialog {
	position: absolute;
}
.ui-widget-overlay {
	left: 0px; top: 0px; position: absolute; opacity: 0.4; background-color: black;
}
span.ui-dialog-title {
	color: rgb(255, 255, 190); font-size: 100%; float: left;
}
a.ui-dialog-titlebar-close {
	text-align: right; color: rgb(255, 255, 190); text-decoration: none; float: right;
}
.ui-dialog-content {
	border: currentColor; border-image: none;
}
iframe#CookpadDialog {
	
}
iframe.ui-dialog-content#CookpadDialog {
	background: white; border-radius: 5px; border: 5px solid rgb(204, 204, 204); border-image: none; box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3); -webkit-border-radius: first-value-of(5px) first-value-of(5px); -moz-border-radius: 5px /5px; -o-border-radius: 5px /5px; -ms-border-radius: 5px /5px; -khtml-border-radius: 5px /5px; -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px 0; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px 0; -o-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 3px 0;
}
.ckpd-dialog .ckpd-dialog-title {
	padding: 7px 0px 5px 10px; font-size: 116%; font-weight: 600; background-color: rgb(238, 224, 197);
}
.ckpd-dialog .ckpd-dialog-body {
	padding: 15px; background-color: white;
}
.ckpd-dialog .ckpd-dialog-buttons {
	padding: 5px; width: 100%; text-align: right; right: 0px; bottom: 0px; position: absolute; background-color: rgb(238, 238, 238);
}
.ckpd-dialog .ckpd-dialog-buttons .ckpd-dialog-button-close {
	font-size: 93%; margin-right: 5px;
}
.ui-dialog .ui-icon-closethick {
	background: url("/assets/widget/close.png?2f54f6dd5f34a70aa6feab1bdad25bf95f41844c9b5d52bbc294e466511253db"); top: 8px; width: 34px; height: 34px; right: -22px; display: block; position: absolute;
}
* html .ui-dialog .ui-icon-closethick {
	background: none; right: -12px;
}
.ckpd-overlay-box {
	display: none;
}
#colorbox {
	outline: 0px; left: 0px; top: 0px; position: absolute; z-index: 9999;
}
#cboxOverlay {
	outline: 0px; left: 0px; top: 0px; position: absolute; z-index: 9999;
}
#cboxWrapper {
	outline: 0px; left: 0px; top: 0px; position: absolute; z-index: 9999;
}
#cboxOverlay {
	width: 100%; height: 100%; position: fixed;
}
#cboxMiddleLeft {
	clear: left;
}
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0px;
}
#cboxLoadingOverlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
#cboxLoadingGraphic {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
#cboxPrevious {
	cursor: pointer;
}
#cboxNext {
	cursor: pointer;
}
#cboxClose {
	cursor: pointer;
}
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	margin: auto; border: 0px currentColor; border-image: none; float: left; display: block;
}
.cboxIframe {
	background: rgb(247, 243, 232); border: 0px currentColor; border-image: none; width: 100%; height: 100%; display: block;
}
#cboxOverlay {
	background: rgb(0, 0, 0);
}
#cboxContent {
	margin-top: 20px;
}
#cboxError {
	padding: 50px; border: 1px solid rgb(204, 204, 204); border-image: none;
}
#cboxLoadedContent {
	background: rgb(247, 243, 232); border-radius: 5px; border: 5px solid rgb(227, 220, 202); border-image: none;
}
#cboxTitle {
	left: 0px; top: -20px; color: rgb(204, 204, 204); position: absolute;
}
#cboxCurrent {
	top: -20px; right: 0px; color: rgb(204, 204, 204); position: absolute;
}
#cboxSlideshow {
	top: -20px; right: 90px; color: rgb(255, 255, 255); position: absolute;
}
#cboxPrevious {
	background: url("/assets/shared/colorbox/controls.png?a74f8231760b80cd51dedb5c168f9be3d305d8930835add80566e788b6300892") no-repeat left top; left: 5px; top: 50%; width: 28px; height: 65px; text-indent: -9999px; margin-top: -32px; position: absolute;
}
.hover#cboxPrevious {
	background-position: left bottom;
}
#cboxNext {
	background: url("/assets/shared/colorbox/controls.png?a74f8231760b80cd51dedb5c168f9be3d305d8930835add80566e788b6300892") no-repeat right top; top: 50%; width: 28px; height: 65px; right: 5px; text-indent: -9999px; margin-top: -32px; position: absolute;
}
.hover#cboxNext {
	background-position: right bottom;
}
#cboxLoadingOverlay {
	background: rgb(247, 243, 232); border-radius: 5px; border: 5px solid rgb(227, 220, 202); border-image: none;
}
#cboxLoadingGraphic {
	background: url("/assets/ajax-loader.gif?b9f6dd5edd1222b6fddbc439d64797ef90c669043cb1996a6598f1966563656a") no-repeat center;
}
#cboxClose {
	background: url("/assets/widget/close.png?2f54f6dd5f34a70aa6feab1bdad25bf95f41844c9b5d52bbc294e466511253db") no-repeat top; border: currentColor; border-image: none; top: -14px; width: 34px; height: 34px; right: -14px; text-indent: -9999px; float: none; display: block; position: absolute;
}
.hover#cboxClose {
	background-position: bottom;
}
