/* CSS Document >> 費用試算
引用頁面(3)
tools/excjp_new.php
tools/excus_new.php
tools/excsh_new.php
 */

*	{		margin: 0; padding: 0;		}

body	{		font-size: 16px; margin: 0;		}

img		{		border: none;		}

td.bookbg	{										/* 試算表背景圖 */
	background-color: EFEFEF;
	background-image: url(../images/index3_ca04.jpg); 
	background-position: 50px 0%; 
	background-repeat: no-repeat;
}	

table#input	{
	font-size: 0.8em;
	color: #444;
}

#input	input, select{		/*		輸入表單		*/
	size: 20px;
	border: 0;
	font-family: Tahoma, 新細明體;
}	

#input .tdr	{	
	text-align: right;
	height: 22px;
}	

a:link		{		color: #0066CC; text-decoration: none; 	}
a:visited	{		color: #06C; text-decoration: none;	}
a:hover	{	color: #0033CC;  text-decoration: underline;	}

td#output	{				/*	計算結果	*/
	color: #444;
	width: 290px;
	font-size: 0.8em;
	vertical-align: top;
	padding-left: 12px;
	line-height: 22px;
}

p	{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	line-height: 1.8;
}	

.submit		{
	/* 試算 & 重置 樣式 */
	margin-top: 5px;
	padding: 2px 4px;
	font-size: 12px;
	background-color: #777;
	color: #EEE;
	border: 3px solid #333;
	
}

#delivery	{
	visibility: hidden;
	width: 341px;
	height: 130px;
	position: absolute;
	z-index: 20;
	border: 1px solid #000;
	background-color: #fff;
	left: 278px;
	top: 170px;
	}
	
#delivery td	{
	font-size: 12px;
	height: 1.2em;
	}

