﻿html, body, h1, ul, li {
	margin:0;
	padding:0;
}
body {font: 13px/normal Arial, Helvetica, sans-serif; color:#333;}
.pop-container {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 380px;
	margin-left: -190px;
	margin-top: -130px;
	background: #fff;
	border: 1px solid #d0dce8;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,.15);
}

.pop-header {
	background: #1691ca;
	color: #fff;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
}

.pop-content {
	padding: 20px 24px 16px;
	text-align: left;
}

.pop-content p {
	margin: 0 0 14px;
	color: #555;
	font-size: 13px;
}

.pop-content input[type="text"],
.pop-content input[type="password"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 8px 10px;
	margin-bottom: 10px;
	border: 1px solid #c5d3de;
	border-radius: 4px;
	background: #fafcfe;
	outline: none;
	transition: border-color .15s ease-in;
}

.pop-content input[type="text"]:focus,
.pop-content input[type="password"]:focus {
	border-color: #1691ca;
	background: #fff;
}

.pop-content input[type="text"]::-webkit-input-placeholder,
.pop-content input[type="password"]::-webkit-input-placeholder { color: #aab4be; }
.pop-content input[type="text"]::placeholder,
.pop-content input[type="password"]::placeholder { color: #aab4be; }

.pop-content .alert {
	display: none;
	color: #c0392b;
	font-size: 12px;
	margin-top: 2px;
}

.pop-footer {
	padding: 10px 24px 16px;
	text-align: right;
}

.pop-footer .btn {
	color: #fff;
	min-width: 80px;
	display: inline-block;
	padding: 7px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #1691ca;
	transition: background .15s ease-in;
}

.pop-footer .btn:hover {
	background: #1278ac;
}

/* revoked/expired message */
.exception-message {position:fixed; top:10px; right:10px; bottom:10px; left:10px; background: #e3eff9 url(../images/bg-404p.gif?version=20260604.1273) repeat; min-height:200px; border-radius:5px; }
.exception-message h1 {position:absolute; left:20px; top:14px; width:109px; height:40px; background: url(../images/companyLogo.gif?version=20260604.1273) no-repeat; overflow:hidden; text-indent:-999px; display:block;}
.exception-message #divError {position:absolute; top:45%; left:50%; margin-left:-250px; width:500px; text-align:center; background:#fff; border-radius:5px; padding:10px;}