/*
	wiklink 1.2 css
	
	modify this css to skin your wiklink	
*/

/* document structure */
html,body {}
h1		  {
           }
hr		  {}
pre		  {}
form, input, select, button	  {			
}
ul		  {}
li		  {}
ins		  { text-decoration: none;}
address   {
			margin-top: 10px;
	    	font-style: italic; 
}
img		  {
			border: 		0;
			margin-right:	5px;		
}




/* wiklink class */
.tools   {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:   9px;			
}
.tools-search		 {}
.tools-view-link	 {}
.tools-view-user	 {}
.tools-tools		 {}

.message {
		display: inline;
}

.question {color: blue;  background: transparent;}
.error    {color: red;   background: transparent;}
.valid    {color: green; background: transparent;}