.ytoverlay {
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top:0;
}

.ytbox {
	font-family: Arial, sans-serif;
	background: #fff;
	-webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
	border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */

	/* useful if you don't want a bg color from leaking outside the border: */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	left: 50%;
	padding: 10px;
	padding-bottom: 15px !important;
	position: fixed;
	top: 50%;
	-moz-box-shadow: 0 0 20px #666;
	-webkit-box-shadow: 0 0 20px #666;
	box-shadow: 0 0 20px #666;
	zoom: 1;
	z-index: 10;
}

.ytbox a {
	color: #E05D35;
	text-decoration: none;
}

.ytbox-close {
	color: #999;
	float: right;
	font-size: 14px;
	margin: 2px 0 -10px;
}
.ytbox-close:hover {
	color: #333;
	text-decoration: none;
}

.ytbox-content {
	position: relative;
	z-index: 2;
}

.ytfooter {
	padding: 10px 0 0;
	position: relative;
}

.ytloading {
	background: url('../../crm/managekit/static/images/backbone/ajax-loader.gif') no-repeat center top;
	display: block;
	left: 50%;
	margin: 0 0 0 -31px;
	padding: 35px 0 0;
	position: absolute;
	text-align: center;
	top: -225px;
}