/* extra styles for the login form version 20061023*/

/* adapt the pepperio below to your stylesheet directory */
@import "../pepperio/screen.css";

label
{
 font:inherit;
}
input
{
	border-bottom-style:inset;
}
.login
{
	width:160px;
	position:absolute;
	top:250px;
	left:0px;
}
.msg
{	
	font-family:Arial Narrow;
}
.hide
{
	display:none;
}
.account
{
}
.password
{
}
.submit
{
}
#logon_succes
{
	color:Green;
}
#logon_form
{	
	background:#f0f0f0;
}
#logon_panel
{
         height:160px:
}
#logon_error
{
	color:Red;
}
#logout
{
}
