/* Tb - Account Manager window size  */

/*
- controls the actual/min/max sizes of the account manager window
- works in Thunderbird 1.5.0.x

available settings ...
- height:, width:
- max-height:, min-height:
- min-width:, max-width:
default values ...
- width: 55em; height: 50em;

apparently unneeded but possibly useful ...
- put the following immediately after the accountmanager line
"-moz-appearance: none !important;"

source = http://forums.mozillazine.org/viewtopic.php?t=346740
*/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#accountManager {
	min-height: 60em !important;
	}