


/* 自定 */

.boxy {
	background-color: #ffffff;
	border: 1px solid #edb3b3;
	padding: 1px;
}

/* webpart windows */

.boxy h1 {
	background: #fbebeb url(/include/images/webpart/webpart_title.png) top left repeat-x;
	line-height: 32px;
}

.boxy h1 span {
	border-left: 3px solid #cb0003;
	padding-left: 6px;
	color: #444444;
	font-size: 15px;
	margin-left: 10px;
}

.boxy h1 em {
	color: #cc0000;
	font-size: 12px;
	font-style: normal;
}

/* pop up windows */

.boxy h2 {
	background: #fbebeb url(/include/images/webpart/webpart_title.png) top left repeat-x;
	line-height: 32px;
}

.boxy h2 span {
	color: #444444;
	font-size: 15px;
	margin-left: 10px;
	font-weight: bold;
}

.boxy h2 em {
	color: #cc0000;
	font-size: 12px;
	font-style: normal;
}

/* 設定書籤分類 */

.bookmark {
	width: 299px;
	height: 107px;
}

.bookmark dl {
	padding-top: 6px;
}

.bookmark dd {
	float: left;
	width: 149px;
	padding: 4px 0;
}

.bookmark dd .inptxt {
	width: 120px;
	height: 18px;
	color: #666666;
	margin-left: 5px;
}

.inpsin {
	width: 420px;
}

.inpsin div {
	position: relative;
}

.inpsin ul {
	padding-left: 7px;
}

.inpsin input {
	width: 345px;
}

.inpsin a.btn {
	background: #DAD09F url(/include/images/bgFormBtn.gif) top left repeat-x;
	height: 16px;
	padding: 2px 4px;
	border: 1px solid #8E8E8E;
	color: #333333;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.2em;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.inpsin .sure {
	position: absolute;
	top: 46px;
	right: 50px;
}

.inpsin .cancel {
	position: absolute;
	top: 46px;
	right: 7px;
}



