#wp_tips p
{
	margin-top:4px;
	margin-bottom:4px;
}

#tipscomments p
{
	margin-bottom:5px;
}

#tips_post input  {
	border: 1px solid #cccccc;
	height:  13px;
	font-size: 11px;
}

#tips_post input.ok  {
	height:  15px;
}

#tips_post textarea {
	border: 1px solid #cccccc;
	width: 190px;
	font-size: 11px;
}

#tipscomments {		
	
	overflow: auto; 
	
	/* uncomment this for fixed height 
	height: 200px;
	*/	
	
	/* uncomment this for border around the tips
	border: 1px solid #cccccc;
	padding: 7px;
	*/
}

.tipsnav {
	margin:5px 0px 0px 0px;
}

.tipsnav a {
	margin:0px 0px 0px 10px;
}

.tipsnav img {
	cursor:pointer;
}

.tipsauthor {
	font-weight:bold;
}

.tipscomment {
	font-weight:normal;
}

.tips-error {
	/* background:#ffb0b0; */

}
.tips-success {
	/* background:#c0dFa0; */
	font-weight: bold;
}

#tips_post_toggle  {
	cursor:pointer;
}



.tips-alt {
	/* this would paint every other comment with a background  
	background: #F0F0E0 ; 	*/
}

.tips-1
{
	/* this would paint the background of first comment, tips-2 for second...
	background:#c0dFa0; */
}


.tips-admin
{
	/* this would paint the background for admin made comments 
	background:#F0F0E0; */
}

.tips-registered
{
	/* this would paint the background for other registred users 
	background:#F0d0E0; */
}
