body{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
tr td {
	font-family: "宋体";
	font-size: 12px;
}

a.wish_link:link,a.wish_link:visited,a.wish_link:active{color:#333333; text-decoration:none;}
a.wish_link:hover{color:#FE5638; text-decoration:underline;}

/* 愿望计数用 */
span.wish_pink_b {
	font-size: 16px;
	font-weight: bold;
	color: #D8009A;
}
/* 愿望搜索用 */
#search_wish {
	border: 1px solid #FFFFFF;
	background-color: #C9E1ED;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: text-bottom;
}

/* 纸条相关控制 */
p.wish_date{
	color: #999999;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
	img{float:right;cursor:pointer;margin:0px 0px 0 1px;
}
p.wish_close{
    margin-right:2px;
}
p.wish_main{
	padding-top: 5px;
	padding-right: 10px;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.wish_img {
	text-align: left;
	padding-right: 20px;
	color: #666666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
.wish_author {
	text-align: right;
	padding-right: 20px;
	color: #666666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.WishContent{
	padding-left: 20px;
	padding-top: 5px;
	width: 170px;
	margin: 0px;
	height: 150px;
}
.WishContent2{
	padding-left: 20px;
	padding-top: 5px;
	width: 170px;
	margin: 0px;
	height: 170px;
}
/*
wishpaper0 wishpaper_pu
wishpaper1 wishpaper_ye
wishpaper2 wishpaper_red
wishpaper3 wishpaper_blue
wishpaper4 wishpaper_green
 */
.wishpaper4 {
	background-image: url(images/p5.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 220px;
	background-position: 40px 0px;
}
.wishboat4{
	background-image: url(images/boat5.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 70px;
}
.wishpaper3 {
	background-image: url(images/p4.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 220px;
	background-position: 40px 0px;
}
.wishboat3{
	background-image: url(images/boat4.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 70px;
}
.wishpaper2 {
	background-image: url(images/p3.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 220px;
	background-position: 40px 0px;
}
.wishboat2{
	background-image: url(images/boat3.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 70px;
}
.wishpaper1 {
	background-image: url(images/p2.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 220px;
	background-position: 40px 0px;
}
.wishboat1{
	background-image: url(images/boat2.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 70px;
}
.wishpaper0 {
	background-image: url(images/p1.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 220px;
	background-position: 40px 0px;
}
.wishboat0{
	background-image: url(images/boat1.gif);
	width: 261px;
	background-repeat: no-repeat;
	height: 70px;}

/* 页脚计数用 */
#wish_foot {
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
}
.wish_page {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
}
#wish_page li{
	display:block;
	list-style-type: none;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wish_page li a{
	display:block;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FF9999;
	background-color: #FFFFFF;
}
#wish_page li a:link, #wish_page li a:visited{
	color:#FF9999;
	text-decoration: none;
}
#wish_page li a:hover, #wish_page li a:active{					/* 鼠标经过时 */
	color:#FFFFFF;						/* 改变文字颜色 */
	text-decoration: none;
	background-color: #3B8FA7;
}

/* 页脚正在此页的数字显示 */
li.wish_page_active {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.wish_per_next {
	padding: 2px;
	border: 1px solid #FFFFFF;
}
/* 页脚前进后退链接 */
#wish_per_next a{
	display:block;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #79C0D6;
}
#wish_per_next a:link, #wish_per_next a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
#wish_per_next a:hover, #wish_per_next a:active{					/* 鼠标经过时 */
	color:#0D89A1;						/* 改变文字颜色 */
	text-decoration: none;
	background-color: #FFFFFF;
}

