
#outerDiv
{
 position: relative;
}

#builderDiv
{
 position: absolute;
 height: 10px;
 top: 0px;
 left: 0px;
	 
}

#shellDiv
{
 position: absolute;
 top: 0px;
 left: 0px;	
}

form>input
{
 visibility:hidden;
}





