/************* forms ************/
input[type="text"]{
	border:1px solid #ccc;
	background-color:#eee;
	width:150px; 
}
input[type="password"]{
	border:1px solid #ccc;
	background-color:#eee;
	width:150px; 
}

input.login{
	margin-left:10px;
	width:140px;
}
select{
	width:250px;
}
div#content label{
	margin:5px;
	float:left;
	clear:both;
}
.error{
	color:#990000;
	font-weight:bold;
}
div#content input, select{
	margin:3px;
	float:right;
	clear:right;
}

div#content span{

}

div#content textarea{
	float:right;
	border:1px solid #ccc;
	background-color:#eee;	
	margin-top:3px;
}
