@CHARSET "BIG5";
html,body {
	text-align:center;
	margin:0;
	padding:0;
	background:#FFF url("../images/bg.gif") repeat-y center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 85.00%;
	color: #444;
}

a:link,a:visited{
	color:#444;
	text-decoration:none;
	}

a:hover,a:active{
	color:#0DBFD1;
	font-weight:bold;
	}

#wrap {
	width:980px;
	min-height:300px;
	margin:0 auto;
	text-align:left;
}

/*menu選單*/
#menu {
	width:250px;
	margin-left:20px;
	margin-top:0px;
	float:left;
	text-align:left;
	display:block;
}

#menu ul {
	margin-left:0px;
	padding:0;
	list-style:none;
	display:inline;
}

#menu ul li {
	margin-left:0px;
	margin-left:0px;
	/*padding:0;*/
	background:url("../images/menu_center.png") no-repeat right;
	text-align:left;
	line-height:46px;
	text-indent:50px;
}
.menu_top{
	height:177px;
	background:url("../images/menu_top.jpg") no-repeat right;
	}
.menu_bottom{
	height:51px;
	background:url("../images/menu_bottom.png") no-repeat right;
	}
.menu_center{
	margin-top:0px;
	}
	
/*右方內容*/
#content {
	border:1px solid #EAEAEA;
	padding-left:40px;
	margin-left:270px;
	/*firefox*/
	width:650px;
	/*IE7*/
	*width:630px;
	/*IE6*/
	_width:610px;
	margin-right:20px;
	padding-top:20px;
	
}

#result_area {
	text-align:left;
}

#result_title {
	border:1px dashed gray;
	color:red;
	margin-top:10px;
	margin-bottom:20px;
}

.errors, .errors li {
	color:red;
	display:inline;
	margin:0;
	margin-right:5px;
	padding:0;
}

label {
	font-weight:bolder;
	color:#444;
}

fieldset {
	margin-bottom:5px;
}

dt {
	background:#F4F4F4 url("../images/arrow2.gif") no-repeat 5px ;
	line-height:2em;
	margin:7px 20px 7px 0px;
	text-indent:20px;
}

input,select {
	background:#FFF;
	color:#444;
	font-weight:bolder;
	margin-right:10px;
	/*border:1px solid #CCC;*/
	padding:3px 0;
}
input:focus{
	border:1px solid #8E772E;
	}
.item {
	margin-bottom:7px;
}

#edit {
	text-align:left;
	margin-left:30px;
	background:white;
}
/*新增需求單*/
h3 {
	color:#306;
	margin-top:20px;
	margin-bottom:20px;
	background:  url("../images/new.gif") no-repeat 0px;
	line-height:3em;
	text-indent:75px;
	color:#661907;
	font-size:1.7em;
}
/*需求單維護*/
h1 {
	color:#306;
	margin-top:20px;
	margin-bottom:20px;
	background:  url("../images/search.gif") no-repeat 0px;
	line-height:3em;
	text-indent:75px;
	color:#661907;
	font-size:1.7em;
}
/*系統名稱*/
.banner{
	font-size:1.8em;
	color:#efefef;
	background:#336699;
	line-height:3em;
	text-indent:20px;
	border-bottom:solid 5px #CCC;
	font-weight:bold;
	}
.func {
	margin-left:300px;
}
.syshead {
	font-size: 24px;
	font-weight: bold;
	color: #990099;
	}

/*登入畫面*/
.page{
	width:447px;
	height:370px;
	margin:0 auto;
	text-align:left;
	background:#FFF url(../images/login_bg.jpg) no-repeat top;
	margin-top:100px;
	}
#login_form{
	width:320px;
	padding-top:140px;
  margin:0 auto;
	}
