/*expects wall.css, person.css, and common.css, which imports core1.css*/

/*vp*/
p { margin: 0px; }
.vp { cursor: default; display: block; border: 1px solid #ccc;
	-moz-border-radius: 9px; border-radius: 9px;
	float: left; width: 16px; height: 16px; 
	text-align: center; 
	/*position: absolute; left: 8px; top: 32px;*/ }
#msg { margin-top: 100px; width: 400px; }
#vps { position: absolute; display: none; left: 8px; top: 32px; width: 144px; 
	z-index: 9; font-size: 13px; font-family: monospace;
	background-color: #ddb; border: 1px solid #aaa; 
	-moz-border-radius: 9px; border-radius: 9px; }
#rComment { width: 170px; display: none; position: absolute; overflow: auto; }
.cFade { background: #bbb url(../images/cFade.jpg) no-repeat left top;
   text-align: center; width: 260px; height: 24px; cursor: default; }
input { border: 1px solid #999; }
.input1 { width: 258px; }
.input2 { width: 270px; margin-left: 4px; background-color: #eee; }
#vpInputs { display: none; position: absolute;
	left: 14px; top: 40px; z-index: 10; }
.vInputs { font-family: verdana, sans-serif; }
.stdBox { background-color: #eee; border: 1px solid #999; }
.commentName { margin: 0px; padding: 2px; background-color: #dfe; border: 1px solid #bbb; }
.comment { margin: 0px; padding: 2px; padding-top: 1px; background-color: #eee; }
.rc { -moz-border-radius: 4px; border-radius: 4px; }