m-frame.css 607 Bytes
.open-frame {
	width: 500px;
	padding: 20px 0;
	display: none;
}
.open-frame td {
	padding: 10px 0;
}
.open-frame .align-right {
	width: 25%;
	padding-top: 17px;
	vertical-align: top;
}
.open-frame .t-unit,
.open-frame .t-check {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.open-frame .t-check input {
	margin-top: -3px;
}
.open-frame h2 {
	font-family: 'Microsoft YaHei';
	font-weight: 100;
	margin-bottom: 20px;
}
.open-frame .op-foot {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	margin: 0 20px;
}
.open-frame h2,
.open-frame .op-foot {
	text-align: center;
}