
/* parent must not have static positioning */
#state_var_attribute_ctrls	{
															position: absolute;
														}

/* need a compact way of handling the label as well as the control... */
														
#varname			{
								position: absolute;
    						left: 100px;
    						top: 150px;
    					}
#varname_label	{
									position: absolute;
    							left: 100px;
    							top: 150px;
    						}

