
div#content { margin-right:0; width:520px }
div#header, div#footer, div#main, div#menubar { min-width:720px !important }
div#content h2.comment { font-size:120%; border:none }

/* styles for form layout without tables
	 adapted from http://www.alistapart.com/stories/practicalcss/ 
	 who got it from http://www.meyerweb.com/ 
	 modified considerably to get ie4 cooperation
*/
div.container { 
	width: 450px; 
	background-color: #336699; color:#fff;
  border: 1px solid #c0c0c0; 
	padding: 5px; margin-bottom:12px
	}
div.spacer { 
	clear:both; 
	font-size:6px
	}	
div.label {
  float: left;
  width: 300px;
  text-align: right;
  }

div.frm {
  float: left;
  width: 100px;
  text-align: left;
  } 
	
input { font-size:12px; }
input.btn {
	background-color:#f8f8fa;
	color:#336; font-weight:bold;
}
form { margin:0 }	

/* for ns4 cooperation */		 
div.label { 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px; color:#fff
	}	
div.frm { 
	font-family: "Courier New", Courier, monospace; 
	font-size:12px 
	}


