﻿
#verifyAgentLicenses_PopUp .button, #passwordExpireNotify_PopUp .button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 20px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

	#verifyAgentLicenses_PopUp .button.orange, #passwordExpireNotify_PopUp .button.orange {
		border: none;
		color: white;
		background: #fb8c0e; /* Old browsers */
		background: -moz-linear-gradient(top, #fb8c0e 0%, #e96b00 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb8c0e), color-stop(100%,#e96b00)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fb8c0e 0%,#e96b00 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fb8c0e 0%,#e96b00 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fb8c0e 0%,#e96b00 100%); /* IE10+ */
		background: linear-gradient(to bottom, #fb8c0e 0%,#e96b00 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8c0e', endColorstr='#e96b00',GradientType=0 ); /* IE6-9 */
	}

#verifyAgentLicenses_PopUp .content, #passwordExpireNotify_PopUp .content {
	background: #fff;
	width: 650px;
	height: auto;
	line-height: 150%;
	position: fixed;
	top: 35%;
	left: 50%;
	margin-top: -150px;
	margin-left: -325px;
	padding: 15px;
	text-align: center;
	text-shadow: none;
	font-size: 12px;
	color: #333;
	overflow: visible;
	opacity: 1;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	z-index: 3333;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

	#verifyAgentLicenses_PopUp .content h1 {
	}

	#verifyAgentLicenses_PopUp .content p {
	}

	#verifyAgentLicenses_PopUp .content a, #passwordExpireNotify_PopUp .content a {
		text-decoration: none;
		color: #2060c0;
	}

		#verifyAgentLicenses_PopUp .content a:hover {
		}

	#verifyAgentLicenses_PopUp .content ul {
		max-height: 500px;
		overflow-y: scroll;
		list-style: disc;
		padding-left: 40px;
	}

		#verifyAgentLicenses_PopUp .content ul li {
			text-align: left;
		}

#verifyAgentLicenses_PopUp .overlay, #passwordExpireNotify_PopUp .overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2222;
	background-image: url("/quotit/apps/ipro/images/fancybox_overlay.png");
}

#verifyAgentLicenses_PopUp .alertclose, #passwordExpireNotify_PopUp .alertclose {
	top: -18px;
	width: 36px;
	height: 36px;
	right: -18px;
	position: absolute;
	z-index: 4444;
	cursor: pointer;
	background-image: url("/quotit/apps/ipro/images/fancybox_sprite.png");
}
