<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 212 2009-09-03 05:33:44Z emartin24 $
 *
 */

body {
	height:100%;
	margin:0;
}
h3 {
	color:#5f87ae;
	font-size:1.6em;
	padding:0;
	margin:0;
}

/* Overlay */
#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}
/* Container */
#simplemodal-container {
	height:600px;
	width:1000px;
	color:#bbb;
	background-color:#FF0;
	/*border:4px solid #F00;*/
	padding:12px;
}
#simplemodal-container code {
	background:#141414;
	border-left:3px solid #65B43D;
	color:#bbb;
	display:block;
	margin-bottom:12px;
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}
#simplemodal-container #basic-modal-content {
	padding:8px;
	padding-left:40px;
}
.basic li img {
	border:2px solid #FF0;
} 
.basic li span {
	font-family:"宋体";
	font-size:11px;
	color:#FF0;
	display:block;
    text-align:center;
} 
#basic-modal-content {
	display:none;
	background-image:url(../images/tsingpk1000.jpg);
}

#basic-modal-content td img{
	width:100px;
	height:130px;
	border:2px solid #FF0;
	float:right;
	margin-right:20px;
}
#basic-modal-content td span{
	float:left;
	width:110;
	font-size:12px;
	color:#FF0;
}
.lc_jq_kong {
	width:765px;
	height:130px;
	float:left;
}</pre></body></html>