@import url("element/components.css");
@import url("element/div_index.css");
@import url("element/font.css");
@import url("element/img.css");
@import url("element/selector.css");
@import url("element/form.css");
@import url("element/table.css");



/*	
	財團法人海峽交流基金會2007 - All Rights Reserved.
	
	Web Designed By 郭光耀 Brad Kuo 2007-12-3
	CSS-P Style writed by 郭光耀 Brad Kuo
	【E-mail:】brad@kyart.com.tw / brad.kuo@msa.hinet.net
			
		
	
/* 頁面設定 */

body {
	SCROLLBAR-FACE-COLOR: #ececec;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #fefefe;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Trebuchet MS',Arial, Verdana;	
	font-size:12px;
	color: #333333;
	line-height: 20px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}

/*colorSet*/

.colorSet{
}

.colorSet li{ display:inline;}
.custom .colorSet ul{
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	padding:0 2px;
	margin:0px 0 0 0px;
	
	
}
.colorSet li img{
	border:1px solid #999999;
}
/*980910新增*/
.colorSet form {
	width: 300px;
	margin: 0px;
	padding: 0px;
	background: #f1efec;
	border: 1px solid #cccccc;
	position: absolute;
	right: 0px;
	*top: 105px;
	z-index: 99;
}

.colorSet table {
	margin-right: 5px;
	margin-left: 3px;
	width: 290px;
	font-size: 100%;
}
.colorSet table caption {
	border-bottom: 1px dashed #b6cbd0;
	padding-bottom: 0px;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;

}

.colorSet table th {
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
}
.colorSet table td {
	text-align: left;
}
.colorSet table td select {
	font-size: 100%;
}
.colorSet .btn {
	font-size: 100%;
	background: url(../images/btn_bg.gif) repeat-x left top;
	border: 1px solid #999999;
	padding-top: 1px;
	*padding-top: 2px;
}


