@CHARSET "UTF-8";

.pc-container{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 700px;
}
.pc-container a:link, .pc-container a:visited, .pc-container a:hover{
	text-decoration: none;
}
.pc-container a:hover{
	text-decoration: none;
}
.pc-info-text{
	color: #000000;
	line-height: 20px;
	margin-top: 16px;
	margin-bottom: 14px;
}

/* tiny dialog */
#tinybox {
	position: absolute;
	display: none;
	padding: 10px;
	background: #fff;
	border: 10px solid #e3e3e3;
	z-index: 2000;
	font: 12px normal Arial, sans-serif;
}

#tinymask {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1500
}

#tinycontent {
	background: #fff
}