
#ReviewCount
{
	padding-top:20px;
	margin-bottom:10px;
	color:#C51100;
	font-size:14.8px;
	float:left;
	font-weight:bold;
}


#FollowNotes,#FollowNotePerview
{
	clear:both;
	margin:0;
}

#FollowNotes #FollowNote,#FollowNotePerview #FollowNote
{
	clear:both;
	padding:5px 5px 10px 5px;
	
}

#FollowNotePerview #FollowNote
{
	border:1px solid #F00;
	
	
}

#FollowNotes #FollowNote #Blank,#FollowNotePerview #FollowNote #Blank
{
	clear:both;
	
}

#FollowNotes #FollowNote #UserFace,#FollowNotePerview #FollowNote #UserFace
{
	width:10%;
	float:left;
	text-align:center;
	
}

#FollowNotes #FollowNote #UserFace img,#FollowNotePerview #FollowNote #UserFace img
{
	width:48px;
	height:48px;
	border:1px solid #ddd;
	background:#eee;
}

#FollowNotes #FollowNote #NoteContent,#FollowNotePerview #FollowNote #NoteContent
{
	width:88%;
	float:right;
	font-size:13px;
	font-weight:normal;
}

#FollowNotes #FollowNote #NoteContent #FollowUserInfo,#FollowNotePerview #FollowNote #NoteContent #FollowUserInfo
{
	clear:both;
	padding:3px;
	background-color:#f7f7f7;
}

#FollowNotes #FollowNote #NoteContent #FollowUserInfo #NickName,#FollowNotePerview #FollowNote #NoteContent #FollowUserInfo #NickName
{
	float:left;
	padding-left:2px;
	font-size:13px;
}

#FollowNotes #FollowNote #NoteContent #FollowUserInfo #NickName img,#FollowNotePerview #FollowNote #NoteContent #FollowUserInfo #NickName img
{
	position:relative;
	top:2px;
}

#FollowNotes #FollowNote #NoteContent #FollowUserInfo #FollowFloor,#FollowNotePerview #FollowNote #NoteContent #FollowUserInfo #FollowFloor
{
	float:right;
	padding-right:5px;
	color:#AAA;
	font-size:13px;
}

#FollowNotes #FollowNote #NoteContent #NoteInfo,#FollowNotePerview #FollowNote #NoteContent #NoteInfo
{
	padding-top:5px;
	padding-left:6px;
	line-height:12pt;
	clear:both;
	font-size:13px;
	word-break:break-all;
	overflow:hidden;
	width:100%;
}

#FollowNotes #FollowNote #NoteContent #NoteAction,#FollowNotePerview #FollowNote #NoteContent #NoteAction
{
	padding:4px 0 3px 6px;
	float:left;
	color:#999;
	font-size:13px;
}

#FollowNotes #FollowNote #NoteContent #EditValidator
{
	padding-top:7px;
	padding-bottom:3px;
	font-size:13px;
}

#FollowNotes #FollowNote #NoteContent #NoteAction img,#FollowNotePerview #FollowNote #NoteContent #NoteAction img
{
	position:relative;
	top:2px;
	cursor:pointer;
}

#FollowNoteAdd
{
	clear:both;
	padding:10px;
}

#FollowNoteAddTitle
{
	padding-top:20px;
	padding-bottom:5px;
	color:#C51100;
	font-size:14.8px;
	font-weight:bold;
	margin:0;
}

#FollowNoteAddBody .RegWarning
{
	padding:10px 10px 10px 20px;
	margin:0;
	display:block;
	clear:both;
	background:#eee;
}

#FollowNoteAddValidator
{
	padding-top:4px;
}

.AjaxInfo
{
	background:#ffffcc;
	border: 1px solid #ccc;
	padding:2px 5px;
	color:#600;
}
#FollowNoteAddAction
{
	float:left;
}
#FollowNotePage
{
	margin-top: 5px;
	padding-right: 5px;
	text-align: right;
}

#NoteAddBody
{
	font-size:13px;
	width:450px;
	font-family:Arial;
}

#NoteEditBody
{
	width:500px;
}

#NoteAddSubmit
{
	padding:3px 6px;
}

