@charset "utf-8";

.input01{
	background-color:#a2d0ef;
	border-bottom:1px solid #41a0de;
	border-right:1px solid #41a0de;
	border-top:1px solid #8ec7eb;
	border-left:1px solid #8ec7eb;
	padding:2px 10px;
	color:#092950;
	font-weight:bold;
	font-size:13px;
	font-family:"微軟正黑體", Arial, sans-serif;
	margin:10px 20px;
}

.input01:hover{
	background-color:#ffbef2;
	border-top:2px solid #e494d4;
	border-left:2px solid #e494d4;
	border-bottom:2px solid #ffe5fa;
	border-right:2px solid #ffe5fa;
	padding:1px 9px;
	color:#440d39;
	font-weight:bold;
}

.input02{
	padding:0 5px;
	background-color:#f3f3f3;
	border:none;
	color:#656565;
	margin:3px 0;
	height:18px;
	line-height:16px;
	width:auto;
	vertical-align:middle;
	border-top:1px #8a8a8a solid;
	border-right:1px #8a8a8a solid;
}


.input03{
	background-color:#8a8a8a;
	border:#666666 solid;
	padding:0px 0px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	font-family:"微軟正黑體", Arial, sans-serif;
	margin:0px 5px;
	height:auto;
}

.input03:hover{
	background-color:#C00;
	border:1px solid #600;
	padding:2px 10px;
	color:#fff;
	font-weight:bold;
}

.input04{
	background-color:#e5e5e5;
	border:none;
}

.input05{
	background:#EBBA87;
	border-top:1px solid #A05200;
	border-left:1px solid #A05200;
	border-bottom:1px solid #A05200;
	border-right:1px solid #A05200;
	line-height:20px;
	padding:3px 10px;
	font-size:13px;
	font-weight:bold;
	font-family:"微軟正黑體", Arial, sans-serif;
	color:#00000;
	margin:0 10px;
	cursor:pointer;
}

.input05:hover{
	background:#deb941 url(../images/bt_bg2.gif) left top no-repeat;
	border-top:1px solid #deb941;
	border-left:1px solid #deb941;
	border-bottom:1px solid #efdea6;
	border-right:1px solid #deb941;
	color:#C00;
	cursor:pointer;
}

.deletebt{
	background:url(../images/16-square-blue-delete.gif) no-repeat center;
	height:16px;
	width:16px;
	cursor:pointer;
}
.deletebt:hover{
	background:url(../images/16-square-red-delete.gif) no-repeat center;
	height:16px;
	width:16px;
	cursor:pointer;
}

.btn01{
	background-color:#a2d0ef;
	border-bottom:1px solid #41a0de;
	border-right:1px solid #41a0de;
	border-top:1px solid #8ec7eb;
	border-left:1px solid #8ec7eb;
	padding:2px 10px;
	color:#092950;
	font-weight:bold;
	font-size:12px;
	font-family:"微軟正黑體", Arial, sans-serif;
	cursor:pointer;
}
.btn01:hover{
	background-color:#ffbef2;
	border-top:2px solid #e494d4;
	border-left:2px solid #e494d4;
	border-bottom:2px solid #ffe5fa;
	border-right:2px solid #ffe5fa;
	padding:1px 8px;
	color:#440d39;
	font-weight:bold;
	cursor:pointer;
}

.btn02{
	border:1px solid #bfbfbf;
	background: url(../images/tbbg02.gif) left top repeat-x #bfbfbf;
	padding:3px;
	cursor:pointer;
}
.btn02:hover{
	background: url(../images/tbbg03.gif) left top repeat-x #00b1ff;
	border:#00b1ff 1px solid;
	padding:3px;
	cursor:pointer;
}

.btn03
{
    width:150px;
    height:52px;
	border:0px solid #bfbfbf;
	background: url(../images/btnp02.jpg) left top repeat-x;
	padding:3px;
	cursor:pointer;
}
.btn03:hover
{
    width:150px;
    height:52px;
	background: url(../images/btnp01.jpg) left top repeat-x;
	border:#00b1ff 0px solid;
	padding:3px;
	cursor:pointer;
}


/*下載按鈕*/
#doen{
	width:32px;
	height:32px;
	background: url(../images/download.gif) no-repeat top;
	cursor:pointer;
}
#doen:hover{
	background: url(../images/download2.gif) no-repeat top;
	cursor:hand;
	cursor:pointer;
}

/*看不見但是依然存在的按鈕*/
.hideBtn{visibility:hidden;}

/*看不見但是依然存在的按鈕*/
.btnpage{
	background-color:#E3E3E3;
	border-bottom:1px solid #A4A4A4;
	border-right:1px solid #A4A4A4;
	border-top:0px solid #E3E3E3;
	border-left:1px solid #A4A4A4;
	color:#A4A4A4;
	font-weight:bold;
	font-size:16px;
	font-family:"微軟正黑體", Arial, sans-serif;
	text-align:center;
}

.btnpage a {
	color:#A4A4A4;
	text-decoration:none;
	margin:2px;
	padding:0 6px;
	text-align:center;
}
.btnpage a:hover {
	color:#A4A4A4;
	border-bottom:solid 1px #E3E3E3;
	text-align:center;
}
.btnpage a:active {
	color:#A4A4A4;
	border-bottom:solid 1px #E3E3E3;
	text-align:center;
}

/*看不見但是依然存在的按鈕*/
.btnpage01{	
	border-bottom:0px solid #e0e0e0;
	border-right:0px solid #e0e0e0;
	border-top:0px solid #e0e0e0;
	border-left:0px solid #e0e0e0;
	color:#800040;
	font-weight:bold;
	font-size:16px;
	font-family:"微軟正黑體", Arial, sans-serif;
	text-align:center;
	display:none;
}

.btnpage01 a {
	color:#800040;
	text-decoration:none;
	margin:2px;
	padding:0 6px;
	text-align:center;
}
.btnpage01 a:hover {
	color:#800040;
	border-bottom:solid 1px #e0e0e0;
	text-align:center;
}
.btnpage01 a:active {
	color:#800040;
	border-bottom:solid 1px #e0e0e0;
	text-align:center;
}