@CHARSET "UTF-8";
html body {
	/*overflow-y: scroll;*/
	margin: 0;
	/*background:#F8FFE8;*/
}
a.but {
	background: url("../images/button.png") no-repeat scroll left top
		transparent;
	color: #333333;
	cursor: pointer;
	float: left;
	font-size:0.9rem;
	height: 28px;
	line-height: 28px;
	margin-right: 12px;
	padding-left: 15px;
	text-align: center;
	text-decoration: none;
}

a.but b {
	background: url("../images/button.png") no-repeat scroll right top
		transparent;
	float: left;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	padding-right: 15px;
}

a.but:hover {
	background: url("../images/button.png") no-repeat scroll left -28px
		transparent;
	text-decoration: none;
}

a.but:hover b {
	background: url("../images/button.png") no-repeat scroll right -28px
		transparent;
	text-decoration: none;
}

.btn2 {
	text-decoration: none;
	background: url('../images/btn2.gif') no-repeat;
	display: block;
	height: 25px;
	width: 67px;
	padding-left: 9px;
	padding-top: 4px;
	cursor: pointer;
}
/*只是变了高度;*/
.btn3 {
	text-decoration: none;
	background: url('../images/btn2.gif') no-repeat;
	display: block;
	height: 25px;
	width: 67px;
	padding-left: 9px;
	padding-top: 0px;
	cursor: pointer;
}

.blue-btn {
	background-color: #005EAC;
	border-color: #D8DFEA #0E1F5B #0E1F5B #D8DFEA;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	height: 25px;
	padding: 2px 15px;
	margin-top: 16px;
}

.gray-btn {
	background-color: #F0F0F0;
	border-color: #D8DFEA #0E1F5B #0E1F5B #D8DFEA;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	cursor: pointer;
	height: 25px;
	padding: 2px 15px;
	margin-top: 16px;
}
.s_show_item{border-bottom:1px solid #eee;}
.s_hide_item{display:none;cursor:pointer;}
.hasSend{
	color:#999 !important;
	cursor:default;
	border:1px solid #eee !important;
	padding:2px !important;
}

.add_friend_btn{
	display:inline-block;
	height: 26px;
    line-height: 26px;
    width:105px;
	/*background:url('/images/add.gif');*/
	background:url('/images/jiahao_ours.png');
	cursor:pointer;
}
.accept {
    background-color: #72B054;
    border-color: #FFFFFF #124680 #124680 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size:0.9rem;
    padding: 5px 15px;
    cursor:pointer;
}
.ignore {
    background-color: #F0F0F0;
    border-color: #FFFFFF #848484 #848484 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #333333 !important;
    display: inline-block;
    font-size:0.9rem;
    padding: 5px 15px;
    cursor:pointer;
}