
@charset "utf-8";

/* CSS Document */

.top-menu{
	width:640px;
	vertical-align:bottom;
	padding-bottom:5px;
	color:#1e1e1e;
	font-weight:bold;
	text-align: right;
}
.top-menu a{color:#1e1e1e; margin:0 5px;}
.top-menu a:hover{color:#0086ce;}
.search-bar{
	padding:13px 0 0 11px;
	vertical-align:top;
	width:247px;
	background-image: url(../iim_layout/btn_search-1.jpg);
	background-repeat: no-repeat;
}
.search-bar div{border:#c1c1c1 1px solid; width:200px; height:20px; margin-bottom:4px;}
.search-bar div input{height:18px; line-height:18px; border:0; width:170px; color:#555;}
.search-bar p{font-size:91.7%; font-weight:bold;}
.search-bar p a{color:#cb0000;}
.search-bar p a:hover{text-decoration:underline;}
#nav{width:692px;}

/* 表單驗證
------------------------------------------------------------------------------------ */
label.error, label.error{color:#f00;}
input.error{border:#f00 1px solid; color:#f00;}
select.error{border:#f00 1px solid; color:#f00;}
div.error{display:none;}
label.error{display:none;}