﻿#Har_Head,#Har_Menu,#Har_Body
{
	width:960px;
	margin:0 auto;
}
#Har_Head{
	height:200px;
	width:958px;
	border:1px solid #ccc;
}
#Har_Menu
{
	height:30px;
	line-height:30px;
}
#Har_Body_Left{
	width:116px;
	float:left;
	border-right:2px solid #f96;
	font-weight:bold;
	height:22px;
	line-height:22px;
	background:#eee;
	padding:0 0 0 8px;
}
/* 项目需求表格 */
#Req_Table
{
	background:#ccc;
	float:left;
	margin:0 11px;
}

#Req_Table td
{
	background:#fff;
	padding:2px;
}
#Req_Table td p
{
	padding:5px 0;
	margin:0;
}
#Req_Table .title
{
text-align:right;
width:140px;
}
#Req_Table .smalltitle
{
text-align:right;
width:60px;
}
#Req_Table .txt
{
	width:95%;
}
#Req_Table .multietxt
{
	overflow:auto;
	width:95%;
}
#Req_Table .w1
{
	width:140px;
}
#Har_Note{
	width:200px;
	float:left;
	border:1px solid #ccc;
	padding:5px;
	
}