
.blk {
	font-size: 12px;
	width: 250px;
	border: 1px solid #82868d;
	background-color: #f8f9f9;
	background-image: url(../IMAGE/window_title_bg.gif);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: left;
}
.blk b {
	font-size: 14px;
	line-height: 28px;
	color: #ff5f00;
	padding-left: 10px;
	float: left;
}
img, form {
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:middle;
}
.blk .closeBtn {
	line-height: 28px;
	float: right;
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}
.blk p {
	font-size: 12px;
	line-height: 25px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.blk #p1 {
	line-height: 22px;
	color: #ff5f00;
}
.blk #p2 {
	line-height: 35px;
	text-align: center;
	padding-top: 2px;
}
.blk textarea {
	float: left;
	height: 100px;
	width: 240px;
	font-size: 12px;
}
iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}