/***************************************************/
/*
/*	Styles for addon_users
/*						
/*	date: 08/14/2007
/*	author: Sebastian Verweyen (db-central)											
/*	last changes: Sebastian Verweyen (db-central)
/*
/***************************************************/


/* Register/Edit Form */

#userEditForm .row label,
#userEditForm .row span {
	display: block;
	float: left;
	width: 30%;	
}

#userEditForm .row div label {
	display: inline;
	float: none;
	width: auto;	
}

/* Lost password Popup */

#usersPopup {
	width: 355px;
	height: 225px;
	text-align: left;
	margin: 0em 0.7em;
	background-color: #FFFFFF;
	padding: 0 3px;
}

#userPasswordFormInfo {
	margin: 1em 0;
}

.addonSearchRowHeight {
	height: 3em;
	min-height: 3.5em;
}