﻿
/*新開視窗標題設定-----------------------------------------------------------------------*/

#wintitle
{
	background-image: url(images/window/wintitle_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

#wintitle h1
{
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 2px;
	padding-left: 85px;
	padding-top:10px;
}

.win_title_set
{
	background-image: url(images/window/wintitle_set.jpg);
    background-position:left top;
	background-repeat: no-repeat;
	height: 50px;
}

.win_title_edit
{
	background-image: url(images/window/wintitle_edit.jpg);
    background-position:left top;
	background-repeat: no-repeat;
	height: 50px;
}


/*聲明樣式-------------------------------------------------------------------------*/

.policy
{
	margin: 0px auto 10px;
	padding: 0px 10px 0px 10px;
	width: 85%;
	font-size: 13px;
	color: #330099;
	text-align: right;
	border-bottom: #EAEAEA 3px solid;
}


/*表單區塊設定-----------------------------------------------------------------------*/

.textbar
{
	background: #fff;
	border-color: #CCCCCC;
	color: #232323;
	border-width: 1px;
}

.line
{
	border-width: 1px;
	border-color: #AAACAD;
	border-style: none none dotted none;
	padding-bottom: 10px;
}


/*特殊邊界設定樣式-----------------------------------------------------------------*/

.nomargin
{
	margin: 0px;
}

.text
{
	line-height: 2.3em;
}

.floatR
{
	float: right;
}



/* 虛線表格風格定義  --------------------------------------------------------------*/

.TableClass01 {
	padding: 4px;
}

.TableClass01 th {
	background-color: Transparent;
	font-size: 18px;
	border: 1px solid #ffffff;
}

.TableClass01 td {
	line-height: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

/*圖片排列-------------------------------------------------------------------------------------*/

.imgbox
{
	float: left;
	margin: 0px 15px;
	width: 120px;
	text-align: center;
}

.topline
{
	border-top: gainsboro 1px dotted;
}


.photo
{
	margin: 5px;
	padding: 5px;
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
}

