@charset "utf-8";
body {
	margin-top: 0px;
	margin-left: 2px;
	font-size: 12px;
	line-height: 130%;
	text-align : center;
	margin-top: 10px;
}
.input_text {
	border: 1px solid #D4D0C8;
	width: 200px;
}
.input_text_short {
	border: 1px solid #D4D0C8;
	width: 40px;
}
.input_text_langth {
	border: 1px solid #D4D0C8;
	width: 500px;
}
.input_text_date {
	border: 1px solid #D4D0C8;
	width: 80px;
}
.input_button {
	border: 1px solid #666;
	width: 50px;
}
select {
	border-right: #000000 1px solid;
	border-top: #ffffff 1px solid;
	font-size: 12px;
	border-left: #ffffff 1px solid;
	color: #003366;
	border-bottom: #000000 1px solid;
	background-color: #f4f4f4;
}
FORM {
	margin: 0px;
	padding: 0px;
}
TABLE {
	font-size: 12px;
}
.table_border {
	border: #42A3D6 1px solid;
	width: 100%;
	BACKGROUND: #F7F8F5;
}
.table_title {
	background: url(../images/table_title_bg.gif);
	height: 24px;
}
.table_title_lang {
	background-color: #008ED6;
	height: 24px;
}
.table_td {
	BACKGROUND: #eeeeee;
	height: 10px;
}
table_td_1 {
	height: 10px;
}
.table_container {
	width: 98%;
	background-color: #FFF;
}
.lang_tab_valid {
	margin-right: 10px;
	float: left;
	width: 62px;
	height: 23px;
	cursor: hand;
	background: url(../images/lang_tab_1.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	cursor: pointer;
}
.lang_tab_invalid {
	margin-right: 10px;
	float: left;
	width: 62px;
	height: 23px;
	cursor: hand;
	background: url(../images/lang_tab_2.gif);
	color: #D4D4D4;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	cursor: pointer;
}
.operation {
	width: 100%;
	padding: 2px;
	background: #c7f2f4;
	height: 40px;
}
a.ovalbutton {
	background: transparent url('../images/oval-green-left.gif') no-repeat top left;
	cursor: pointer;
	float: left;
	font: 12px;
	line-height: 15px;
	height: 23px;
	padding-left: 11px;
	text-decoration: none;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949;
}
a.ovalbutton span {
	background: transparent url('../images/oval-green-right.gif') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 0;
}
a.ovalbutton:hover {
	background-position: bottom left;
}
a.ovalbutton:hover span {
	background-position: bottom right;
	color: black;
}
/*新增電子聯絡簿*/

/*新增*/
.electronic_contact{
	border: #42A3D6 1px solid;
	margin: 20px auto 0;
	width:98%;
	border-bottom:none;
	
}
.electronic_contact td{
	border-bottom: #42A3D6 1px solid;}
.electronic_contact label{
	margin:10px 0;}

/*添加*/
.inquiry{
	width:98%;
	padding: 5px;
	margin:0 auto;
    background: #008ad3;
    color: #fff;
	}

.check_contac_tbook{
	clear:both;
	display:inline-block;
	padding:2px 0 2px 25px;
	margin:15px 0;
	background: url(../images/check_contac_tbook.png) no-repeat left top; }

.contact_book_form{
	width:98%;
	background:#ededed;
	margin:0 auto;
	padding: 20px 5px;
	}

.contact_book_form .book_form{
	margin:0 auto;
	width:50%;
	border:1px solid #ccc;
	border-left:none;
	background:#fff;}

.contact_book_form .book_form td{
	padding:2px;
	border-left:1px solid #ccc;
	border-bottom:none;
	border-top:none;
	border-right: none;
	}

/*選取取消列*/	
.book_select{
	width:98%;
	margin:12px;}
.book_select span{
	color:#385065;}	
	
.book_select span:hover{
	color:#eb6100;}		
	
.book_select .select_all{
	background: url(../images/select_all.png) no-repeat left top;
	padding:0 0 0 16px;}
.book_select .cancel{
	background: url(../images/cancel.png) no-repeat left top;
	padding:0 0 0 16px;}	
.input_text_100px{width:90%;}	