
#filter
 { background-color: #f9f2dd; display: none; position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; filter: alpha(opacity=50); opacity: 0.5 }


#box 
 { background-color: white; display: none; margin: 0; padding: 48px; position: absolute; z-index: 101; top: 20%; left: 20%; width: 400px; height: 300px; overflow: none; border: solid 1px black }

#boxtitle
  { color: white; background-color: #79756b; text-align: center; margin: 0; padding: 4px 0 0; position: absolute; top: 0; left: 0; width: 400px; height: 24px; float: center; border-bottom: 4px solid #453e29; left-padding: 8px  }


