.search-page{
	/* The main container div */
	width:620px;
	margin:70px auto 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.search-form{
	/* The search form. */
	background-color:#4C5A65;
	padding:50px 50px 30px;
	margin:80px 0;
	position:relative;

	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

.search-field{
	border:none;
}


.search-text{
	border:none;
	color:#888888;
	background:url("../img/searchBox.png") no-repeat;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:36px;
	line-height:36px;
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	text-shadow:1px 1px 0 white;
	width:385px;
}


.search-button{
	background:url('../img/buttons.png') no-repeat;
	width:83px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}

.search-button:hover{
	background-position:left bottom;
}

.search-container{
	float:left;
	margin-top:12px;
	width:330px;
}

.search-label{
	color:#DDDDDD;
	cursor:pointer;
	font-size:11px;
	position:relative;
	right:-2px;
	top:-2px;
	margin-right:10px;
	white-space:nowrap;
	/*float:left;*/
}
/* radio小手*/
input[type=radio]{
	cursor:pointer;
}


.border-list{
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
}


ul.feedlist_mod{
padding-top:0;
}
ul.feedlist_mod li{
padding:6px 24px 18px;
background:#fff;
border-bottom:1px solid #f4f4f4;
position:relative;
-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.04);
box-shadow:0 1px 2px 0 rgba(0,0,0,0.04);
}
ul.feedlist_mod li:hover{background:#E5F1FB}

.list_userbar{
    height: 20px;
    line-height: 30px;
}

.floatR {
    float: right;
}
.text {
    font-size: 13px;
    color: #000000;
}

.summary{
	color: #8a8a8a;
}
.title{
	padding:6px 0px;
}

.title a{
	font-size:18px;
	color:#000000;
}
.title a:hover{
	font-size:18px;
	color:#0000EE;
}









	
