/* Global Styles
---------------------------- */
input {
	font-size: 10px;
}
select {
	font-size: 10px;
}

#content {width: 720px; margin-right: 20px; float: left;}


/*  ACCOUNT PAGES 
---------------------- */
/* hack for min-height of account landing page boxes */
div.account_landing_grid div.column {
  height:auto !important;
  height:130px;
}

/*  FORMS
---------------------- */
fieldset.fs div.form_element { 
    display: inline;
}