/* pages align right */
.Pages{clear:both;padding:5px;text-align:right;font-size:12px;float:right;}
.Pages a.PageLink:Link,a.PageLink:Visited,a.PageLink:Active{float:left;margin-left:2px;padding:4px 6px;line-height:100%;font-weight:normal;color:#6665CB;text-decoration:none;font-size:12px;border:1px solid #cbdbe5;}
.Pages a.PageLink:Hover{padding:4px 6px;color:#FFF;background:#6665CB;text-decoration:none;font-size:12px;border:1px solid #cbdbe5;}
.Pages a.PrevPage:Link,a.PrevPage:Visited,a.PrevPage:Active{float:left;margin-left:2px;padding:4px 5px 4px 14px;line-height:100%;font-weight:normal;color:#6665CB;text-decoration:none;font-size:12px;border:1px solid #cbdbe5; background:url("/Static/IMG/PrevPage1.gif") 5px 5px no-repeat;}
.Pages a.PrevPage:Hover{padding:4px 5px 4px 14px;color:#fff;text-decoration:none;font-size:12px;border:1px solid #cbdbe5; background:#6665CB url("/Static/IMG/PrevPage2.gif") 5px 5px no-repeat;}
.Pages a.NextPage:Link,a.NextPage:Visited,a.NextPage:Active{float:left;margin-left:2px;padding:4px 14px 4px 5px;line-height:100%;font-weight:normal;color:#6665CB;text-decoration:none;font-size:12px;border:1px solid #cbdbe5; background:url("/Static/IMG/NextPage1.gif") 43px 5px no-repeat;}
.Pages a.NextPage:Hover{padding:4px 14px 4px 5px;color:#fff;text-decoration:none;font-size:12px;border:1px solid #cbdbe5; background:#6665CB url("/Static/IMG/NextPage2.gif") 43px 5px no-repeat;}
.Pages span.PageSel{float:left;padding:2px 8px;background:#6665CB;color:#fff;font-weight:bold;margin-left:2px;}
.Pages span.PageMore{float:left;padding:2px 8px;}

.fpfix
{
	clear:both;
}

.fpfix .Pages
{
	padding-top:25px;
}

/* follownote quick emotion */
div#fnQE{clear:both;height:35px;}
div#fnQE p{float:left;margin:0px;padding:2px 12px 0px 2px;text-align:center;cursor:pointer;color:#333;font-family:Arial;}

/* follownote switch box */
.switch_box
{
	position: relative;
	float: left;
	border: 1px solid #e2e2e2;
	padding: 3px;
	background: #f0f0f0;
	display: block;
	clear: both;
	margin: 10px 0 0 0;
}
a.switch_box_title:hover, a.switch_box_title:active, a.switch_box_title:link, a.switch_box_title:visited
{
	padding: 2px 2px 2px 15px;
	display: block;
	clear: both;
	color: #6665CB;
	font-size: 13px;
	line-height: 13px;
	background: url(/static/img/group/arrow.gif) no-repeat 2px -10px;
	text-decoration: none;
}
.switch_box ul
{
	padding: 5px 5px 3px 5px;
	background: #fff;
	border: 1px solid #e2e2e2;
	list-style: none;
	margin-top: 3px;
	position: relative;
	float: left;
}
.switch_box ul li
{
	font-size: 12px;
	color: #999;
	padding: 0 0 5px 3px;
}
.corner
{
	width: 3px;
	height: 3px;
	overflow: hidden;
	display: block;
	position: absolute;
	background: url(/static/img/group/corner.gif) no-repeat;
}
.corner_1
{
	top: -1px;
	left: -1px;
	background-position: 0 0;
}
.corner_2
{
	top: -1px;
	right: -1px;
	background-position: -3px 0;
}
.corner_3
{
	bottom: -1px;
	right: -1px;
	background-position: -6px 0;
}
.corner_4
{
	bottom: -1px;
	left: -1px;
	background-position: -9px 0;
}
.inner_corner_1
{
	top: -1px;
	left: -1px;
	background-position: -12px 0;
}
.inner_corner_2
{
	top: -1px;
	right: -1px;
	background-position: -15px 0;
}
.inner_corner_3
{
	bottom: -1px;
	right: -1px;
	background-position: -18px 0;
}
.inner_corner_4
{
	bottom: -1px;
	left: -1px;
	background-position: -21px 0;
}
