.license{ 
	padding: 15px 20px; 
	border: 2px solid #E7EDF5; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFF;
	font-size: 16px;
	width: 600px;
}

.licensed{ cursor: pointer; }
.licensed:hover{ border-color: #3497DB; }
.license .b-anchor,
.license .o-anchor{ text-decoration: underline; }
.license .b-anchor{ color: #3497DB; }
.license .o-anchor{ color: #EE8C0C; }
.license strong { color: #58585C; }
.license em { color: #3497DB; font-style: normal; font-weight: 700;}
.license-cert{
	display: none;
	width: 621px;
	height: 431px;
	background: #FFFEF9 url(../image/bg_cert.jpg) no-repeat center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -340px;
	z-index: 100;
}
.license-cert table{ position: absolute; top: 170px; left: 85px; width: 400px;}
.license-cert table th{ color: #C18657; font-weight: 400; width: 90px; height: 28px; }
.license-cert table td{ height: 28px; color: #58585C; word-break: break-all;}
.license-cert table td a{ color: #3497DB; }
.license-cert table td a:hover{ text-decoration: underline; }
.license-cert-close{
	position: absolute;
	width: 32px;
	height: 32px;
	top: -15px;
	right: -15px;
	background: url(../image/cert_close.png) no-repeat;
}
.license-cert-close:hover{ background-position: -32px 0; }