/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	overflow: hidden;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 9999px;
	min-width: 1000px;
}

/* min-height & min-width iPad-fix*/
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
}

.lte7 #cboxLoadedContent {
	position: relative;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/*
	User Style:
	Change the following styles to modify the appearance of ColorBox. They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
}

#colorbox {
}

#cboxWrapper {
	background: #FFF;
}

#cboxContent {
	margin: -1px;
	border: 1px solid #ccc;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
}

#cboxLoadingOverlay {
	background: #FFF;
}

#cboxTitle {
	position: absolute;
	top: -22px;
	left: 0;
	color: #000;
}

#cboxCurrent {
	position: absolute;
	top: -22px;
	right: 205px;
	text-indent: -9999px;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 26px;
}

#cboxPrevious {
	background-position: 0px 0px;
	right: 44px;
}

#cboxPrevious.hover {
	background-position: 0px -25px;
}

#cboxNext {
	background-position: -25px 0px;
	right: 22px;
}

#cboxNext.hover {
	background-position: -25px -25px;
}

#cboxClose {
	background: url(/etc/designs/fourseasons/img/modules/HeaderGlobal/buttons/btn-spr-sign-in-close.png) no-repeat center top;
	height: 14px;
	width: 14px;
	right: 20px;
	border-style:none;
}

.rtl #cboxClose {

}

#cboxClose.hover {
	background-position: center bottom;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
	background-position: -75px -25px;
	right: 44px;
}

.cboxSlideshow_on #cboxSlideshow.hover {
	background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
	background-position: -100px 0px;
	right: 44px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
	background-position: -75px -25px;
}

/* ----- MODAL CONTENT STYLES ----- */

.modal {
	width: 535px;
	padding: 0px 45px 30px;
	overflow: hidden;
}

#colorbox .modal h2 {
	background-color: #f5f5f5;
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 1;
	padding: 25px 0px;
	margin: 0px -45px 30px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;

}

#colorbox .modal h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

/*
#colorbox .modal form {
	margin-bottom: 30px;
}
*/

#colorbox .modal fieldset {
	margin-bottom: 30px;
	position: relative;
}

#colorbox .modal legend {
	display: none;
}

#colorbox .modal li {
	margin: 0px;
	padding-top: 30px;
	float: none;
	width: auto;
	clear: both;
}

#colorbox .modal label {
	left: 0px;
	position: relative;
}

#colorbox .modal label .input-error {
	color: #FF3333;
	font-size: 11px;
	text-align: right;
}

#colorbox .modal .input-wrap label {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-transform: capitalize;
	float: none;
}

#colorbox .modal input,
#colorbox .modal textarea {
	border: 2px solid #E5E5E5;
}

#colorbox .modal input,
#colorbox .modal textarea {
	resize: none;
	width: 513px;
}

#colorbox .modal input[type=submit],
#colorbox .modal input.submit,
#colorbox .modal input[type=checkbox],
#colorbox .modal input.checkbox {
	width: auto;
}

#colorbox .modal textarea {
	height: 96px;
	padding: 9px;
}

#colorbox .modal p {
	margin-right: 30px;
	line-height: 1.5;
}

#colorbox .modal .bold {
	font-weight: bold;
	margin-right: 10px;
}

#colorbox .modal .small {
	font-size: 11px;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
	width: 5px;
	height: 5px;
}

#cboxTopCenter,
#cboxBottomCenter {
	height: 5px;
}

#cboxMiddleLeft,
#cboxMiddleRight {
	width: 5px;
}
