﻿.framelayer
{
	position: absolute;
	width: 220px;
	height: 250px;
	z-index: 999;
	background-color: #fff;
	border: 1px solid #dadada;
	text-align: center;
}

.frameTitle
{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
	font-size: 20px;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
.frameCode
{
	width: 180px;
}