.html {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.top {
	background-image: url(top.jpg);
	height: 71px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-color: #788EC7;
}
a:hover {
	text-decoration: underline;
}
.list {
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #7991C7;
	
}
.list .head .title {
	background-image: url(icon_title.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	float: left;
	padding-left: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.list .head {
	line-height: 25px;
	height: 25px;
	color: #E8FFFF;	
	
}
.list .head .state {
	float: right;
}
.list .head .userName {
	float: right;
	margin-right: 50px;
}
.state img,.state input {
	margin: 4px;
}
.list .content {
	line-height: 150%;
	text-align: left;
	text-indent: 25px;
	padding: 5px;
}
.list .review {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 150%;
	text-align: left;
	text-indent: 25px;
	padding: 5px;
	background-color: #F0F0F0;
	color: #FF6600;
	text-decoration: none;
}
#PageView .thispage {
	color: #FF0000;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
}
#PageView a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#PageView a:hover{
	background-color:#4D67A2;
	text-decoration:underline;
	color: #FFFFFF;
}
#PageView .nolink {
	color: #666666;
	text-decoration: none;
}
#PageView{
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copy {
	width: 100%;
	background-image: url(copy.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 20px;
}
.menu {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4D67A2;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9CBEF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #B9CBEF;
	line-height: 26px;
}
.result {
	font-size: 14px;
	line-height: 22px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	text-decoration: none;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	width: 300px;
	text-align: center;
	padding: 20px;
}
.p2{
    color:#333333;
	text-align:left;
	margin:0px;
	padding-left:10px;
	width:240px;
	height:20px;
	font-size:12px;
	line-height:20px;
	background:url("images/icon_arrow.gif"); background-position: 0px 1px;
	background-repeat:no-repeat;
	
}